Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 5.2

(Apollo)

drop_aggregate(l)


DROP AGGREGATE

DROP AGGREGATE

NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
SEE ALSO

NAME

drop aggregate - remove the definition of an aggregate

SYNOPSIS

drop aggregate aggname aggtype

DESCRIPTION

drop aggregate will remove all reference to an existing aggregate definition. To execute this command the current user must be the the owner of the aggregate.

EXAMPLE

--
--Remove the average aggregate for type int4
--
drop aggregate avg int4

SEE ALSO

create aggregate(l).



drop_aggregate(l)