RE: [SQL] FOREIGN KEY
RE: [SQL] FOREIGN KEY
От:
"Jackson, DeJuan" <djackson@cpsgroup.com>
Дата:
> Hi all. > > As far as I understand PostgreSQL does not support > FOREIGN KEY syntax. (Do I gather right ?). Postgres supports the 'syntax' just fine, it simply ignores it. > What is the recommended work around ? There is a work-around (triggers) in the contrib directory of the distribution (refint). It comes with examples of usage. > --- > Alexey Pushkin > Well Service Technology AS