bigserial coloumn - Mailing list pgsql-general

From Surabhi Ahuja
Subject bigserial coloumn
Date
Msg-id CE5C48E227F8ED4990FAC4332100ADC621B539@EVS.iiitb.ac.in
Whole thread Raw
Responses Re: bigserial coloumn
Re: bigserial coloumn
List pgsql-general

I have a table in which one attribute "id" is a bigserial

when i say
select setval('table_id_seq', 0);
it says: values 0 is out of bounds.
what should i do?

Regards
Surabhi Ahuja

pgsql-general by date:

Previous
From: "Thomas F. O'Connell"
Date:
Subject: Re: pg_dump in a production environment
Next
From: "Qingqing Zhou"
Date:
Subject: Does SELECT INTO is affected by default_tablespace?