Re: [PATCHES] psql commandline conninfo

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] psql commandline conninfo
Date: 2006-12-17 18:38:50
Message-ID: 200612171838.kBHIcor05032@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Andrew Dunstan wrote:
> Bruce Momjian wrote:
> >
> > I assume this patch will still allow a database name with an equals
> > sign, right?
> >
> >
> > psql "dbname='a=b'"
>
>
> Yes. In fact, reading the code it looks like the quotes are not necessary
> in this case.

OK, good to know. Does the patch need documentation too? Are we
deprecating the psql options now duplicated by the new functionality,
like host/port/username/password?

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-12-17 19:08:13 Re: [PATCHES] psql commandline conninfo
Previous Message Tom Lane 2006-12-17 18:22:37 Re: development environment of postgres

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-12-17 19:08:13 Re: [PATCHES] psql commandline conninfo
Previous Message Andrew Dunstan 2006-12-17 06:22:46 Re: [PATCHES] psql commandline conninfo