Re: [GENERAL] SQL Features... - Mailing list pgsql-general

From Adriaan Joubert
Subject Re: [GENERAL] SQL Features...
Date
Msg-id 38625BE0.C89DD64D@albourne.com
Whole thread Raw
In response to SQL Features...  (rjb@typeline.com)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] SQL Features...
Next
From: "Alain TESIO"
Date:
Subject: [GENERAL] Right to create temp tables