mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added comment for PostgreSQL 7.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79881 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
92f512d6cd
commit
fb837163be
1 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 -->
|
||||
<refentry id="function.pg-last-oid">
|
||||
<refnamediv>
|
||||
|
@ -22,13 +22,20 @@
|
|||
<function>pg_query</function> was not an INSERT or INSERT is
|
||||
failed.
|
||||
</para>
|
||||
<para>
|
||||
OID field became an optional field from PostgreSQL 7.2. When
|
||||
OID field is not defined in a table, programmer must use
|
||||
<function>pg_result_status</function> to check if record is
|
||||
is inserted successfully or not.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function used to be called <literal>pg_getlastoid()</literal>.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also <function>pg_query</function>.
|
||||
See also <function>pg_query</function> and
|
||||
<function>pg_result_status</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue