Обсуждение: RE: [QUESTIONS] Is there any work on Support for Foreign Key Clau se?

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

RE: [QUESTIONS] Is there any work on Support for Foreign Key Clau se?

От
"Jackson, DeJuan"
Дата:
Forwarded to HACKERS.

> -----Original Message-----
> From:    Greg Skidmore [SMTP:gskid@mrcabq.com]
> Sent:    Thursday, April 30, 1998 7:24 PM
> To:    pgsql-questions@postgreSQL.org
> Subject:    [QUESTIONS] Is there any work on Support for Foreign Key
> Clause?
>
> To Anyone who knows the answer:
>
> In PostgreSQL 6.3, SQL that contains the "FOREIGN KEY" clause results
> in
> an error message stating that the clause has not yet been implemented.
> Is there any current effort to implement it?
>
> Thank you for your help.
>
> Greg Skidmore
>
>
> --
> Official WWW Site: http://www.postgresql.org
> Online Docs & FAQ: http://www.postgresql.org/docs
> Searchable Lists: http://www.postgresql.org/mhonarc

Re: [QUESTIONS] Is there any work on Support for Foreign Key Clau se?

От
"Thomas G. Lockhart"
Дата:
> > In PostgreSQL 6.3, SQL that contains the "FOREIGN KEY" clause
> > results in an error message stating that the clause has not yet been
> > implemented.

Actually a "NOTICE", not an error...

> > Is there any current effort to implement it?

No, but it has been discussed for v6.4...

                  - Tom