PREPARE, FK's and VIEWs

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема PREPARE, FK's and VIEWs
Дата
Msg-id GNELIHDDFBOCMGBFGEFOGEOOCDAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: PREPARE, FK's and VIEWs
Re: PREPARE, FK's and VIEWs
Re: PREPARE, FK's and VIEWs
Список pgsql-hackers
Hi,

Now that we have prepared statements, should the foreign key code be changed
to use them?  I think it's highly likely that they will be reused in a
connection.  Might be an idea.

Also, what if the person wants to prepare a view?  Should they have to
PREPARE <view select> or should we automatically prepare them the first time
they're used in a connection?  Or should we offer a PREPARE VIEW <viewname>
option?

I personally think the second option would be neat.

Chris



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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: Proposed GUC Variable
Следующее
От: Karel Zak
Дата:
Сообщение: Re: PREPARE, FK's and VIEWs