Re: LISTEN considered dangerous

Поиск
Список
Период
Сортировка
От Roman Neuhauser
Тема Re: LISTEN considered dangerous
Дата
Msg-id 20060802182329.GA11947@dagan.sigpipe.cz
обсуждение исходный текст
Ответ на Re: LISTEN considered dangerous  (Flemming Frandsen <ff@partyticket.net>)
Ответы Re: LISTEN considered dangerous  (Flemming Frandsen <ff@partyticket.net>)
Список pgsql-general
# ff@partyticket.net / 2006-08-02 07:57:55 +0200:
> I'm bothered by listen listening from the end of the transaction in
> stead of the start of the transaction.

    Sorry if this isn't what you're after, instead just a question:

    Why don't you issue the LISTEN in a separate transaction before
    going on?

    LISTEN foo;
    BEGIN;
    SELECT ...

--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

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

Предыдущее
От: Kenneth Downs
Дата:
Сообщение: Re: Best Procedural Language?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Where do Tcl questions go?