File: intagg--unpackaged--1.0.sql

package info (click to toggle)
postgresql-9.6 9.6.6-0%2Bdeb9u1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 133,360 kB
  • sloc: ansic: 739,637; sql: 66,305; xml: 30,901; yacc: 30,392; perl: 15,718; lex: 7,651; sh: 5,258; makefile: 4,752; python: 112; asm: 65; sed: 15
file content (9 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
/* contrib/intagg/intagg--unpackaged--1.0.sql */

-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION intagg FROM unpackaged" to load this file. \quit

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[]);