Thread: pgsql: Triggers should return TRIGGER not OPAQUE.

pgsql: Triggers should return TRIGGER not OPAQUE.

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Triggers should return TRIGGER not OPAQUE.  Looks like this script got
overlooked in 7.3 updates.  Not a critical fix but avoids a notice when
the resulting SQL script is executed.

Modified Files:
--------------
    pgsql/contrib/oracle:
        Ora2Pg.pm (r1.8 -> r1.9)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/oracle/Ora2Pg.pm.diff?r1=1.8&r2=1.9)