| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
| Cc: | Dmitriy Igrishin <dmitigr(at)gmail(dot)com>, pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
| Subject: | Re: PQconninfoParse() |
| Date: | 2011-10-15 15:24:34 |
| Message-ID: | 12654.1318692274@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> Maybe we should change this:
> Note that only options explicitly specified in the string will have
> values set in the result array; no defaults are inserted.
> To say something like this:
> All legal options will be present in the result array, but only those
> explicitly specified in the string will have a corresponding value; no
> defaults are inserted.
Uh, is that actually a true statement? I thought the result *did*
include default values. That's more or less the point of returning them
all, after all.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dmitriy Igrishin | 2011-10-15 17:21:52 | Re: PQconninfoParse() |
| Previous Message | Bruce Momjian | 2011-10-15 14:08:11 | Re: DROP TABLE can be issued by schema owner as well as table owner |