Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
181d4d41
Commit
181d4d41
authored
21 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Rename README's to match directory names. Mention copyright matches
PostgreSQL's.
parent
a8a3b547
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
contrib/xml/Makefile
+2
-2
2 additions, 2 deletions
contrib/xml/Makefile
contrib/xml/README.xml
+2
-1
2 additions, 1 deletion
contrib/xml/README.xml
contrib/xml2/Makefile
+1
-1
1 addition, 1 deletion
contrib/xml2/Makefile
contrib/xml2/README.xml2
+1
-0
1 addition, 0 deletions
contrib/xml2/README.xml2
with
6 additions
and
4 deletions
contrib/xml/Makefile
+
2
−
2
View file @
181d4d41
# $Header: /cvsroot/pgsql/contrib/xml/Attic/Makefile,v 1.
7
2004/03/
05
0
4
:1
0
:1
1
momjian Exp $
# $Header: /cvsroot/pgsql/contrib/xml/Attic/Makefile,v 1.
8
2004/03/
14
0
3
:1
9
:1
3
momjian Exp $
subdir
=
contrib/xml
top_builddir
=
../..
...
...
@@ -8,6 +8,6 @@ MODULE_big = pgxml_dom
OBJS
=
pgxml_dom.o
SHLIB_LINK
=
-lxml2
DATA_built
=
pgxml_dom.sql
DOCS
=
README.
pg
xml
DOCS
=
README.xml
include
$(top_srcdir)/contrib/contrib-global.mk
This diff is collapsed.
Click to expand it.
contrib/xml/README.
pg
xml
→
contrib/xml/README.xml
+
2
−
1
View file @
181d4d41
...
...
@@ -3,7 +3,8 @@ 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
what remains to be done).
what remains to be done). It has the same BSD licence as PostgreSQL.
At present, two modules (based on different XML handling libraries)
are provided.
...
...
This diff is collapsed.
Click to expand it.
contrib/xml2/Makefile
+
1
−
1
View file @
181d4d41
...
...
@@ -12,7 +12,7 @@ OBJS = xpath.o xslt_proc.o
SHLIB_LINK
=
-lxml2
-lxslt
DATA_built
=
pgxml.sql
DOCS
=
README.
pg
xml
DOCS
=
README.xml
2
include
$(top_builddir)contrib/contrib-global.mk
This diff is collapsed.
Click to expand it.
contrib/xml2/README.
pg
xml
→
contrib/xml2/README.xml
2
+
1
−
0
View file @
181d4d41
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment