| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Joe Conway <mail(at)joeconway(dot)com> |
| Cc: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #5304: psql using conninfo fails in connecting to the server |
| Date: | 2010-02-03 06:08:36 |
| Message-ID: | 2294.1265177316@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-hackers |
Joe Conway <mail(at)joeconway(dot)com> writes:
> Are there any of the psql parameters that we do not want to allow to be
> overridden by the conninfo string?
Actually, now that I think about it, psql shouldn't be setting
application_name at all. It should be setting
fallback_application_name, and I think that should be after the dbname
so that it's not overridable. The way it's being done now destroys the
usefulness of the PGAPPNAME environment variable.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2010-02-03 06:21:08 | Re: BUG #5304: psql using conninfo fails in connecting to the server |
| Previous Message | Joe Conway | 2010-02-03 06:01:13 | Re: BUG #5304: psql using conninfo fails in connecting to the server |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2010-02-03 06:21:08 | Re: BUG #5304: psql using conninfo fails in connecting to the server |
| Previous Message | Joe Conway | 2010-02-03 06:01:13 | Re: BUG #5304: psql using conninfo fails in connecting to the server |