diff --git a/reference/pgsql/functions/pg-last-oid.xml b/reference/pgsql/functions/pg-last-oid.xml index 0649ad95c1..4665c7e296 100644 --- a/reference/pgsql/functions/pg-last-oid.xml +++ b/reference/pgsql/functions/pg-last-oid.xml @@ -1,5 +1,5 @@ - + @@ -22,13 +22,20 @@ pg_query was not an INSERT or INSERT is failed. + + OID field became an optional field from PostgreSQL 7.2. When + OID field is not defined in a table, programmer must use + pg_result_status to check if record is + is inserted successfully or not. + This function used to be called pg_getlastoid(). - See also pg_query. + See also pg_query and + pg_result_status