Anand Surelia wrote:
>
> Hi,
> What do I have to do to implement Foreign Keys in Postgres 6.3.2 ? > > Does anyone have the set of triggers to
implementit?
Take a look at Postgresql-6.3.2/contrib/spi/refint* there's an example
how to implement referential integrity using triggers.
> When is new version which implements it is being released?
I don't know but I hope soon.
Jose'