reference/pdo/pdo/lastinsertid.xml
0d4322bcc4b97f4d89aaa1a98887198eeafa9b1f
...
...
@@ -17,8 +17,8 @@
17
17
<para>
18
18
Returns the ID of the last inserted row, or the last value from a
19
19
sequence object, depending on the underlying driver. For example,
20
-
<link linkend="ref.pdo-pgsql">PDO_PGSQL</link> requires you to specify the name of
21
-
a sequence object for the <parameter>name</parameter> parameter.
20
+
<link linkend="ref.pdo-pgsql">PDO_PGSQL</link> allows the name of any
21
+
sequence object to be specified for the <parameter>name</parameter> parameter.
22
22
</para>
23
23
<note>
24
24
<para>
25
25