Re: PREPARE, FK's and VIEWs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PREPARE, FK's and VIEWs
Дата
Msg-id 20544.1030541419@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PREPARE, FK's and VIEWs  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> 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.

Waste of time; the FK code already does this for itself.

> Also, what if the person wants to prepare a view?

What does that mean?  A view isn't preparable in isolation from the
query that's going to use it.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: MemoryContextAlloc: invalid request size 1934906735
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] LIMIT 1 FOR UPDATE or FOR UPDATE LIMIT 1?