Re: [GENERAL] SQL Features...

Поиск
Список
Период
Сортировка
От Adriaan Joubert
Тема Re: [GENERAL] SQL Features...
Дата
Msg-id 38625BE0.C89DD64D@albourne.com
обсуждение исходный текст
Ответ на SQL Features...  (rjb@typeline.com)
Список pgsql-general
rjb@typeline.com wrote:

> There seems to be a few SQL compatibility issues in Postgres that are
> making it difficult for me to convert from Interbase. They are:
>
> Support for foreign keys
> Cascading a deletion across a referenced table or tables using a foreign
> key
>
> Does anyone know when these feature might be implemented?

Coming in the next version courtesy of Jan Wieck.

>
>
> Also: Is libpg a shared library? Can I write a client program say on a
> FreeBSD
> box that links to this library and calls a remote
> Postgres db server running on a Linux box?

libpq is a shared library and you can write a client on most unix client
systems to connect to a postgres database.

Adriaan


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] SQL Features...
Следующее
От: "Alain TESIO"
Дата:
Сообщение: [GENERAL] Right to create temp tables