Re: commit callback, request, SOLVED - Mailing list pgsql-hackers

From Tom Lane
Subject Re: commit callback, request, SOLVED
Date
Msg-id 3711.1144381169@sss.pgh.pa.us
Whole thread Raw
In response to Re: commit callback, request, SOLVED  (Horváth Sándor <horvath.sandor@ritek.hu>)
List pgsql-hackers
Horváth Sándor <horvath.sandor@ritek.hu> writes:
> In the documentation:
> "CREATE CONSTRAINT TRIGGER is used within CREATE TABLE/ALTER TABLE and 
> by pg_dump to create the special triggers for referential integrity. It 
> is not intended for general use."

> What means "it is not intended for generally use"?

What it really means is that we don't promise to keep this compatible in
the future.  There will probably always be something similar, but you
might have to change your application to use it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Qingqing Zhou"
Date:
Subject: Re: Support Parallel Query Execution in Executor
Next
From: Tom Lane
Date:
Subject: Re: Strange results from to_timestamp