Re: trouble with the automatic indexes on CREATE TABLE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: trouble with the automatic indexes on CREATE TABLE
Дата
Msg-id 14312.989966836@sss.pgh.pa.us
обсуждение исходный текст
Ответ на trouble with the automatic indexes on CREATE TABLE  (Bill McGonigle <mcgonigle@medicalmedia.com>)
Ответы Re: trouble with the automatic indexes on CREATE TABLE  (Bill McGonigle <mcgonigle@medicalmedia.com>)
Список pgsql-general
Bill McGonigle <mcgonigle@medicalmedia.com> writes:
> CREATE TABLE Delivery_Methods (
>          delivery_method_id INTEGER NOT NULL UNIQUE,
>          delivery_method VARCHAR(50) NOT NULL UNIQUE
> );

If you want to use names like that, you'd be well advised to increase
NAMEDATALEN.  See the archives.

            regards, tom lane

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

Предыдущее
От: Bill McGonigle
Дата:
Сообщение: trouble with the automatic indexes on CREATE TABLE
Следующее
От: "Albertson, Chris"
Дата:
Сообщение: RE: Performance aggregates