Re: Is necessary to use SEQ_MAXVALUE in pg_dump?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Is necessary to use SEQ_MAXVALUE in pg_dump?
Дата
Msg-id 26869.1194292926@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Is necessary to use SEQ_MAXVALUE in pg_dump?  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Список pgsql-hackers
Zdenek Kotala <Zdenek.Kotala@Sun.COM> writes:
> Tom Lane wrote:
>> A better solution might be to move the declarations of
>> SEQ_MINVALUE/SEQ_MAXVALUE someplace else.

> Hmm. It seems better, but it is also hard to find correct place. :( I'm 
> thinking put it into c.h.

The idea that was in the back of my mind was pg_config_manual.h,
since these numbers could be seen as configuration constants if
you hold your head at the right angle ...
        regards, tom lane


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

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: Is necessary to use SEQ_MAXVALUE in pg_dump?
Следующее
От: Rick Gigger
Дата:
Сообщение: Re: should I worry?