Re: Parsing speed (was Re: pgstats_initstats() cost) - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Parsing speed (was Re: pgstats_initstats() cost)
Date
Msg-id 1db301c3613d$4dad7ae0$2800a8c0@mars
Whole thread Raw
In response to Re: pgstats_initstats() cost  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: Parsing speed (was Re: pgstats_initstats() cost)
List 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



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Parsing speed (was Re: pgstats_initstats() cost)
Next
From: "Christopher Kings-Lynne"
Date:
Subject: set constraints docs page