Thu Apr 14 09:00:53 PDT 2005
- Previous message: [Slony1-general] Table has no unique index - is this a bug?
- Next message: [Slony1-general] Table has no unique index - is this a bug?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Apr 14, 2005 at 09:55:09AM +0200, Ryszard Lach wrote: > > initialized with the following script: > > ######## > > #! /bin/bash > > . testenv.sh > > psql master <<_EOPSQL_ > drop table test2; > create table test2 (testid int unique not null); > _EOPSQL_ I forgot to write about initialization of slave db; I'm initializing it with command pg_dump -O -R --no-acl -c -t test2 master |psql slave So it has identical 'test2' table. --
- Previous message: [Slony1-general] Table has no unique index - is this a bug?
- Next message: [Slony1-general] Table has no unique index - is this a bug?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list