reference/pgsql/functions/pg-flush.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="function.pg-flush" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>pg_flush</refname>
...
...
@@ -10,8 +9,8 @@
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
-
<type>mixed</type><methodname>pg_flush</methodname>
14
-
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
12
+
<type class="union"><type>int</type><type>bool</type></type><methodname>pg_flush</methodname>
13
+
<methodparam><type>PgSql\Connection</type><parameter>connection</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
<function>pg_flush</function> flushes any outbound query data waiting to be
...
...
@@ -25,9 +24,7 @@
25
24
<varlistentry>
26
25
<term><parameter>connection</parameter></term>
27
26
<listitem>
28
-
<para>
29
-
PostgreSQL database connection resource.
30
-
</para>
27
+
&pgsql.parameter.connection;
31
28
</listitem>
32
29
</varlistentry>
33
30
</variablelist>
...
...
@@ -42,9 +39,24 @@
42
39
</para>
43
40
</refsect1>
44
41

42
+
<refsect1 role="changelog">
43
+
&reftitle.changelog;
44
+
<informaltable>
45
+
<tgroup cols="2">
46
+
<thead>
47
+
<row>
48
+
<entry>&Version;</entry>
49
+
<entry>&Description;</entry>
50
+
</row>
51
+
</thead>
52
+
<tbody>
53
+
&pgsql.changelog.connection-object;
54
+
</tbody>
55
+
</tgroup>
56
+
</informaltable>
57
+
</refsect1>
45
58

46
59
</refentry>
47
-

48
60
<!-- Keep this comment at the end of the file
49
61
Local variables:
50
62
mode: sgml
51
63