I want to create 2 databases in 2 server and these have only one OID. Example:
Server 1: database 'Test' with OID: 16384
Server 2: database 'Test' with OID: 16353
I want to edit OID of database Test on server 2 to 16384.
How to do that?
And how to create a database with fix OID??
(I have a problem when using replication with pgpool II, pgadmin cannot connect to new database because they have 2 different oids from 2 servers, please help!)
Thanks!
Server 1: database 'Test' with OID: 16384
Server 2: database 'Test' with OID: 16353
I want to edit OID of database Test on server 2 to 16384.
How to do that?
And how to create a database with fix OID??
(I have a problem when using replication with pgpool II, pgadmin cannot connect to new database because they have 2 different oids from 2 servers, please help!)
Thanks!
Comment