Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit181d4d4

Browse files
committed
Rename README's to match directory names. Mention copyright matches
PostgreSQL's.
1 parenta8a3b54 commit181d4d4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

‎contrib/xml/Makefile

Lines changed: 2 additions & 2 deletions
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.pgxmlrenamed to‎contrib/xml/README.xml

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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.pgxmlrenamed to‎contrib/xml2/README.xml2

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp