Re: Parsing speed (was Re: pgstats_initstats() cost)

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Joe Conway" <mail(at)joeconway(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Gavin Sherry" <swm(at)linuxworld(dot)com(dot)au>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parsing speed (was Re: pgstats_initstats() cost)
Date: 2003-08-13 01:50:40
Message-ID: 1db301c3613d$4dad7ae0$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> We could also think about providing an interface to do just Parse,
> although this is inessential since you can set up a prepared statement
> by PQexec'ing a PREPARE command.

Wait just a minute! phpPgAdmin would love to be able to 'parse' arbitrary
sql entered by the user to separate semi-coloned queries, identify various
types of queries, etc. What would a Parse call allow us to do?

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rahul_Iyer 2003-08-13 05:23:39 Speeding up operations
Previous Message Christopher Kings-Lynne 2003-08-13 01:45:10 Re: Parsing speed (was Re: pgstats_initstats() cost)