Thread: pgsql-server/contrib array/array_iterator.sql. ...

pgsql-server/contrib array/array_iterator.sql. ...

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    03/03/19 23:39:27

Modified files:
    contrib/array  : array_iterator.sql.in
    contrib/intagg : int_aggregate.sql.in

Log message:
    Just some fixups to a couple contrib directories I was trying out.

    . replace CREATE OR REPLACE AGGREGATE with a separate DROP and CREATE
    . add DROP for all CREATE OPERATORs
    . use IMMUTABLE and STRICT instead of WITH (isStrict)
    . add IMMUTABLE and STRICT to int_array_aggregate's accumulator function

    Gregory Stark