Steve Singer ssinger at ca.afilias.info
Fri Aug 16 06:27:53 PDT 2013
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.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=d7a19d00cc03160d9abca20722f4059dbc4d7915

Modified Files
--------------
src/backend/slony1_base.sql  |   33 +++++++++++++++++++++++++++++++++
src/backend/slony1_funcs.sql |   19 +++++++------------
2 files changed, 40 insertions(+), 12 deletions(-)



More information about the Slony1-commit mailing list