a bug

Поиск
Список
Период
Сортировка
От Jason Lewis
Тема a bug
Дата
Msg-id 001101bf6a06$e5741000$1502000a@zip.com.au
обсуждение исходный текст
Список pgsql-bugs
When I did a pg_dumpall from my 6.4.2 database, it seems to have had
problems with the CONSTRAINTS which then cause problems when reading in to
ver 6.5

this was the offending paragraph

CREATE TABLE "productprice" (
        "vendorname" text NOT NULL,
        "productid" int4 NOT NULL,
        CONSTRAINT ""vendorname does not exist"" CHECK (isvalidvendorname
 vendorname )));


Why did it put 2 sets of quotes around the name of the constraint?


Thanks,

Jason

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

Предыдущее
От: hbqlqx@home.net
Дата:
Сообщение: xxxscreensavers for you 462 [2/2]
Следующее
От: "Herr Dumont"
Дата:
Сообщение: "UNIQUE" not recognized when another attribute is declared as "PRIMARY KEY"