aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-11-13 01:19:40 +0000
committerBruce Momjian <bruce@momjian.us>2007-11-13 01:19:40 +0000
commit14f461d506697dfaad514588b1382963a871fcad (patch)
tree0bcc65e3d9ddc78cfe3f13972f700fc7463a8447
parent15fecdec5cc0d4a285aab63da5b4c3204e85b21b (diff)
downloadpostgresql-14f461d506697dfaad514588b1382963a871fcad.tar.gz
postgresql-14f461d506697dfaad514588b1382963a871fcad.zip
Adjust script to be consistent (thanks Tom for the fix).
-rw-r--r--contrib/uuid-ossp/uuid-ossp.sql.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/uuid-ossp/uuid-ossp.sql.in b/contrib/uuid-ossp/uuid-ossp.sql.in
index 93c8845ef14..edd62f2213a 100644
--- a/contrib/uuid-ossp/uuid-ossp.sql.in
+++ b/contrib/uuid-ossp/uuid-ossp.sql.in
@@ -1,5 +1,3 @@
-/* $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.sql.in,v 1.4 2007/11/13 00:20:36 tgl Exp $ */
-
-- Adjust this setting to control where the objects get created.
SET search_path = public;