Re: Modifying SQL parser with extensions?

From: Matthias Lüdtke <matthias-luedtke(at)gmx(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Modifying SQL parser with extensions?
Date: 2006-10-29 17:26:30
Message-ID: 4544E446.7090202@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Richard Troy wrote:
> Our package lets you pass individual statements or entire files full
> of SQL with embeded comments as it's not that uncommon among SQL
> dialects - they're just stripped out before getting to the engine, as
> Alvaro suggested.

Unfortunately I need the information in the statement to sort the result
set in a certain way later on. Sorry, I should have mentioned that from
the beginning.

This whole thing I want to implement was already written as a proxy JDBC
driver - from parser to result sorter - and works quite fine. I am now
investigating if it's possible to implement it directly in an RDBMS,
i.e. PostgreSQL.

Regards,
Matthias

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-10-29 17:31:23 Re: arrays of user types.
Previous Message Bob Pawley 2006-10-29 17:23:38 Adding a column