Re: Roadmap for FE/BE protocol redesign
От | Ashley Cambrell |
---|---|
Тема | Re: Roadmap for FE/BE protocol redesign |
Дата | |
Msg-id | 3E6D0598.9060503@freaky-namuh.com обсуждение исходный текст |
Ответ на | Roadmap for FE/BE protocol redesign (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: Roadmap for FE/BE protocol redesign
|
Список | pgsql-hackers |
Tom Lane wrote: >This is an attempt to lay out a road map for updating the frontend/backend >protocol in 7.4. I don't at this point want to get into details on any >one of the TODO items, just get consensus that this is the set of tasks >to be tackled. Are there any areas that I've missed (that require >protocol changes)? > > > What about binding variables ala oracle's ociparse -> ocibindbyname -> ociexecute -> ocifetch ? I know you can do most of it via SQL (PREPARE/EXECUTE) but you can't do 'RETURN x INTO :x' as it stands. This would also get around the problem of getting values from newly inserted rows (eg PKs) without resorting to OIDs. Not entirely a FE/BE issue... but worth considering in any redesign. Ashley Cambrell
В списке pgsql-hackers по дате отправления: