Re: [SQL] Serial numbers - Mailing list pgsql-sql

From Marcus Better
Subject Re: [SQL] Serial numbers
Date
Msg-id 14000.16498.216916.377579@unreal.matematik.su.se
Whole thread Raw
In response to Re: [SQL] Serial numbers  (Vadim Mikheev <vadim@krs.ru>)
List pgsql-sql
 >        The  function currval ('sequence_name') may be used to re-
 >        fetch the number returned by the last call to nextval  for
 >                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 >        the specified sequence in the current session.  NOTE: cur-

Ah. Missed that part :) Thanks.

Marcus

pgsql-sql by date:

Previous
From: "Sergei M. Suntsov"
Date:
Subject: ERROR ExecInitIndexScan: both left and right op's a real-vars
Next
From: Thomas Metz
Date:
Subject: SELECT DISTINCT ON ... ORDER BY ...