@@ -69,7 +69,7 @@ dblink_connect(text connname, text connstr) returns text
69
69
70
70
<variablelist>
71
71
<varlistentry>
72
- <term><parameter>conname </parameter></term>
72
+ <term><parameter>connname </parameter></term>
73
73
<listitem>
74
74
<para>
75
75
The name to use for this connection; if omitted, an unnamed
@@ -276,7 +276,7 @@ dblink_disconnect(text connname) returns text
276
276
277
277
<variablelist>
278
278
<varlistentry>
279
- <term><parameter>conname </parameter></term>
279
+ <term><parameter>connname </parameter></term>
280
280
<listitem>
281
281
<para>
282
282
The name of a named connection to be closed.
@@ -359,7 +359,7 @@ dblink(text sql [, bool fail_on_error]) returns setof record
359
359
360
360
<variablelist>
361
361
<varlistentry>
362
- <term><parameter>conname </parameter></term>
362
+ <term><parameter>connname </parameter></term>
363
363
<listitem>
364
364
<para>
365
365
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
577
577
578
578
<variablelist>
579
579
<varlistentry>
580
- <term><parameter>conname </parameter></term>
580
+ <term><parameter>connname </parameter></term>
581
581
<listitem>
582
582
<para>
583
583
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
706
706
707
707
<variablelist>
708
708
<varlistentry>
709
- <term><parameter>conname </parameter></term>
709
+ <term><parameter>connname </parameter></term>
710
710
<listitem>
711
711
<para>
712
712
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])
829
829
830
830
<variablelist>
831
831
<varlistentry>
832
- <term><parameter>conname </parameter></term>
832
+ <term><parameter>connname </parameter></term>
833
833
<listitem>
834
834
<para>
835
835
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
982
982
983
983
<variablelist>
984
984
<varlistentry>
985
- <term><parameter>conname </parameter></term>
985
+ <term><parameter>connname </parameter></term>
986
986
<listitem>
987
987
<para>
988
988
Name of the connection to use; omit this parameter to use the
@@ -1137,7 +1137,7 @@ dblink_error_message(text connname) returns text
1137
1137
1138
1138
<variablelist>
1139
1139
<varlistentry>
1140
- <term><parameter>conname </parameter></term>
1140
+ <term><parameter>connname </parameter></term>
1141
1141
<listitem>
1142
1142
<para>
1143
1143
Name of the connection to use.
@@ -1210,7 +1210,7 @@ dblink_send_query(text connname, text sql) returns int
1210
1210
1211
1211
<variablelist>
1212
1212
<varlistentry>
1213
- <term><parameter>conname </parameter></term>
1213
+ <term><parameter>connname </parameter></term>
1214
1214
<listitem>
1215
1215
<para>
1216
1216
Name of the connection to use.
@@ -1281,7 +1281,7 @@ dblink_is_busy(text connname) returns int
1281
1281
1282
1282
<variablelist>
1283
1283
<varlistentry>
1284
- <term><parameter>conname </parameter></term>
1284
+ <term><parameter>connname </parameter></term>
1285
1285
<listitem>
1286
1286
<para>
1287
1287
Name of the connection to check.
@@ -1350,7 +1350,7 @@ dblink_get_notify(text connname) returns setof (notify_name text, be_pid int, ex
1350
1350
1351
1351
<variablelist>
1352
1352
<varlistentry>
1353
- <term><parameter>conname </parameter></term>
1353
+ <term><parameter>connname </parameter></term>
1354
1354
<listitem>
1355
1355
<para>
1356
1356
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
1429
1429
1430
1430
<variablelist>
1431
1431
<varlistentry>
1432
- <term><parameter>conname </parameter></term>
1432
+ <term><parameter>connname </parameter></term>
1433
1433
<listitem>
1434
1434
<para>
1435
1435
Name of the connection to use.
@@ -1596,7 +1596,7 @@ dblink_cancel_query(text connname) returns text
1596
1596
1597
1597
<variablelist>
1598
1598
<varlistentry>
1599
- <term><parameter>conname </parameter></term>
1599
+ <term><parameter>connname </parameter></term>
1600
1600
<listitem>
1601
1601
<para>
1602
1602
Name of the connection to use.
0 commit comments