RE: [HACKERS] Cache query implemented - Mailing list pgsql-hackers

From Karel Zak - Zakkr
Subject RE: [HACKERS] Cache query implemented
Date
Msg-id Pine.LNX.3.96.1000229133620.6155A-100000@ara.zf.jcu.cz
Whole thread Raw
In response to RE: [HACKERS] Cache query implemented  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Responses RE: [HACKERS] Cache query implemented
List pgsql-hackers
On Tue, 29 Feb 2000, Hiroshi Inoue wrote:

> > -----Original Message-----
> > From: Karel Zak - Zakkr [mailto:zakkr@zf.jcu.cz]
> > 
> > > > EXECUTE name [ INTO x, y, ... ] [ USING a, b, ... ]
> > > 
> > >  This command "Associate input parametrs and output targets 
> > with a prepared
> > > statement and execute the statement" (SQL92).
> > > 
> 
> I don't know well about PREPARE statement.
> But is above syntax for interative SQL command ?
> Isn't it for embedded SQL or SQL module ?
- PREPARE save to cache any standard sql command (OptimizableStmt).- EXECUTE run this cached plan (query) and send data
tofrontend or  INTO any relation.
 
Or what you mean?
                        Karel



pgsql-hackers by date:

Previous
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Re: ALTER TABLE DROP COLUMN
Next
From: The Hermit Hacker
Date:
Subject: RE: [HACKERS] Re: ALTER TABLE DROP COLUMN