Re: Modifying SQL parser with extensions?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Modifying SQL parser with extensions?
Дата
Msg-id 20061029162506.GB2388@alvh.no-ip.org
обсуждение исходный текст
Ответ на Modifying SQL parser with extensions?  (Matthias Lüdtke <matthias-luedtke@gmx.de>)
Ответы Re: Modifying SQL parser with extensions?  (Richard Troy <rtroy@ScienceTools.com>)
Re: Modifying SQL parser with extensions?  (Matthias Lüdtke <matthias-luedtke@gmx.de>)
Список pgsql-general
Matthias Lüdtke wrote:
> Hi everyone,
>
> I am searching for the easiest way to let PostgreSQL parse a special
> dialect of SQL. The dialect I want to parse augments common SQL in a way
> that enables expressions within a WHERE clause to be annotated and is
> thus not compatible with the standard SQL syntax anymore.

No, there's no mechanism for that.  You'd have to preprocess the query
before passing it to PostgreSQL.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

В списке pgsql-general по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Instead of Triggers
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Instead of Triggers