gram.y PROBLEM with UNDER - Mailing list pgsql-hackers

From Chris Bitmead
Subject gram.y PROBLEM with UNDER
Date
Msg-id 392D255D.F47D247C@bitmead.com
Whole thread Raw
Responses Re: gram.y PROBLEM with UNDER  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom, can you see anything wrong with this y.output file that would cause
it not to parse a plain create table statement?

ftp://ftp.tech.com.au/pub/y.output.gz
ftp://ftp.tech.com.au/pub/gram.y.gz

foo=# create table aa (bb text);
ERROR:  parser: parse error at or near "text"
ERROR:  parser: parse error at or near "text"
foo=#


pgsql-hackers by date:

Previous
From: Louis-David Mitterrand
Date:
Subject: pfree() after palloc() in trigger (was: Re: understanding Datum -> char * -> Datum conversions)
Next
From: "Matthias Urlichs"
Date:
Subject: Re: Berkeley DB...