Bug report CHECK CONSTRAINTS

Поиск
Список
Период
Сортировка
От Pavel Veretennikov
Тема Bug report CHECK CONSTRAINTS
Дата
Msg-id opsa0phkhtuo8gh7@developer3
обсуждение исходный текст
Ответы Re: Bug report CHECK CONSTRAINTS
Список pgadmin-support
Windows 2000
Russian language
Binary snapshot from Jun 23

When viewing table creation script, it produces following code (example):  stakecreditliminusd numeric(11,2) NOT NULL
DEFAULT0.00,  CONSTRAINT gs_players_pkey PRIMARY KEY (userid),  CONSTRAINT "$1" CHECK sex >= 0,  CONSTRAINT "$2" CHECK
"type">= 0
 
)
WITH OIDS;

When trying to copy-paste-run it, it complains about CHECK contstraints,  
cause they should be written like  CONSTRAINT "$1" CHECK (sex >= 0),  CONSTRAINT "$2" CHECK ("type" >= 0)

according to documentation. PostgreSQL 7.4.3


-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/


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