reference/pgsql/functions/pg-put-line.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -11,7 +11,7 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>pg_put_line</methodname>
14
-
<methodparam choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
14
+
<methodparam choice="opt"><type>PgSql\Connection</type><parameter>connection</parameter></methodparam>
15
15
<methodparam><type>string</type><parameter>data</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
...
...
@@ -53,12 +53,7 @@
53
53
<varlistentry>
54
54
<term><parameter>connection</parameter></term>
55
55
<listitem>
56
-
<para>
57
-
PostgreSQL database connection resource. When
58
-
<parameter>connection</parameter> is not present, the default connection
59
-
is used. The default connection is the last connection made by
60
-
<function>pg_connect</function> or <function>pg_pconnect</function>.
61
-
</para>
56
+
&pgsql.parameter.connection-with-unspecified-default;
62
57
</listitem>
63
58
</varlistentry>
64
59
<varlistentry>
...
...
@@ -81,6 +76,23 @@
81
76
</para>
82
77
</refsect1>
83
78

79
+
<refsect1 role="changelog">
80
+
&reftitle.changelog;
81
+
<informaltable>
82
+
<tgroup cols="2">
83
+
<thead>
84
+
<row>
85
+
<entry>&Version;</entry>
86
+
<entry>&Description;</entry>
87
+
</row>
88
+
</thead>
89
+
<tbody>
90
+
&pgsql.changelog.connection-object;
91
+
</tbody>
92
+
</tgroup>
93
+
</informaltable>
94
+
</refsect1>
95
+
84
96
<refsect1 role="examples">
85
97
&reftitle.examples;
86
98
<para>
87
99