rla at debian.org rla
Thu Apr 14 09:00:53 PDT 2005
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.

-- 


More information about the Slony1-general mailing list