Aggregate definition : small oversight ?

Started by Emmanuel Charpentierabout 23 years ago4 messagesgeneral
Jump to latest
#1Emmanuel Charpentier
charpent@bacbuc.dyndns.org

Dear list,

7.3.x has CREATE OR REPLACE { VIEW | FUNCTION | TABLE ... }, but it lacks
CREATE OR REPLACE AGGREGATE, which may be a boon to ten-thumbed users like
me ...

Is that an oversight, or is there deeper reasons to this omission ?

Emmanuel Charpentier
--
Emmanuel Charpentier

#2Bruno Wolff III
bruno@wolff.to
In reply to: Emmanuel Charpentier (#1)
Re: Aggregate definition : small oversight ?

On Tue, Feb 18, 2003 at 09:26:10 +0100,
Emmanuel Charpentier <charpent@bacbuc.dyndns.org> wrote:

Dear list,

7.3.x has CREATE OR REPLACE { VIEW | FUNCTION | TABLE ... }, but it lacks
CREATE OR REPLACE AGGREGATE, which may be a boon to ten-thumbed users like
me ...

I think you are mistaken. While there are create or replace commands for
functions and views, there isn't one for tables.

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Emmanuel Charpentier (#1)
Re: Aggregate definition : small oversight ?

Emmanuel Charpentier <charpent@bacbuc.dyndns.org> writes:

Dear list,
7.3.x has CREATE OR REPLACE { VIEW | FUNCTION | TABLE ... }, but it lacks
CREATE OR REPLACE AGGREGATE, which may be a boon to ten-thumbed users like
me ...

Is that an oversight, or is there deeper reasons to this omission ?

Lack of implementation effort; lack of demand for feature. Is it really
that useful, as compared to dropping and remaking the aggregate?

regards, tom lane

#4Emmanuel Charpentier
charpent@bacbuc.dyndns.org
In reply to: Tom Lane (#3)
Re: Aggregate definition : small oversight ?

Tom Lane wrote:

Emmanuel Charpentier <charpent@bacbuc.dyndns.org> writes:

Dear list,
7.3.x has CREATE OR REPLACE { VIEW | FUNCTION | TABLE ... }, but it lacks
CREATE OR REPLACE AGGREGATE, which may be a boon to ten-thumbed users like
me ...

Is that an oversight, or is there deeper reasons to this omission ?

Lack of implementation effort; lack of demand for feature. Is it really
that useful, as compared to dropping and remaking the aggregate?

Avoiding errors aborting scripts. Not really a point, but ...

Emmanuel Charpentier

--
Emmanuel Charpentier