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

From Terry Lee Tucker
Subject Re: Cannot insert a duplicate key into unique index
Date
Msg-id 200402190933.02767.terry@esc1.com
Whole thread Raw
In response to Re: Cannot insert a duplicate key into unique index  (daq <daq@ugyvitelszolgaltato.hu>)
List pgsql-novice
It's amazing how much good information comes accross this list. Thanks for the
knowledge.

On Thursday 19 February 2004 09:12 am, daq saith:
>
>
> You can list all the sequences:
>
> select relname from pg_class where relkind='S';
>
> and list all their atributes:
>
> select * from sequence_name;
>
> See "System Catalogs" in the documentation!
>
> DAQ
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly

--
Quote: 3
"There is a rank due to the United States, among nations, which will be
 withheld, if not absolutely lost, by the reputation of weakness. If we
 desire to avoid insult, we must be able to repel it; if we desire to
 secure peace, one of the most powerful instruments of our rising prosperity,
 it must be known that we are at all times ready for war."

 --George Washington

 Work: 1-336-372-6812
 Cell: 1-336-363-4719
email: terry@esc1.com

pgsql-novice by date:

Previous
From: daq
Date:
Subject: Re: Cannot insert a duplicate key into unique index
Next
From:
Date:
Subject: Re: Cannot insert a duplicate key into unique index