summaryrefslogtreecommitdiff
path: root/contrib/lo
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-11-13 04:24:29 +0000
committerBruce Momjian <bruce@momjian.us>2007-11-13 04:24:29 +0000
commit33e2e024938578598625ad14034432378db88af1 (patch)
tree2ab36251bcd5da53a4f043bf80a71d8ed78d8288 /contrib/lo
parent1afbbcac203a255f280cc2c6977017de30bd15d7 (diff)
downloadpostgresql-33e2e024938578598625ad14034432378db88af1.tar.gz
Add CVS version labels to all install/uninstall scripts.
Diffstat (limited to 'contrib/lo')
-rw-r--r--contrib/lo/lo.sql.in2
-rw-r--r--contrib/lo/lo_test.sql2
-rw-r--r--contrib/lo/uninstall_lo.sql2
3 files changed, 6 insertions, 0 deletions
diff --git a/contrib/lo/lo.sql.in b/contrib/lo/lo.sql.in
index 73e2b3d3c6..6dcf6659c5 100644
--- a/contrib/lo/lo.sql.in
+++ b/contrib/lo/lo.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/lo/lo.sql.in,v 1.15 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/lo/lo_test.sql b/contrib/lo/lo_test.sql
index 454c60f3bb..e22a8889b3 100644
--- a/contrib/lo/lo_test.sql
+++ b/contrib/lo/lo_test.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/lo/lo_test.sql,v 1.5 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/lo/uninstall_lo.sql b/contrib/lo/uninstall_lo.sql
index 7c4059ae3a..7cbc796a3d 100644
--- a/contrib/lo/uninstall_lo.sql
+++ b/contrib/lo/uninstall_lo.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/lo/uninstall_lo.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;