From: Steve W. <wai...@us...> - 2001-12-03 04:10:41
|
Update of /cvsroot/phpwiki/phpwiki/doc In directory usw-pr-cvs1:/tmp/cvs-serv22166/doc Modified Files: INSTALL.pgsql Log Message: Updated the names of the sql files. Index: INSTALL.pgsql =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/doc/INSTALL.pgsql,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** INSTALL.pgsql 2001/12/01 22:01:48 1.1 --- INSTALL.pgsql 2001/12/03 04:10:38 1.2 *************** *** 59,65 **** bash$ createdb wiki ! Now run the script schemas/schema.psql ! bash$ psql wiki -f schemas/schema.psql For some reason I had to stop/start the database so that these changes took --- 59,65 ---- bash$ createdb wiki ! Now run the script schemas/psql.sql ! bash$ psql wiki -f schemas/psql.sql For some reason I had to stop/start the database so that these changes took |