Tue Jul 12 15:23:24 PDT 2005
- Previous message: [Slony1-general] about Execute SQL/DDL script and add new Subscribing Nodes to existing set
- Next message: [Slony1-general] Re: Fwd: Problem related to slony
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sun.betty wrote: > Hello! All! > > create.sql : > BEGIN; > create table tb_test4 ( > INFO_ID NUMERIC(6) not null, > TO_NAME VARCHAR(256) null, > constraint PK_TB_TEST4 primary key (INFO_ID) > ); > COMMIT ; > Please consult the documentation for EXECUTE SCRIPT. It indicates: "The script file must not contain any START or COMMIT TRANSACTION calls."
- Previous message: [Slony1-general] about Execute SQL/DDL script and add new Subscribing Nodes to existing set
- Next message: [Slony1-general] Re: Fwd: Problem related to slony
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list