Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUEb

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUEb
Дата
Msg-id 1046007589.84130.102.camel@jester
обсуждение исходный текст
Ответы Re: Allow pg_dump to dump sequences using NO_MAXVALUE and  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
- 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 databases with sequences
(Oracle).  PostgreSQL supports both syntaxes already.

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: bug in contrib/adddepend
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: Allow pg_dump to dump sequences using NO_MAXVALUE and