Christopher Browne cbbrowne
Tue Jul 12 15:23:24 PDT 2005
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."


More information about the Slony1-general mailing list