aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ_DEV
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-07-19 20:30:16 +0000
committerBruce Momjian <bruce@momjian.us>2004-07-19 20:30:16 +0000
commit6ce4738ecaddcfd5a201d0684b06822afc1758bc (patch)
treea12050ad3a9580d37587d73586d80635ac6722ff /doc/FAQ_DEV
parent050976321b3bf596afa41e967ad77b537b3bc11b (diff)
downloadpostgresql-6ce4738ecaddcfd5a201d0684b06822afc1758bc.tar.gz
postgresql-6ce4738ecaddcfd5a201d0684b06822afc1758bc.zip
No CVS FAQ, just CVS docs.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r--doc/FAQ_DEV10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index 23e4450a539..1e2ae78704e 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -1,7 +1,7 @@
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Mon Jun 7 11:11:06 EDT 2004
+ Last updated: Mon Jul 19 16:30:05 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -131,10 +131,10 @@
copy of the source tree with any new changes. Using CVS, you don't
have to download the entire source each time, only the changed files.
Anonymous CVS does not allows developers to update the remote source
- tree, though privileged developers can do this. There is a CVS FAQ on
- our web site that describes how to use remote CVS. You can also use
- CVSup, which has similarly functionality, and is available from
- ftp.postgresql.org.
+ tree, though privileged developers can do this. There is a CVS section
+ in our documentation that describes how to use remote CVS. You can
+ also use CVSup, which has similarly functionality, and is available
+ from ftp.postgresql.org.
To update the source tree, there are two ways. You can generate a
patch against your current source tree, perhaps using the make_diff