mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Initially it was called int_aggregate after the old SQL file, but since the documentation just says "intagg" and that's also the directory name, let's conform to that instead.
7 lines
315 B
SQL
7 lines
315 B
SQL
/* contrib/intagg/intagg--unpackaged--1.0.sql */
|
|
|
|
ALTER EXTENSION intagg ADD function int_agg_state(internal,integer);
|
|
ALTER EXTENSION intagg ADD function int_agg_final_array(internal);
|
|
ALTER EXTENSION intagg ADD function int_array_aggregate(integer);
|
|
ALTER EXTENSION intagg ADD function int_array_enum(integer[]);
|