Re: Rewrite without correlated subqueries

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Rewrite without correlated subqueries
Дата
Msg-id dcc563d10908201459l3f0be8c7wfffcb103fd79545b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Rewrite without correlated subqueries  (bricklen <bricklen@gmail.com>)
Ответы Re: Rewrite without correlated subqueries
Список pgsql-sql
On Thu, Aug 20, 2009 at 3:16 PM, bricklen<bricklen@gmail.com> wrote:
> Interesting idea. Preferably this operation could be done in straight SQL in
> a single transaction, to fit in with the way our application works, but if
> that's not possible I may need to go the temporary table route.

Temp tables can be included in a transaction, and they're not visible
to other connections.


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

Предыдущее
От: bricklen
Дата:
Сообщение: Re: Rewrite without correlated subqueries
Следующее
От: bricklen
Дата:
Сообщение: Re: Rewrite without correlated subqueries