Re: [HACKERS] bug with long serial names

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] bug with long serial names
Дата
Msg-id 368918ED.4D2CD1B0@alumni.caltech.edu
обсуждение исходный текст
Ответ на bug with long serial names  ("Nat Howard" <Nat.Howard@cello-us.com>)
Список pgsql-hackers
> create table a12345678901234567890 ( b1234567890  serial );
> causes this:
> pqReadData() -- backend closed the channel unexpectedly.

I hadn't heard about this. Will look at it. In the meantime, don't do
that :)

The upper limit on names is probably something like
  <table name length> + <column name length> + 5 <= 31
                     - Tom


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

Предыдущее
От: "Nat Howard"
Дата:
Сообщение: bug with long serial names
Следующее
От: Carl Riches
Дата:
Сообщение: Re: [GENERAL] Release of 6.4.1 (fwd)