Re: Confusing link in streaming replication section

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Thom Brown <thombrown(at)gmail(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Confusing link in streaming replication section
Date: 2010-02-12 01:57:53
Message-ID: 3f0b79eb1002111757y3d11102n7fdfcee8f332f6d4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Thu, Feb 11, 2010 at 7:43 AM, Thom Brown <thombrown(at)gmail(dot)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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Fujii Masao 2010-02-12 05:38:32 Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Previous Message Garick Hamlin 2010-02-11 19:45:13 Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL