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