gram.y PROBLEM with UNDER

From: Chris Bitmead <chris(at)bitmead(dot)com>
To: Postgres Hackers List <hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: gram.y PROBLEM with UNDER
Date: 2000-05-25 13:06:37
Message-ID: 392D255D.F47D247C@bitmead.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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=#

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthias Urlichs 2000-05-25 13:40:50 Re: Berkeley DB...
Previous Message Louis-David Mitterrand 2000-05-25 12:40:07 pfree() after palloc() in trigger (was: Re: understanding Datum -> char * -> Datum conversions)