From d068f3743f18854ae67c2b7bae1dfd490a4cf3ac Mon Sep 17 00:00:00 2001 From: Christopher Kings-Lynne Date: Wed, 24 Aug 2005 07:49:15 +0000 Subject: [PATCH] Better formatting git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194288 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-last-oid.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.