Skip to content

Instantly share code, notes, and snippets.

@iangow
Created April 2, 2016 15:48
Show Gist options
  • Save iangow/97ab51cc5a8568c062e9957f68df6ea2 to your computer and use it in GitHub Desktop.
Save iangow/97ab51cc5a8568c062e9957f68df6ea2 to your computer and use it in GitHub Desktop.
CREATE AGGREGATE array_aggcat (anyarray)
( sfunc = array_cat,
stype = anyarray,
initcond = '{}'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment