mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Better formatting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194288 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
83ca32633a
commit
d068f3743f
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue