RE: [HACKERS] Cache query implemented

Поиск
Список
Период
Сортировка
От Karel Zak - Zakkr
Тема RE: [HACKERS] Cache query implemented
Дата
Msg-id Pine.LNX.3.96.1000229133620.6155A-100000@ara.zf.jcu.cz
обсуждение исходный текст
Ответ на RE: [HACKERS] Cache query implemented  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Ответы RE: [HACKERS] Cache query implemented  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] Re: ALTER TABLE DROP COLUMN
Следующее
От: The Hermit Hacker
Дата:
Сообщение: RE: [HACKERS] Re: ALTER TABLE DROP COLUMN