mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Rename README's to match directory names. Mention copyright matches
PostgreSQL's.
This commit is contained in:
@ -12,7 +12,7 @@ OBJS = xpath.o xslt_proc.o
|
||||
SHLIB_LINK = -lxml2 -lxslt
|
||||
|
||||
DATA_built = pgxml.sql
|
||||
DOCS = README.pgxml
|
||||
DOCS = README.xml2
|
||||
|
||||
include $(top_builddir)contrib/contrib-global.mk
|
||||
|
||||
|
@ -2,6 +2,7 @@ XML-handling functions for PostgreSQL
|
||||
=====================================
|
||||
|
||||
Development of this module was sponsored by Torchbox Ltd. (www.torchbox.com)
|
||||
It has the same BSD licence as PostgreSQL.
|
||||
|
||||
This version of the XML functions provides both XPath querying and
|
||||
XSLT functionality. There is also a new table function which allows
|
Reference in New Issue
Block a user