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
Title: bigserial coloumn
- [GENERAL] bigserial coloumn Surabhi Ahuja
- Re: [GENERAL] bigserial coloumn Richard Huxton
- Re: [GENERAL] bigserial coloumn Scott Marlowe