Re: BUG #13469: Systematic typo in dblink documentation

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: brsaweda(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13469: Systematic typo in dblink documentation
Date: 2015-08-27 17:45:51
Message-ID: 20150827174551.GM29674@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Jun 25, 2015 at 07:24:03PM +0000, brsaweda(at)gmail(dot)com wrote:
> The following bug has been logged on the website:
>
> Bug reference: 13469
> Logged by: Erwin Brandstetter
> Email address: brsaweda(at)gmail(dot)com
> PostgreSQL version: 9.4.4
> Operating system: OS independent, documentation bug
> Description:
>
> Affects all versions of the manual including /devel.
>
> In the syntax description at the top for each dblink function, the argument
> name is "connname" (with 3 n), but the reference to it in the text reads
> "conname" (with 2 n).
>
> http://www.postgresql.org/docs/current/interactive/contrib-dblink-connect.html
> http://www.postgresql.org/docs/current/interactive/contrib-dblink-connect-u.html
> Etc.
>
> To stay in sync with the other argument "connstr", I suppose to use the
> prefix "con" instead of "conn" for arguments globally in the dblink
> documentation.
>
> So:
>
> s/connname/conname/g
> s/connstr/constr/g

I went the other way, and since "connstr" used two n's, I changed it to
connname (3 n's). I assumed the prototypes were the canonical version.
Backpatched through 9.0.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2015-08-28 02:39:29 Re: BUG #13593: ERROR: cannot find xlog functions
Previous Message smilodon100 2015-08-27 15:29:40 BUG #13593: ERROR: cannot find xlog functions