Re: Table X its full, what can i do now? - Mailing list pgsql-general

From Dan Myers
Subject Re: Table X its full, what can i do now?
Date
Msg-id 4874D509.2070508@xnapid.com
Whole thread Raw
In response to Table X its full, what can i do now?  ("x asasaxax" <xanaruto@gmail.com>)
List pgsql-general
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

pgsql-general by date:

Previous
From: Madison Kelly
Date:
Subject: Re: rollback
Next
From: Rodrigo Gonzalez
Date:
Subject: Re: Table X its full, what can i do now?