Re: [HACKERS] PREPARE

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] PREPARE
Дата
Msg-id 199811171616.LAA09176@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] PREPARE  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
> > I'm still holding back PREPARE for ecpg until I can think of a
> > good solution. The best of course would be in the backend.
> 
> So what would it take to do this in the backend? I think the places
> which would need to be touched fall into areas I either know about or am
> starting to look at to implement the CASE clause.
> 
> We'd need:
>   - a "named buffer" (or several) to hold the intermediate input

portals

>   - a way to pass in parameters or substitution arguments

SQL functions?

>   - a way to decide if previous parser/planner/executor
>     results can be reused


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Tree type, how best to impliment?
Следующее
От: "Taral"
Дата:
Сообщение: RE: [HACKERS] SQL vs. OQL