Re: Table X its full, what can i do now?

From: Dan Myers <heron(at)xnapid(dot)com>
To: xanaruto(at)gmail(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Table X its full, what can i do now?
Date: 2008-07-09 15:11:05
Message-ID: 4874D509.2070508@xnapid.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rodrigo Gonzalez 2008-07-09 15:21:57 Re: Table X its full, what can i do now?
Previous Message Christophe 2008-07-09 15:06:28 Re: rollback