Received: from maia.hub.org (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id 2F5896338E5 for ; Wed, 10 Feb 2010 18:43:46 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 56010-07 for ; Wed, 10 Feb 2010 22:43:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mail.postgresql.org (Postfix) with ESMTP id 50F3363352F for ; Wed, 10 Feb 2010 18:43:35 -0400 (AST) Received: by fxm24 with SMTP id 24so80847fxm.3 for ; Wed, 10 Feb 2010 14:43:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=JVkUWEZnIBGNvQdkTo2pYCAhtzRNqWHTC8yPu3mKUnE=; b=PwPjY4KlixUwtZao9J1MRpYyft/UoOSHuTxTXoFQPiWJEbPHFUGcpm30ZB+9OWoWgy FK+7wHeVH5HY170F82Q4jFBI9E5SDDJBwSCDhvM+ONePashaGvTjTWICR4btXsF3VlYk BixDgtMEK1bJH/VVQgwHPi849oK2Agrwep8YI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=OrV5t2iN1bM0wPgwNhuc4F2JKO5b3TX90mk63KuMlkwSy+Pm7R8fD8jb9dksxgBI5n 2qYJ8rtgcDOXafP61XlZpsmCOK3HL+O8SNI0Tc/GFJrIgo+7L6qF+DaxLBUcb8pjjh6O JBK86vEov/73ylxkClzlRgw/ethzYIE2KXweI= MIME-Version: 1.0 Received: by 10.103.87.34 with SMTP id p34mr724934mul.18.1265841813189; Wed, 10 Feb 2010 14:43:33 -0800 (PST) From: Thom Brown Date: Wed, 10 Feb 2010 22:43:13 +0000 Message-ID: Subject: Confusing link in streaming replication section To: pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.48 tagged_above=-10 required=5 tests=AWL=-0.642, BAYES_00=-2.599, FS_REPLICA=1.041, SARE_SPEC_REPLICA=0.72 X-Spam-Level: X-Archive-Number: 201002/4 X-Sequence-Number: 5320 Hi all, 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. I'm wondering if there should be another area added to the documentation which simplifies this information, or at least presents it differently, so that it isn't only within the context of the libpq C library. Either that, or clarify what information should be gleaned from the page being linked to. Thanks Thom