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