Fri Aug 16 06:27:53 PDT 2013
- Previous message: [Slony1-commit] Slony-I-commit Fix typo in sample data
- Next message: [Slony1-commit] Slony-I-commit deconstruct_array wants the OID of the element type, not
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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(-)
- Previous message: [Slony1-commit] Slony-I-commit Fix typo in sample data
- Next message: [Slony1-commit] Slony-I-commit deconstruct_array wants the OID of the element type, not
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list