On Thu, 15 Jul 1999, [iso-8859-1] Simeó wrote: > How can I implement foreign Keys with postgres? thanks. pgsql/contrib/spi has refint.c. you'd want to compile that and execute refint.sql. it also comes with documentation. refit is, for now, the way postgres handles foreign keys. two functions are involved, check_foreign_key() and check_primary_key(). --- Howie <[EMAIL PROTECTED]> URL: http://www.toodarkpark.org "The distance between insanity and genius is measured only by success."
- [GENERAL] Multi-threading on PostgreSQL? Tiago Hermans
- Re: [GENERAL] Multi-threading on PostgreSQL? Chris Bitmead
- Re: [GENERAL] Multi-threading on PostgreSQL? Bruce Momjian
- RE: [GENERAL] Multi-threading on PostgreSQL? Tiago Hermans
- [GENERAL] Foreign Keys in PostgreSQL Simeó
- Howie