tter method are extensive, so I will only be
implementing them in pgAdmin III.
Regards, Dave.
-Original Message-From: Donald Fraser
[mailto:[EMAIL PROTECTED]] Sent: 21 January 2003
12:59To: [EMAIL PROTECTED]Subject: Re:
[pgadmin-support] Strange bug...
Thanks for that Dave,
esday, January 21, 2003 12:28 PM
Subject: RE: [pgadmin-support] Strange bug...
Hi
Donald,
This
is a feature, not a bug :-)
Seriously, pgAdmin figures out that the index is part of a constraint and
classes it as a system object, therefore hiding it. If you switch on View System
Objects on the View
:
[pgadmin-support] Strange bug...
OS W2K SP2
pgAdmin II 1.4.12
PostgreSQL 7.3 on i686-pc-linux-gnu, compiled by GCC 2.96
Another strange bug...
I create the following table using an SQL statement:
CREATE TABLE "tbl_usertype" (
"id" int4 NOT NULL,
OS W2K SP2
pgAdmin II 1.4.12
PostgreSQL 7.3 on i686-pc-linux-gnu, compiled by GCC 2.96
Another strange bug...
I create the following table using an SQL statement:
CREATE TABLE "tbl_usertype" (
"id" int4 NOT NULL,
"s_desc" varchar(60) NOT NULL,
CONSTRAINT "tbl_usertype_s_desc_key" UNIQUE