Re: [SQL] Info on SQL Parsing required

From: neko(at)kredit(dot)sth(dot)szif(dot)hu
To: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Info on SQL Parsing required
Date: 1999-11-24 10:22:51
Message-ID: Pine.LNX.4.10.9911241116021.18579-100000@kredit.sth.szif.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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;(

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Stephens 1999-11-24 15:08:11 Re: [SQL] NULL
Previous Message CHAITANYANC 1999-11-24 03:39:51 Info on SQL Parsing required