From: Bruce Momjian Date: Tue, 13 Nov 2007 01:19:40 +0000 (+0000) Subject: Adjust script to be consistent (thanks Tom for the fix). X-Git-Tag: REL8_3_BETA3~62 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=14f461d506697dfaad514588b1382963a871fcad;p=postgresql.git Adjust script to be consistent (thanks Tom for the fix). --- 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;