reparsing query

From: Andrzej Barszcz <abusinf(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: reparsing query
Date: 2015-04-15 20:40:39
Message-ID: CAOUVqAy=KPppcxmo5cTU30Lojze6GhjNuG3V5Md_9sbh+EZZbQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi
I knock once again with this : reparse query to XML ( last knock 5-6 years
before) .
Motivation: more info for front-end developers about query. Users of jdbc
driver
are not able to gather information from meta data about such simple query :
"select x.a,y.b from xxx x, yyy y"
Solution : modification backend/utils/adt/ruleutils.c

I've done it few years ago, but with every new version of potgresql there
is a need to modify library.
I prepared version for 9.4.1, standalone, which could be used as library
loaded by backend. I wish to have such functionality in main distro.
Is anyone interested ?

Andrzej Barszcz

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Qingqing Zhou 2015-04-15 20:54:00 Re: reparsing query
Previous Message Alvaro Herrera 2015-04-15 20:35:36 show xl_prev in xlog.c errcontext