Re: Confusing link in streaming replication section - Mailing list pgsql-docs

From Fujii Masao
Subject Re: Confusing link in streaming replication section
Date
Msg-id 3f0b79eb1002111757y3d11102n7fdfcee8f332f6d4@mail.gmail.com
Whole thread Raw
In response to Confusing link in streaming replication section  (Thom Brown <thombrown@gmail.com>)
Responses Re: Confusing link in streaming replication section
List pgsql-docs
On Thu, Feb 11, 2010 at 7:43 AM, Thom Brown <thombrown@gmail.com> wrote:
> I'm looking at the latest docs for PostgreSQL 9.0
> (http://developer.postgresql.org/pgdocs/postgres/streaming-replication.html)
> and under the description of primary_conninfo, there's a link to
> section 30.1 (http://developer.postgresql.org/pgdocs/postgres/libpq-connect.html)
> which is supposed to describe the string format.  Having looked at
> that page, however, it's not crystal clear what is meant by this
> string format.  One can only assume it's referring to the
> PQconnectdbParams section and the keywords that can be used for it,
> which would also apply to a connection string, but there's no mention
> of a "format" on that page.

Thanks for the report!

Though at first PQconnectdb() had been linked by the SR doc, instead
PQconnectdbParams() seems to have been linked wrongly when it was committed.
How about changing the link so as to point to PQconnectdb() again? Or
copy-pasting the following description from PQconnectdb() to the SR doc?

-----------
The passed string can be empty to use all default parameters, or it can
contain one or more parameter settings separated by whitespace. Each
parameter setting is in the form keyword = value. Spaces around the equal
sign are optional. To write an empty value, or a value containing spaces,
surround it with single quotes, e.g., keyword = 'a value'. Single quotes
and backslashes within the value must be escaped with a backslash,
i.e., \' and \\.

The currently recognized parameter key words are the same as above.
-----------

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

pgsql-docs by date:

Previous
From: Thom Brown
Date:
Subject: Confusing link in streaming replication section
Next
From: Thom Brown
Date:
Subject: Re: Confusing link in streaming replication section