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

From: Francisco Olarte <folarte(at)peoplecall(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is there a way to be notified on the CREATE TABLE execution?
Date: 2018-06-20 17:22:22
Message-ID: CA+bJJbziEPUuCKk-qCJgNcqi_u3-S_ZW61Hc7yr8U_hsLQ+y6Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Igor:

On Wed, Jun 20, 2018 at 7:07 PM, Igor Korot <ikorot01(at)gmail(dot)com> wrote:
> Just one more question:
> This page https://www.postgresql.org/docs/current/static/xfunc-c.html#DFUNC
> does not reference
> Windows/MSVC/MinGW as a way to compile the code.

Sorry, I don't do windows.

You do not need C extension functions anyway, unless your usage
pattern is truly bizarre a triger for ddl could be written in any pl.

Francisco Olarte.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Olarte 2018-06-20 17:28:28 Re: Is there a way to be notified on the CREATE TABLE execution?
Previous Message Igor Korot 2018-06-20 17:07:13 Re: Is there a way to be notified on the CREATE TABLE execution?