create or replace for aggregate function

From: "Coby Beck" <coby(at)vec(dot)com(dot)au>
To: <pgsql-general(at)postgresql(dot)org>
Subject: create or replace for aggregate function
Date: 2003-06-05 05:35:33
Message-ID: 009f01c32b24$4cb34560$2401a8c0@Glenn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Is there an equivalent to
CREATE OR REPLACE FUNCTION FOO ...

for
CREATE AGGREGATE FOO ...

I have searched in TFM (as in RTFM) but can't seem to see it...

This is version 7.3.2 and I did not need to worry about it in 7.2.1, the
existing scripts worked differently I guess..

TIA

Coby Beck

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2003-06-05 05:49:57 Re: Broken RR?
Previous Message Coby Beck 2003-06-05 05:35:05 implicit type conversions