Re: Bug in Create sequence parsing?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug in Create sequence parsing?
Дата
Msg-id 12506.959825941@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug in Create sequence parsing?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Seems we don't support int8 sequences.  Should we?  I don't see a good
> use for them.

Sooner or later we'll probably want to offer an option to make OID be
8 bytes.  I could see switching sequences to int8 as well when we
do that.  Of course it would not work on platforms without compiler
support for 64-bit integers...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: uniqueness not always correct
Следующее
От: Tom Lane
Дата:
Сообщение: NATURAL JOIN of more than two tables doesn't work