Re: Is there a way to be notified on the CREATE TABLE execution? - Mailing list pgsql-general

From David G. Johnston
Subject Re: Is there a way to be notified on the CREATE TABLE execution?
Date
Msg-id CAKFQuwb2zFDMr7pN7wKoVgxwefdEbE3g4pNqpu8vv9-EajM_Tw@mail.gmail.com
Whole thread Raw
In response to Is there a way to be notified on the CREATE TABLE execution?  (Igor Korot <ikorot01@gmail.com>)
Responses Re: Is there a way to be notified on the CREATE TABLE execution?  (Igor Korot <ikorot01@gmail.com>)
List pgsql-general
On Tuesday, June 19, 2018, Igor Korot <ikorot01@gmail.com> wrote:
Hi, ALL,
Consider a scenario:

1. A software that uses libpq is executing.
2. Someone opens up a terminal and creates a table.
3. A software needs to know about this new table.

I'd start here:


Your scenario suggests you may wish to avail yourself of the Listen and Notify commands as well.

David J.



pgsql-general by date:

Previous
From: Asif Ali
Date:
Subject: Re: Load data from a csv file without using COPY
Next
From: "David G. Johnston"
Date:
Subject: Re: Load data from a csv file without using COPY