Re: pgsql/ ontrib/spi/autoinc.c oc/src/sgml/dataty ...

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql/ ontrib/spi/autoinc.c oc/src/sgml/dataty ...
Дата
Msg-id 200108162154.f7GLsiP25636@candle.pha.pa.us
обсуждение исходный текст
Ответ на pgsql/ ontrib/spi/autoinc.c oc/src/sgml/dataty ...  (Tom Lane <tgl@hub.org>)
Ответы Re: pgsql/ ontrib/spi/autoinc.c oc/src/sgml/dataty ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
> Log message:
>     Sequences are now based on int8, not int4, arithmetic.  SERIAL pseudo-type
>     has an alias SERIAL4 and a sister SERIAL8.  SERIAL8 is just the same
>     except the created column is type int8 not int4.
>     initdb forced.  Note this also breaks any chance of pg_upgrade from 7.1,
>     unless we hack up pg_upgrade to drop and recreate sequences.  (Which is
>     not out of the question, but I don't wanna do it.)

We have to get some oid filename mapping into pg_upgrade too for it to
work.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/src/tools RELEASE_CHANGES
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql/. Tag: REL7_1_STABLE README