diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-11-13 01:19:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-11-13 01:19:40 +0000 |
commit | 14f461d506697dfaad514588b1382963a871fcad (patch) | |
tree | 0bcc65e3d9ddc78cfe3f13972f700fc7463a8447 | |
parent | 15fecdec5cc0d4a285aab63da5b4c3204e85b21b (diff) | |
download | postgresql-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.in | 2 |
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; |