Re: SQL Parser

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: f(dot)rollo(at)unisannio(dot)it
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: SQL Parser
Date: 2003-05-15 16:33:50
Message-ID: 200305151633.h4FGXol07139@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Well, download the source and look in /src/backend/parser/gram.y. It
does use a lot of other routines to do the job, though.

---------------------------------------------------------------------------

Fabio Rollo wrote:
> Hi
> I'm looking for a (free, shareware) SQL parser.
> Is it (an how is it )feasible to get postgresql and
> "separate" the parser from the rest of the code and use it
> stand-alone?
> If you have suggestions, please e-mail me: f(dot)rollo(at)unisannio(dot)it .
> Thanks in advance.
>
>
> Fabio Rollo
> University of Sannio - Italy
> e-mail: f(dot)rollo(at)unisannio(dot)it
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

  • SQL Parser at 2003-05-14 14:50:40 from Fabio Rollo

Browse pgsql-sql by date

  From Date Subject
Next Message Matt Mello 2003-05-15 16:37:13 Re: "deadlock detected" documentation
Previous Message Josh Berkus 2003-05-15 16:21:33 Re: SQL Parser