BUG #13469: Systematic typo in dblink documentation - Mailing list pgsql-bugs

From brsaweda@gmail.com
Subject BUG #13469: Systematic typo in dblink documentation
Date
Msg-id 20150625192403.3875.4012@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13469: Systematic typo in dblink documentation  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13469
Logged by:          Erwin Brandstetter
Email address:      brsaweda@gmail.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


Regards
Erwin

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug in docs - modifiers for to_char()
Next
From: Jeff Janes
Date:
Subject: operator family changes, sinval bug?