bigserial coloumn

From: "Surabhi Ahuja " <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Subject: bigserial coloumn
Date: 2005-05-24 05:13:25
Message-ID: CE5C48E227F8ED4990FAC4332100ADC621B539@EVS.iiitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Qingqing Zhou 2005-05-24 06:04:23 Does SELECT INTO is affected by default_tablespace?
Previous Message Thomas F. O'Connell 2005-05-24 04:25:35 Re: pg_dump in a production environment