Re: dblink_exists

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: "ml(at)ft-c(dot)de" <ml(at)ft-c(dot)de>
Cc: "pgsql-sql(at)lists(dot)postgresql(dot)org" <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: Re: dblink_exists
Date: 2020-12-21 01:52:04
Message-ID: CAKFQuwbu0OjsSf9S+dtHjd_s6rt7NnCPgq-Q3pjGBVkxXTzPGw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Sunday, December 20, 2020, <ml(at)ft-c(dot)de> wrote:

>
> My general problem:
> I need a command that send a answer immediately and not, when the query
> if finished.

>
dblink_exec()?

>
> When someone start the script again (when it is running), so I need a
> section like:

Advisory locks?

>
> 2. question:
> When dlink_send_query is running,
> select dblink_get_connections()
> send NULL as answer.
>
>
Don’t know - though suggest showing actual code that results in this
behavior.

David J.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message ml 2020-12-21 05:07:57 Re: dblink_exists
Previous Message ml 2020-12-21 01:35:32 dblink_exists