File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- # $Header: /cvsroot/pgsql/contrib/xml/Attic/Makefile,v 1.7 2004/03/05 04:10:11 momjian Exp $
1
+ # $Header: /cvsroot/pgsql/contrib/xml/Attic/Makefile,v 1.8 2004/03/14 03:19:13 momjian Exp $
2
2
3
3
subdir = contrib/xml
4
4
top_builddir = ../..
@@ -8,6 +8,6 @@ MODULE_big = pgxml_dom
8
8
OBJS = pgxml_dom.o
9
9
SHLIB_LINK = -lxml2
10
10
DATA_built = pgxml_dom.sql
11
- DOCS = README.pgxml
11
+ DOCS = README.xml
12
12
13
13
include $(top_srcdir ) /contrib/contrib-global.mk
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ This version is obsoleted by /contrib/xml2.
3
3
This package contains some simple routines for manipulating XML
4
4
documents stored in PostgreSQL. This is a work-in-progress and
5
5
somewhat basic at the moment (see the file TODO for some outline of
6
- what remains to be done).
6
+ what remains to be done). It has the same BSD licence as PostgreSQL.
7
+
7
8
8
9
At present, two modules (based on different XML handling libraries)
9
10
are provided.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ OBJS = xpath.o xslt_proc.o
12
12
SHLIB_LINK = -lxml2 -lxslt
13
13
14
14
DATA_built = pgxml.sql
15
- DOCS = README.pgxml
15
+ DOCS = README.xml2
16
16
17
17
include $(top_builddir ) contrib/contrib-global.mk
18
18
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ XML-handling functions for PostgreSQL
2
2
=====================================
3
3
4
4
Development of this module was sponsored by Torchbox Ltd. (www.torchbox.com)
5
+ It has the same BSD licence as PostgreSQL.
5
6
6
7
This version of the XML functions provides both XPath querying and
7
8
XSLT functionality. There is also a new table function which allows
You can’t perform that action at this time.
0 commit comments