pgsql: dblink docs: fix typo to use "connname" (3 n's), not "conname"

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: dblink docs: fix typo to use "connname" (3 n's), not "conname"
Date: 2015-08-27 17:43:23
Message-ID: E1ZV1Ct-0004ZW-22@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

dblink docs: fix typo to use "connname" (3 n's), not "conname"

This makes the parameter names match the documented prototype names.

Report by Erwin Brandstetter

Backpatch through 9.0

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5690c13ca0887a7828d933323ee4faf2a6409b8f

Modified Files
--------------
doc/src/sgml/dblink.sgml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-08-28 02:50:24 pgsql: Simplify Perl chmod calls
Previous Message Bruce Momjian 2015-08-27 17:12:44 Re: [COMMITTERS] pgsql: psql: show proper row count in \x mode for zero-column output