create or replace for aggregate function - Mailing list pgsql-general

From Coby Beck
Subject create or replace for aggregate function
Date
Msg-id 009f01c32b24$4cb34560$2401a8c0@Glenn
Whole thread Raw
List 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



pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: regular expression question
Next
From: "Coby Beck"
Date:
Subject: implicit type conversions