| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Dmitriy Igrishin <dmitigr(at)gmail(dot)com> |
| Cc: | pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
| Subject: | Re: PQconninfoParse() |
| Date: | 2011-10-10 17:00:53 |
| Message-ID: | CA+TgmoZTT+X4-MqbxwQ116uaLCBWAXw5EFL6QSMbzU4sMZyz+w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Tue, Sep 27, 2011 at 9:13 AM, Dmitriy Igrishin <dmitigr(at)gmail(dot)com> wrote:
> First,
> "Returns parsed connection options from the provided connection string."
> Its false. The returned array contains all options, rather than which only
> parsed from the provided connection string. This fact must be specified in
> the documentation becase the name of the function mismatches its behaviour.
What do you mean by "all" options? Where else are they coming from
besides the connection string?
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2011-10-10 17:06:03 | Re: Add pg_resetxlog into the index in the document |
| Previous Message | Robert Haas | 2011-10-10 16:58:00 | Re: Document DELETE/UPDATE command tag vs triggers |