# [EMAIL PROTECTED] / 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

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to