x asasaxax wrote:

CREATE SEQUENCE "public"."teste_seq"
   INCREMENT 1  MINVALUE 1
   MAXVALUE 32767  START 1
   CACHE 1  CYCLE;


 What can i do to be able to continue inserting rows on this table?

Thanks a lot.


Make the max value of your sequence larger.  A lot larger.

- Dan "Heron" Myers

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to