From: | Gregory Stark <gsstark(at)mit(dot)edu> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, pgsql-patches(at)postgresql(dot)org |
Subject: | fixups for 7.3 to contrib directories |
Date: | 2003-02-21 18:12:20 |
Message-ID: | 87d6llzenv.fsf@stark.dyndns.tv |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
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
Attachment | Content-Type | Size |
---|---|---|
diff | application/octet-stream | 8.8 KB |
diff | application/octet-stream | 1.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Meskes | 2003-02-21 18:19:49 | Re: ecpg vs. libpq |
Previous Message | scott.marlowe | 2003-02-21 18:00:53 | Re: request for sql3 compliance for the update command |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2003-02-21 19:01:08 | Re: Minor doc patch: create function |
Previous Message | Jeroen T. Vermeulen | 2003-02-21 13:22:36 | Re: psql patch |