diff --git a/reference/pgsql/functions/pg-last-oid.xml b/reference/pgsql/functions/pg-last-oid.xml index a6352b9c6e..ad93d177d8 100644 --- a/reference/pgsql/functions/pg-last-oid.xml +++ b/reference/pgsql/functions/pg-last-oid.xml @@ -1,5 +1,5 @@ - + @@ -31,7 +31,8 @@ name of the sequence is unknown, the pg_get_serial_sequence PostgreSQL 8.0 function is necessary. - PostgreSQL 8.1 has a function LASTVAL that returns + + PostgreSQL 8.1 has a function LASTVAL that returns the value of the most recently used sequence in the session. This avoids the need for naming the sequence, table or column altogether.