Re: system table storing sequence attributes - Mailing list pgsql-sql

From Sabin Coanda
Subject Re: system table storing sequence attributes
Date
Msg-id f2unc1$kdo$1@news.hub.org
Whole thread Raw
In response to system table storing sequence attributes  ("Sabin Coanda" <sabin.coanda@deuromedia.ro>)
Responses Re: system table storing sequence attributes  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-sql
...
> select last_value from sequence_name

Unfortunately there is the same problem. The documentation say: "It is an 
error to call lastval if nextval has not yet been called in the current 
session." .... and I don't want to call nextval before.

Sabin 




pgsql-sql by date:

Previous
From: Marcin Stępnicki
Date:
Subject: Re: system table storing sequence attributes
Next
From: "A. Kretschmer"
Date:
Subject: Re: system table storing sequence attributes