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

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Is there a way to be notified on the CREATE TABLE execution?
Дата
Msg-id CAKFQuwb2zFDMr7pN7wKoVgxwefdEbE3g4pNqpu8vv9-EajM_Tw@mail.gmail.com
обсуждение исходный текст
Ответ на Is there a way to be notified on the CREATE TABLE execution?  (Igor Korot <ikorot01@gmail.com>)
Ответы Re: Is there a way to be notified on the CREATE TABLE execution?
Список 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 по дате отправления:

Предыдущее
От: Asif Ali
Дата:
Сообщение: Re: Load data from a csv file without using COPY
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Load data from a csv file without using COPY