Wed Jun 6 17:49:11 PDT 2018
- Previous message: [Slony1-general] Inconsistent regex handling between SET ADD TABLE and SEQUENCE
- Next message: [Slony1-general] Upgrading and partitioning question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 6 Jun 2018, Marek Becka wrote: > Hello, > > > since Slony-I 2.1 a POSIX regular expresions can be used for adding > tables and sequences to a replication set. I have tried to add all > tables using Slony 2.2.5 documentation example of command SET ADD TABLE: > > SET ADD TABLE (SET ID=1, TABLES='public\\.tracker*'); > > In this case backslash must be escaped to get intended regular expression. > > > Regular expresions used with SET ADD SEQUENCE doesn't works correctly > with doubled backslash. To select all sequences from public schema plain > regular expression must be used: > > SET ADD SEQUENCE (SET ID=1, SEQUENCES='public\.*'); > > > Shouldn't be both command handled consistently? Yes, it probably should. This looks like a bug > > > _______________________________________________ > Slony1-general mailing list > Slony1-general at lists.slony.info > http://lists.slony.info/mailman/listinfo/slony1-general >
- Previous message: [Slony1-general] Inconsistent regex handling between SET ADD TABLE and SEQUENCE
- Next message: [Slony1-general] Upgrading and partitioning question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list