Re: [HACKERS] 6.6 release

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: [HACKERS] 6.6 release
Дата
Msg-id 38521922.FCEAD38E@tm.ee
обсуждение исходный текст
Ответ на Re: [HACKERS] 6.6 release  ("D'Arcy" "J.M." Cain <darcy@druid.net>)
Ответы Re: [HACKERS] 6.6 release  ("D'Arcy" "J.M." Cain <darcy@druid.net>)
Список pgsql-hackers
"D'Arcy J.M. Cain" wrote:
> 
> Thus spake Jan Wieck
> >     As  far  as  I  see it now, I can get the FK stuff with MATCH
> >     FULL ready by February first. Must be enough.
> 
> Any chance of getting the FK semantics into the parser right away even
> though it is ignored?

We do have foreign key syntax in parser

hannu=> create table foreign_tab(
hannu->   f int,
hannu->   foreign key(f) references primary_tab (i)
hannu-> );
NOTICE:  CREATE TABLE/FOREIGN KEY clause ignored; not yet implemented

What do you mean by semantics here ? 
Should it check that the primary table and field(s) exist ?

------------------
Hannu


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] LONG
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCHES] pg_dump primary keys