mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove DROPs from contrib object creation scripts, per Dave Page.
This commit is contained in:
@ -15,9 +15,8 @@ RETURNS int4[]
|
||||
AS 'MODULE_PATHNAME','int_agg_final_array'
|
||||
LANGUAGE 'C' IMMUTABLE STRICT;
|
||||
|
||||
-- The aggration funcion.
|
||||
-- The aggregate function itself
|
||||
-- uses the above functions to create an array of integers from an aggregation.
|
||||
DROP AGGREGATE int_array_aggregate(int4);
|
||||
CREATE AGGREGATE int_array_aggregate (
|
||||
BASETYPE = int4,
|
||||
SFUNC = int_agg_state,
|
||||
|
Reference in New Issue
Block a user