Re: [SQL] 2 Aktions in a Rule

From: Howie <caffeine(at)toodarkpark(dot)org>
To: Florian Makesch <F(dot)Makesch(at)sbe-zeta(dot)de>
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] 2 Aktions in a Rule
Date: 1999-10-05 19:09:44
Message-ID: Pine.LNX.3.96.991005190841.8877B-100000@rabies.toodarkpark.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, 5 Oct 1999, Florian Makesch wrote:

> >
> > I suspect you compiled with a buggy version of yacc or bison.
> > Postgres'
> > grammar is large and complex enough that it tends to expose problems
> > in vendor-supplied yaccs :-(. Try getting a recent GNU bison (let's
> > see ... I have 1.25 installed here, it's probably not the latest)
> > and rebuilding.
>
> It is a Debian System with bison 1.25-13 installed, I recompield, but no
> change.

looks like you could use refint's check_primary_key() and
check_foreign_key() functions for this. refint handles the foreign key
constraints for postgres 6.5.x. its in the contrib/spi/ dir. im making
extensive use of it in all my dbs.

---
Howie <caffeine(at)toodarkpark(dot)org> URL: http://www.toodarkpark.org
"Just think how much deeper the ocean would be if sponges didn't live there."

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 1999-10-05 23:10:10 Re: [SQL] Reasonable
Previous Message Oleg Bartunov 1999-10-05 17:59:47 Re: [SQL] Collate sequences