pgsql-server/contrib array/array_iterator.sql. ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/contrib array/array_iterator.sql. ...
Date
Msg-id 20030320043927.DF8A2475E4D@postgresql.org
Whole thread Raw
List pgsql-committers
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


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/contrib/dbmirror Tag: REL7_3_STAB ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc/src/sgml/ref create_function.sgml