Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux