Create foreign Key

From: Bartosz Dmytrak <bdmytrak(at)eranet(dot)pl>
To: PgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Create foreign Key
Date: 2012-03-21 12:39:23
Message-ID: CAD8_UcYRc0tfe1L1TzeYr_ARiCu5in3G+sU7yOOmev2BVAk=XQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,
I wonder why I need provide covering index name when I create foreign key
with automated index creation...
it is possible to use statement like this:

CREATE INDEX
ON "MySchema"."MyTable" ("MyColumn" ASC NULLS LAST);

pgAdmin 1.14.2 Win 7 32bit
PG 9.1.3 Windows Server 2008 R2 64bit

Regards,
Bartek

Browse pgadmin-support by date

  From Date Subject
Next Message Yamato Suemitsu 2012-03-21 14:27:24 forgotten password
Previous Message MrTeeth 2012-03-20 21:58:37 Creating relationship links in PostgreSQL via pgAdmin