Fri Jul 6 05:46:43 PDT 2007
- Previous message: [Slony1-general] help me please
- Next message: [Slony1-general] Bug: slonik sometimes incorrectly splits its command by "; "
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello. I feed the following syntax-correct query to slonik: CREATE RULE "position_get_last_id_on_insert" AS ON INSERT TO "public"."position" DO (SELECT currval('position_position_id_seq'::regclass) AS id;); And in pg logs I see: 2007-07-06 12:39:08 GMT 87.250.244.99(34424)ERROR: syntax error at end of input at character 149 2007-07-06 12:39:08 GMT 87.250.244.99(34424)STATEMENT: CREATE RULE "position_get_last_id_on_insert" AS ON INSERT TO "public"."position" DO (SELECT currval('position_position_id_seq'::regclass) AS id; Seems slonik treats intermediate ";" as a queries delimiter and splits queries by it. Possibly slonik should care about correct brackets nesting? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.slony.info/pipermail/slony1-general/attachments/20070706/= 68bfba97/attachment.htm
- Previous message: [Slony1-general] help me please
- Next message: [Slony1-general] Bug: slonik sometimes incorrectly splits its command by "; "
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list