Skip to content

Commit 2eda09f

Browse files
authored
typo
1 parent ae11a26 commit 2eda09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/pgsql/functions/pg-send-execute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<methodsynopsis>
1313
<type class="union"><type>int</type><type>bool</type></type><methodname>pg_send_execute</methodname>
1414
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
15-
<methodparam><type>string</type><parameter>query</parameter></methodparam>
15+
<methodparam><type>string</type><parameter>statement_name</parameter></methodparam>
1616
<methodparam><type>array</type><parameter>params</parameter></methodparam>
1717
</methodsynopsis>
1818
<para>
@@ -39,7 +39,7 @@
3939
</listitem>
4040
</varlistentry>
4141
<varlistentry>
42-
<term><parameter>query</parameter></term>
42+
<term><parameter>statement_name</parameter></term>
4343
<listitem>
4444
<para>
4545
The name of the prepared statement to execute. If

0 commit comments

Comments
 (0)