/[rserv]/misc/slave.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /misc/slave.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Wed Dec 20 17:22:35 2000 UTC (23 years, 4 months ago) by dpavlin
Branch: MAIN
Branch point for: DbP
Initial revision

1 dpavlin 1.1 -- erServer
2     -- Slave server setup for erServer demonstration implementation
3     -- (c) 2000 Vadim Mikheev, PostgreSQL Inc.
4     --
5    
6     drop table _RSERV_SLAVE_TABLES_;
7    
8     create table _RSERV_SLAVE_TABLES_
9     (
10     tname name, -- table name
11     cname name, -- column name
12     reloid oid, -- table oid
13     key int4 -- key attnum
14     );
15    
16     drop table _RSERV_SLAVE_SYNC_;
17    
18     create table _RSERV_SLAVE_SYNC_
19     (
20     syncid int4,
21     synctime timestamp
22     );

  ViewVC Help
Powered by ViewVC 1.1.26