From 659f79be7a6114117bff9fcaba05df18679f2610 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Mon, 29 May 2000 15:44:55 +0000
Subject: Allow vacuum to perform analyze with shared lock. Update cvs manual.
---
doc/src/sgml/cvs.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml
index 50f9a0ccbc3..bf2ee60ebc7 100644
--- a/doc/src/sgml/cvs.sgml
+++ b/doc/src/sgml/cvs.sgml
@@ -1,5 +1,5 @@
@@ -184,7 +184,7 @@ cvs commit
Do an initial login to the CVS server:
-$ cvs -d :pserver:anoncvs@postgresql.org:/usr/local/cvsroot login
+$ cvs -d :pserver:anoncvs@postgresql.org:/home/projects/pgsql/cvsroot login
You will be prompted for a password; enter 'postgresql'.
@@ -197,7 +197,7 @@ $ cvs -d :pserver:anoncvs@postgresql.org:/usr/local/cvsroot login
Fetch the Postgres sources:
-cvs -z3 -d :pserver:anoncvs@postgresql.org:/usr/local/cvsroot co -P pgsql
+cvs -z3 -d :pserver:anoncvs@postgresql.org:/home/projects/pgsql/cvsroot co -P pgsql
which installs the Postgres sources into a
--
cgit v1.2.3