hey All,

when I try to use execute script in slonik it always seems to fail with the following error :

bash-3.2$ ./alter-table
DDL script consisting of 3 SQL statements
DDL Statement 0: (0,59) [ALTER TABLE mytesttable ADD COLUMN test text;]
DDL Statement 1: (59,62) []
DDL Statement 2: (62,64) []
<stdin>:15: PGRES_FATAL_ERROR  - ERROR:  syntax error at or near ""
LINE 1:
        ^
Press any key to continue...



This is how my exec script command looks like :

    execute script (
        set id = 1,
        filename = '/tmp/alter',
        event node = 1
    );


Is this a bug do you think??

Ries








_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to