Re: Multiple NOTIFY is ignored - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Multiple NOTIFY is ignored
Date
Msg-id 9931a862-27bd-ba48-48c3-e04c061979b0@aklaver.com
Whole thread Raw
In response to Re: Multiple NOTIFY is ignored  (Markus Kolb <markus.kolb+postgres@tower-net.de>)
List pgsql-general
On 07/28/2016 07:50 AM, Markus Kolb wrote:
> Am 28.07.2016 16:42, schrieb Adrian Klaver:
>> On 07/28/2016 07:29 AM, Markus Kolb wrote:
>
> [...]
>>> So why the 2nd notify is not delivered/recognized?
>>
>> At a guess the second NOTIFY is not completed by ;
>
> It is no problem of syntax.
> If this would be the case I would get an error/exception.
> There is no exception.
>
> I think dblink knows how to handle the missing ; at the end.
> You need to use ; only between multiple commands.

Well to me it looks like it is seeing the first NOTIFY, but not the
second. Given Tom's post, you might want to double check the commands
you are supplying to {3} are really what you think they are.

>


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Moreno Andreo
Date:
Subject: Re: WAL directory size calculation
Next
From: Alex Ignatov
Date:
Subject: Re: Uber migrated from Postgres to MySQL