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

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/contrib array/array_iterator.sql. ...
Date: 2003-03-20 04:39:27
Message-ID: 20030320043927.DF8A2475E4D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-03-20 04:41:13 pgsql-server/doc/src/sgml/ref create_function.sgml
Previous Message Bruce Momjian - CVS 2003-03-20 03:58:48 pgsql-server/contrib/dbmirror Tag: REL7_3_STAB ...