Re: delete operation with "where XXX in"

Поиск
Список
Период
Сортировка
От Peter Alberer
Тема Re: delete operation with "where XXX in"
Дата
Msg-id 000901c2632c$a9488c10$5be0d089@ekelhardt
обсуждение исходный текст
Ответ на Re: delete operation with "where XXX in"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
>If you don't mind a nonstandard query you can write
>
>delete from lr_object_usage where
>lr_locked_objects.lr_object_usage_id = lr_object_usage_id
>and lr_locked_objects.timeout_time < now() ;

Wow, i have not seen a query like that.

Thanks a lot Tom! No i dont mind as long it is that fast compared to the
other ("in") way :)



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

Предыдущее
От: Christoph Dalitz
Дата:
Сообщение: Re: Postgresql Automatic vacuum
Следующее
От: Justin Clift
Дата:
Сообщение: Re: Different Port for PostgreSQL?