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

From Igor Korot
Subject Is there a way to be notified on the CREATE TABLE execution?
Date
Msg-id CA+FnnTz-SYt3PVp=Ks+rdFYe1rBgOMx17D5jbcMpown_jjSBYw@mail.gmail.com
Whole thread Raw
Responses Re: Is there a way to be notified on the CREATE TABLE execution?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: Is there a way to be notified on the CREATE TABLE execution?  (Pierre Timmermans <ptim007@yahoo.com>)
List pgsql-general
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 presume this is a DBMS-specific...

Thank you.


pgsql-general by date:

Previous
From: Asif Ali
Date:
Subject: Re: Is postorder tree traversal possible with recursive CTE's?
Next
From: Asif Ali
Date:
Subject: Re: Load data from a csv file without using COPY