diff options
author | Bruce Momjian | 2004-03-05 04:13:15 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-03-05 04:13:15 +0000 |
commit | e0859996627d2b88ddb28dee0d7607325de60134 (patch) | |
tree | a8000ce56c105ac6b9aa6b7e8277f90a625bbe99 | |
parent | 614e42354d060fbec711c3bf4b09087cf2c81f82 (diff) |
Add mention xml2 is a newer version.
-rw-r--r-- | contrib/xml/README.pgxml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/xml/README.pgxml b/contrib/xml/README.pgxml index 6c714f74e1..76976f0f6d 100644 --- a/contrib/xml/README.pgxml +++ b/contrib/xml/README.pgxml @@ -1,3 +1,5 @@ +This version is obsoleted by /contrib/xml2. + This package contains some simple routines for manipulating XML documents stored in PostgreSQL. This is a work-in-progress and somewhat basic at the moment (see the file TODO for some outline of |