Update of /cvsroot/lxr/lxr/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22189/templates
Modified Files:
lxr.conf
Log Message:
prefix tables with lxr_ (configurable). existing users should set dbprefix to '' since their tables have no prefix
fix ordering of delete statements
fix some oracle syntax
Index: lxr.conf
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- lxr.conf 19 Jul 2004 20:19:13 -0000 1.21
+++ lxr.conf 20 Jul 2004 15:31:25 -0000 1.22
@@ -110,6 +110,10 @@
# uncomment the following two lines
# 'dbpass' => 'foo',
# 'dbuser' => 'lxr',
+
+ # If you need multiple lxr configurations in one database, set different table
+ # prefixes for them.
+ # 'dbprefix' => 'lxr_',
# For using glimpse, the directory to store the .glimpse files in is required
'glimpsedir' => '/path/to/glimpse/databases',
|