summaryrefslogtreecommitdiff
path: root/contrib/xml2
diff options
context:
space:
mode:
authorBruce Momjian2007-11-13 04:24:29 +0000
committerBruce Momjian2007-11-13 04:24:29 +0000
commit33e2e024938578598625ad14034432378db88af1 (patch)
tree2ab36251bcd5da53a4f043bf80a71d8ed78d8288 /contrib/xml2
parent1afbbcac203a255f280cc2c6977017de30bd15d7 (diff)
Add CVS version labels to all install/uninstall scripts.
Diffstat (limited to 'contrib/xml2')
-rw-r--r--contrib/xml2/pgxml.sql.in2
-rw-r--r--contrib/xml2/uninstall_pgxml.sql2
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/xml2/pgxml.sql.in b/contrib/xml2/pgxml.sql.in
index aa76430b41..09957d6ce0 100644
--- a/contrib/xml2/pgxml.sql.in
+++ b/contrib/xml2/pgxml.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/xml2/pgxml.sql.in,v 1.11 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/xml2/uninstall_pgxml.sql b/contrib/xml2/uninstall_pgxml.sql
index 7081ae383f..09441ef01f 100644
--- a/contrib/xml2/uninstall_pgxml.sql
+++ b/contrib/xml2/uninstall_pgxml.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/xml2/uninstall_pgxml.sql,v 1.4 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;