pgsql-server/src/backend/catalog index.c

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/src/backend/catalog index.c
Дата
Msg-id 20020828204647.8D8E7476621@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/08/28 16:46:47

Modified files:
    src/backend/catalog: index.c

Log message:
    This trivial patches fixes the error message returned by CREATE INDEX
    when it finds an existing relation with the same name as the
    to-be-created index.

    Old error message:

    nconway=# create table foo (a int);
    CREATE TABLE
    nconway=# create index foo on foo (a);
    ERROR:  index named "foo" already exists

    I replaced 'index' with 'relation' in the error message.

    Neil Conway


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src backend/executor/execMain.c b ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/backend/tioga Arr_TgRecipe.h ...