Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 181d4d4

Browse files
committed
Rename README's to match directory names. Mention copyright matches
PostgreSQL's.
1 parent a8a3b54 commit 181d4d4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

contrib/xml/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $
22

33
subdir = contrib/xml
44
top_builddir = ../..
@@ -8,6 +8,6 @@ MODULE_big = pgxml_dom
88
OBJS = pgxml_dom.o
99
SHLIB_LINK = -lxml2
1010
DATA_built = pgxml_dom.sql
11-
DOCS = README.pgxml
11+
DOCS = README.xml
1212

1313
include $(top_srcdir)/contrib/contrib-global.mk

contrib/xml/README.pgxml renamed to contrib/xml/README.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ This version is obsoleted by /contrib/xml2.
33
This package contains some simple routines for manipulating XML
44
documents stored in PostgreSQL. This is a work-in-progress and
55
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+
78

89
At present, two modules (based on different XML handling libraries)
910
are provided.

contrib/xml2/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OBJS = xpath.o xslt_proc.o
1212
SHLIB_LINK = -lxml2 -lxslt
1313

1414
DATA_built = pgxml.sql
15-
DOCS = README.pgxml
15+
DOCS = README.xml2
1616

1717
include $(top_builddir)contrib/contrib-global.mk
1818

contrib/xml2/README.pgxml renamed to contrib/xml2/README.xml2

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ XML-handling functions for PostgreSQL
22
=====================================
33

44
Development of this module was sponsored by Torchbox Ltd. (www.torchbox.com)
5+
It has the same BSD licence as PostgreSQL.
56

67
This version of the XML functions provides both XPath querying and
78
XSLT functionality. There is also a new table function which allows

0 commit comments

Comments
 (0)