Обсуждение: Create foreign Key

Поиск
Список
Период
Сортировка

Create foreign Key

От
Bartosz Dmytrak
Дата:
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