Thread: pgsql-server/doc/src/sgml features.sgml

pgsql-server/doc/src/sgml features.sgml

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/11/23 22:15:56

Modified files:
    doc/src/sgml   : features.sgml

Log message:
    7.4devel now supports SQL:1999's "enhanced trigger capability" (which
    is just FOR EACH STATEMENT triggers, AFAICS); this patch updates the
    SQL conformance docs to note that.

    Neil Conway