Re: Re: [PATCHES] Select parser at runtime

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Ian Lance Taylor <ian(at)airs(dot)com>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [PATCHES] Select parser at runtime
Date: 2001-08-12 01:58:35
Message-ID: 200108120158.f7C1wZa18985@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> > Oracle uses a weird syntax for outer joins.
>
> We had already rejected this idea. The earlier this disappears from the
> face of the earth the better.

Sure, but until that happens, if we can easily give people portability,
why not? My idea was to have a gram.y that rewrote _some_ of the
commands, and output another query string that could then be passed into
the existing gram.y. Kind of crazy, but it may limit the duplication
of code in the two gram.y's.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-12 02:27:35 Re: PL/pgSQL bug?
Previous Message Tatsuo Ishii 2001-08-12 01:48:05 Re: PL/pgSQL bug?

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2001-08-12 01:58:40 Re: bytea_ops
Previous Message Tom Lane 2001-08-12 01:41:29 Re: bytea_ops