| From: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
|---|---|
| To: | "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za> |
| Cc: | "'Don Baccus '" <dhogaza(at)pacifier(dot)com>, "'Hannu Krosing '" <hannu(at)tm(dot)ee>, "''The Hermit Hacker ' '" <scrappy(at)hub(dot)org>, "''Bruce Momjian ' '" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "''Rod Chamberlin ' '" <rod(at)querix(dot)com>, "''pgsql-hackers(at)postgreSQL(dot)org ' '" <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | Re: [HACKERS] Enhancing PGSQL to be compatible with Informix SQL |
| Date: | 2000-01-07 14:32:59 |
| Message-ID: | 3875F91B.F55CA0BA@alumni.caltech.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> the best would be to implement ANSI outer joins, and then use the
> rewriter to allow for the Oracle syntax, or something similar, just to
> add readability to the SQL.
When I tried adding the syntax to gram.y a while ago it gave
shift/reduce errors on the "(+)" fields. I would guess that we would
need to have this become a token in the lexer :((
I'll have the code in gram.y (commented out) when I commit my next
changes for this; someone can play with it if they want.
- Thomas
--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California
| From | Date | Subject | |
|---|---|---|---|
| Next Message | D'Arcy J.M. Cain | 2000-01-07 14:34:58 | Re: [HACKERS] [Fwd: Re: First Major Open Source Database] |
| Previous Message | The Hermit Hacker | 2000-01-07 12:59:53 | Re: [HACKERS] New Search Engine ... UdmSearch |