create string_agg in slony1_base.sql not slony1_funcs.sql
authorSteve Singer <ssinger@ca.afilias.info>
Fri, 9 Aug 2013 16:52:08 +0000 (12:52 -0400)
committerSteve Singer <ssinger@ca.afilias.info>
Fri, 9 Aug 2013 16:52:08 +0000 (12:52 -0400)
commitd7a19d00cc03160d9abca20722f4059dbc4d7915
tree526b59c121f98c4b46ee21f71dbfa8ccd7a04aea
parent8e63eea20d6bf9a7b4bb293f6a19859ae6080382
create string_agg in slony1_base.sql not slony1_funcs.sql

If the CREATE AGGREGATE is in slony1_funcs.sql it will fail on an update functions
since the aggregate already exists.  As part of the upgrade we will check
to see if we need to create the aggregate.
src/backend/slony1_base.sql
src/backend/slony1_funcs.sql