diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-01-22 21:21:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-01-22 21:21:49 +0000 |
commit | 4044d702e4b5b6c9f05aa27e7ca6249d8a6f7cf1 (patch) | |
tree | a8ad11aa8df6fbe34d7e278f00a770b610fdd258 | |
parent | 9fec27344eb73cb72043f4411c9ac4375d958257 (diff) | |
download | postgresql-4044d702e4b5b6c9f05aa27e7ca6249d8a6f7cf1.tar.gz postgresql-4044d702e4b5b6c9f05aa27e7ca6249d8a6f7cf1.zip |
Fix README /contrib/xml2 reference in 8.0 and HEAD.
-rw-r--r-- | contrib/xml2/README.xml2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml2/README.xml2 b/contrib/xml2/README.xml2 index be129e97d7d..e37ea50e47e 100644 --- a/contrib/xml2/README.xml2 +++ b/contrib/xml2/README.xml2 @@ -14,7 +14,7 @@ Installation ------------ The current build process will only work if the files are in -contrib/xml in a PostgreSQL 7.3 or 7.4 source tree which has been +contrib/xml2 in a PostgreSQL 7.3 or 7.4 source tree which has been configured and built (If you alter the subdir value in the Makefile you can place it in a different directory in a PostgreSQL tree). |