Is there a way to be notified on the CREATE TABLE execution?

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Is there a way to be notified on the CREATE TABLE execution?
Date: 2018-06-19 22:06:57
Message-ID: CA+FnnTz-SYt3PVp=Ks+rdFYe1rBgOMx17D5jbcMpown_jjSBYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Asif Ali 2018-06-19 22:06:59 Re: Load data from a csv file without using COPY
Previous Message Asif Ali 2018-06-19 22:06:48 Re: Is postorder tree traversal possible with recursive CTE's?