Re: [HACKERS] FOREIGN KEY and shift/reduce

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Jan Wieck <wieck(at)debis(dot)com>, PostgreSQL HACKERS <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] FOREIGN KEY and shift/reduce
Date: 1999-12-10 06:42:01
Message-ID: 16455.944808121@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Also, I am using flex 2.5.4, and an seeing no shift-reduce errors from
> the current gram.y.

You wouldn't, because the critical item is still commented out.

| REFERENCES ColId opt_column_list key_match key_actions
{
/* XXX
* Need ConstraintAttributeSpec as $6 -- Jan
*/

If you add ConstraintAttributeSpec to the end of this production,
it fails...

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-12-10 06:55:18 Re: [HACKERS] 6.6 release
Previous Message Tom Lane 1999-12-10 06:37:49 Re: [HACKERS] 6.6 release