Re: [SQL] Info on SQL Parsing required - Mailing list pgsql-sql

From neko@kredit.sth.szif.hu
Subject Re: [SQL] Info on SQL Parsing required
Date
Msg-id Pine.LNX.4.10.9911241116021.18579-100000@kredit.sth.szif.hu
Whole thread Raw
In response to Info on SQL Parsing required  (CHAITANYANC <CHAITANYANC@inf.com>)
List pgsql-sql
On Wed, 24 Nov 1999, CHAITANYANC wrote:
> Can anybody tell me where I can find the ways of parsing an sql statement
> and making a query plan ?
programmers.ps maybe. You can do this only on server side (if i right).
Read the parts about SPI (server programing interface). There are
functions for pre-parse query -> save plan, and for run the saved plan.

--nek;(



pgsql-sql by date:

Previous
From: CHAITANYANC
Date:
Subject: Info on SQL Parsing required
Next
From: Bruce Stephens
Date:
Subject: Re: [SQL] NULL