Re: [HACKERS] Allow pg_dump to dump sequences using NO_MAXVALUE and

2003-02-23 Thread Gavin Sherry
On 23 Feb 2003, Rod Taylor wrote: > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h > > - Add check in pg_dump to see if the value returned is the max /min > values and replace with NO MAXVALUE, NO MINVALUE. > > - Change START and INCREMENT to use START WITH and INCREMENT BY syntax.

[HACKERS] Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUEb

2003-02-23 Thread Rod Taylor
- Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h - Add check in pg_dump to see if the value returned is the max /min values and replace with NO MAXVALUE, NO MINVALUE. - Change START and INCREMENT to use START WITH and INCREMENT BY syntax. This makes it a touch easier to port to other