[open-ils-commits] r17061 - trunk/Open-ILS/examples (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Aug 2 11:00:53 EDT 2010
Author: miker
Date: 2010-08-02 11:00:51 -0400 (Mon, 02 Aug 2010)
New Revision: 17061
Modified:
trunk/Open-ILS/examples/build-eg-replication.sh
Log:
update schema list for Slony replication
Modified: trunk/Open-ILS/examples/build-eg-replication.sh
===================================================================
--- trunk/Open-ILS/examples/build-eg-replication.sh 2010-08-02 14:17:02 UTC (rev 17060)
+++ trunk/Open-ILS/examples/build-eg-replication.sh 2010-08-02 15:00:51 UTC (rev 17061)
@@ -55,9 +55,10 @@
select array_to_string(array_accum(table_schema || '.' || table_name),' ')
from information_schema.tables
where table_schema in (
- 'action', 'actor', 'asset', 'authority', 'auditor', 'biblio', 'config',
- 'container', 'extend_reporter', 'metabib', 'money', 'offline', 'permission',
- 'reporter', 'search', 'stats', 'vandely'
+ 'acq', 'action', 'action_trigger', 'actor', 'asset', 'asset_hist', 'auditor',
+ 'authority', 'biblio', 'booking', 'circ_stats', 'config', 'container',
+ 'extend_reporter', 'metabib', 'money', 'offline', 'permission', 'query',
+ 'reporter', 'search', 'serial', 'staging', 'stats', 'vandelay'
) and table_type = 'BASE TABLE' order by 1;
")
TABLES="$TABLES pg_ts_cfg pg_ts_cfgmap"
More information about the open-ils-commits
mailing list