Re: Basic DOMAIN Support

From: "Rod Taylor" <rbt(at)zort(dot)ca>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Basic DOMAIN Support
Date: 2002-03-08 03:52:31
Message-ID: 096201c1c654$f359ddb0$b002000a@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> I believe your real problem has nothing to do with the c_expr
anyway,
> but is that DEFAULT is an allowable ColLabel. I do not recall which
> keywords we currently need to accept as def_elem labels, but perhaps
> it'd work to back off the lefthand side from ColLabel to ColId or
> some such.

Changing ColLabel to ColId seems to have corrected the problem but now
I'm completely confused as to how it works. From the light reading I
did an hour ago off various websites about shift reduce conflicts
(where I found that %expect thing) was that the DEFAULT element would
be moved off the stack immediatly as it was a known element which
could not be reduced. Hence my thoughts it was the equal sign and
c_expr.

Seems Amazon will receive an order for a book on bison tomorrow.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2002-03-08 04:21:18 Domain Support -- another round
Previous Message Tom Lane 2002-03-08 03:41:40 Re: Small fix for _copySetConstraintsStmt