Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 119cf76

Browse files
committed
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
1 parent 8a7d070 commit 119cf76

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/src/sgml/dblink.sgml

+13-13
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dblink_connect(text connname, text connstr) returns text
6969

7070
<variablelist>
7171
<varlistentry>
72-
<term><parameter>conname</parameter></term>
72+
<term><parameter>connname</parameter></term>
7373
<listitem>
7474
<para>
7575
The name to use for this connection; if omitted, an unnamed
@@ -276,7 +276,7 @@ dblink_disconnect(text connname) returns text
276276

277277
<variablelist>
278278
<varlistentry>
279-
<term><parameter>conname</parameter></term>
279+
<term><parameter>connname</parameter></term>
280280
<listitem>
281281
<para>
282282
The name of a named connection to be closed.
@@ -359,7 +359,7 @@ dblink(text sql [, bool fail_on_error]) returns setof record
359359

360360
<variablelist>
361361
<varlistentry>
362-
<term><parameter>conname</parameter></term>
362+
<term><parameter>connname</parameter></term>
363363
<listitem>
364364
<para>
365365
Name of the connection to use; omit this parameter to use the
@@ -577,7 +577,7 @@ dblink_exec(text sql [, bool fail_on_error]) returns text
577577

578578
<variablelist>
579579
<varlistentry>
580-
<term><parameter>conname</parameter></term>
580+
<term><parameter>connname</parameter></term>
581581
<listitem>
582582
<para>
583583
Name of the connection to use; omit this parameter to use the
@@ -706,7 +706,7 @@ dblink_open(text connname, text cursorname, text sql [, bool fail_on_error]) ret
706706

707707
<variablelist>
708708
<varlistentry>
709-
<term><parameter>conname</parameter></term>
709+
<term><parameter>connname</parameter></term>
710710
<listitem>
711711
<para>
712712
Name of the connection to use; omit this parameter to use the
@@ -829,7 +829,7 @@ dblink_fetch(text connname, text cursorname, int howmany [, bool fail_on_error])
829829

830830
<variablelist>
831831
<varlistentry>
832-
<term><parameter>conname</parameter></term>
832+
<term><parameter>connname</parameter></term>
833833
<listitem>
834834
<para>
835835
Name of the connection to use; omit this parameter to use the
@@ -982,7 +982,7 @@ dblink_close(text connname, text cursorname [, bool fail_on_error]) returns text
982982

983983
<variablelist>
984984
<varlistentry>
985-
<term><parameter>conname</parameter></term>
985+
<term><parameter>connname</parameter></term>
986986
<listitem>
987987
<para>
988988
Name of the connection to use; omit this parameter to use the
@@ -1137,7 +1137,7 @@ dblink_error_message(text connname) returns text
11371137

11381138
<variablelist>
11391139
<varlistentry>
1140-
<term><parameter>conname</parameter></term>
1140+
<term><parameter>connname</parameter></term>
11411141
<listitem>
11421142
<para>
11431143
Name of the connection to use.
@@ -1210,7 +1210,7 @@ dblink_send_query(text connname, text sql) returns int
12101210

12111211
<variablelist>
12121212
<varlistentry>
1213-
<term><parameter>conname</parameter></term>
1213+
<term><parameter>connname</parameter></term>
12141214
<listitem>
12151215
<para>
12161216
Name of the connection to use.
@@ -1281,7 +1281,7 @@ dblink_is_busy(text connname) returns int
12811281

12821282
<variablelist>
12831283
<varlistentry>
1284-
<term><parameter>conname</parameter></term>
1284+
<term><parameter>connname</parameter></term>
12851285
<listitem>
12861286
<para>
12871287
Name of the connection to check.
@@ -1350,7 +1350,7 @@ dblink_get_notify(text connname) returns setof (notify_name text, be_pid int, ex
13501350

13511351
<variablelist>
13521352
<varlistentry>
1353-
<term><parameter>conname</parameter></term>
1353+
<term><parameter>connname</parameter></term>
13541354
<listitem>
13551355
<para>
13561356
The name of a named connection to get notifications on.
@@ -1429,7 +1429,7 @@ dblink_get_result(text connname [, bool fail_on_error]) returns setof record
14291429

14301430
<variablelist>
14311431
<varlistentry>
1432-
<term><parameter>conname</parameter></term>
1432+
<term><parameter>connname</parameter></term>
14331433
<listitem>
14341434
<para>
14351435
Name of the connection to use.
@@ -1596,7 +1596,7 @@ dblink_cancel_query(text connname) returns text
15961596

15971597
<variablelist>
15981598
<varlistentry>
1599-
<term><parameter>conname</parameter></term>
1599+
<term><parameter>connname</parameter></term>
16001600
<listitem>
16011601
<para>
16021602
Name of the connection to use.

0 commit comments

Comments
 (0)