Bug report CHECK CONSTRAINTS - Mailing list pgadmin-support

From Pavel Veretennikov
Subject Bug report CHECK CONSTRAINTS
Date
Msg-id opsa0phkhtuo8gh7@developer3
Whole thread Raw
Responses Re: Bug report CHECK CONSTRAINTS  (Andreas Pflug <pgadmin@pse-consulting.de>)
List 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 by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: [PHP] Secure DB Systems - How to
Next
From: Andreas Pflug
Date:
Subject: Re: Bug report CHECK CONSTRAINTS