Better formatting

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194288 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christopher Kings-Lynne 2005-08-24 07:49:15 +00:00
parent 83ca32633a
commit d068f3743f

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 -->
<refentry id="function.pg-last-oid">
<refnamediv>
@ -31,7 +31,8 @@
name of the sequence is unknown, the <literal>pg_get_serial_sequence</literal>
PostgreSQL 8.0 function is necessary.
</para>
<para>PostgreSQL 8.1 has a function <literal>LASTVAL</literal> that returns
<para>
PostgreSQL 8.1 has a function <literal>LASTVAL</literal> 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.
</para>