@@ -64,7 +64,7 @@ dblink_connect(text connname, text connstr) returns text
64
64
65
65
<variablelist>
66
66
<varlistentry>
67
- <term><parameter>conname </parameter></term>
67
+ <term><parameter>connname </parameter></term>
68
68
<listitem>
69
69
<para>
70
70
The name to use for this connection; if omitted, an unnamed
@@ -265,7 +265,7 @@ dblink_disconnect(text connname) returns text
265
265
266
266
<variablelist>
267
267
<varlistentry>
268
- <term><parameter>conname </parameter></term>
268
+ <term><parameter>connname </parameter></term>
269
269
<listitem>
270
270
<para>
271
271
The name of a named connection to be closed.
@@ -344,7 +344,7 @@ dblink(text sql [, bool fail_on_error]) returns setof record
344
344
345
345
<variablelist>
346
346
<varlistentry>
347
- <term><parameter>conname </parameter></term>
347
+ <term><parameter>connname </parameter></term>
348
348
<listitem>
349
349
<para>
350
350
Name of the connection to use; omit this parameter to use the
@@ -567,7 +567,7 @@ dblink_exec(text sql [, bool fail_on_error]) returns text
567
567
568
568
<variablelist>
569
569
<varlistentry>
570
- <term><parameter>conname </parameter></term>
570
+ <term><parameter>connname </parameter></term>
571
571
<listitem>
572
572
<para>
573
573
Name of the connection to use; omit this parameter to use the
@@ -692,7 +692,7 @@ dblink_open(text connname, text cursorname, text sql [, bool fail_on_error]) ret
692
692
693
693
<variablelist>
694
694
<varlistentry>
695
- <term><parameter>conname </parameter></term>
695
+ <term><parameter>connname </parameter></term>
696
696
<listitem>
697
697
<para>
698
698
Name of the connection to use; omit this parameter to use the
@@ -811,7 +811,7 @@ dblink_fetch(text connname, text cursorname, int howmany [, bool fail_on_error])
811
811
812
812
<variablelist>
813
813
<varlistentry>
814
- <term><parameter>conname </parameter></term>
814
+ <term><parameter>connname </parameter></term>
815
815
<listitem>
816
816
<para>
817
817
Name of the connection to use; omit this parameter to use the
@@ -960,7 +960,7 @@ dblink_close(text connname, text cursorname [, bool fail_on_error]) returns text
960
960
961
961
<variablelist>
962
962
<varlistentry>
963
- <term><parameter>conname </parameter></term>
963
+ <term><parameter>connname </parameter></term>
964
964
<listitem>
965
965
<para>
966
966
Name of the connection to use; omit this parameter to use the
@@ -1107,7 +1107,7 @@ dblink_error_message(text connname) returns text
1107
1107
1108
1108
<variablelist>
1109
1109
<varlistentry>
1110
- <term><parameter>conname </parameter></term>
1110
+ <term><parameter>connname </parameter></term>
1111
1111
<listitem>
1112
1112
<para>
1113
1113
Name of the connection to use.
@@ -1176,7 +1176,7 @@ dblink_send_query(text connname, text sql) returns int
1176
1176
1177
1177
<variablelist>
1178
1178
<varlistentry>
1179
- <term><parameter>conname </parameter></term>
1179
+ <term><parameter>connname </parameter></term>
1180
1180
<listitem>
1181
1181
<para>
1182
1182
Name of the connection to use.
@@ -1243,7 +1243,7 @@ dblink_is_busy(text connname) returns int
1243
1243
1244
1244
<variablelist>
1245
1245
<varlistentry>
1246
- <term><parameter>conname </parameter></term>
1246
+ <term><parameter>connname </parameter></term>
1247
1247
<listitem>
1248
1248
<para>
1249
1249
Name of the connection to check.
@@ -1308,7 +1308,7 @@ dblink_get_notify(text connname) returns setof (notify_name text, be_pid int, ex
1308
1308
1309
1309
<variablelist>
1310
1310
<varlistentry>
1311
- <term><parameter>conname </parameter></term>
1311
+ <term><parameter>connname </parameter></term>
1312
1312
<listitem>
1313
1313
<para>
1314
1314
The name of a named connection to get notifications on.
@@ -1383,7 +1383,7 @@ dblink_get_result(text connname [, bool fail_on_error]) returns setof record
1383
1383
1384
1384
<variablelist>
1385
1385
<varlistentry>
1386
- <term><parameter>conname </parameter></term>
1386
+ <term><parameter>connname </parameter></term>
1387
1387
<listitem>
1388
1388
<para>
1389
1389
Name of the connection to use.
@@ -1534,7 +1534,7 @@ dblink_cancel_query(text connname) returns text
1534
1534
1535
1535
<variablelist>
1536
1536
<varlistentry>
1537
- <term><parameter>conname </parameter></term>
1537
+ <term><parameter>connname </parameter></term>
1538
1538
<listitem>
1539
1539
<para>
1540
1540
Name of the connection to use.
0 commit comments