Re: Cannot insert a duplicate key into unique index - Mailing list pgsql-novice

From joseph speigle
Subject Re: Cannot insert a duplicate key into unique index
Date
Msg-id 20040219151021.GA689@www.sirfsup.com
Whole thread Raw
In response to Re: Cannot insert a duplicate key into unique index  (daq <daq@ugyvitelszolgaltato.hu>)
List pgsql-novice
>
> kpc> How can I list all the sequences in the database, with their
> kpc> attributes (such as last_value)?  (I'm having a hard time guessing
> kpc> 'seq-name'; the 'A_id_seq' formula did not work.)
>
> You can list all the sequences:
>
> select relname from pg_class where relkind='S';
>
> and list all their atributes:
>
> select * from sequence_name;
>

select last_value from something_seq

And I got the sequence name from \ds at the psql prompt! but that's only for the current database.

joe
--
speigle
www.sirfsup.com

pgsql-novice by date:

Previous
From:
Date:
Subject: Re: Cannot insert a duplicate key into unique index
Next
From: "V i s h a l Kashyap @ [Sai Hertz And Control Systems]"
Date:
Subject: No Login to System Account for Postgres