[open-ils-commits] r112 - import_demo/trunk
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jan 14 22:12:12 EST 2009
Author: dbs
Date: 2009-01-14 22:12:11 -0500 (Wed, 14 Jan 2009)
New Revision: 112
Modified:
import_demo/trunk/README
Log:
Note that sample_marc.sql and friends need to be copied to the database server
to be loaded successfully; for more details, see:
http://www.postgresql.org/docs/8.3/static/sql-copy.html
Modified: import_demo/trunk/README
===================================================================
--- import_demo/trunk/README 2009-01-12 02:30:24 UTC (rev 111)
+++ import_demo/trunk/README 2009-01-15 03:12:11 UTC (rev 112)
@@ -21,7 +21,11 @@
sh import_bibs.sh
-3. Load sample_marc.sql into the database:
+3. Load sample_marc.sql into the database. If the database is running on a
+ different server, you will need to copy sample_marc.sql and all files
+ referenced in it to the database server; then adjust the paths in
+ sample_marc.sql to point to the new location. The following command will
+ load sample_marc.sql into the database:
# Syntax: psql -U <username> -h <hostname> -p <port> -f sample_marc.sql <database>
psql -U evergreen -h localhost -f sample_marc.sql evergreen
More information about the open-ils-commits
mailing list