Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.137' '-r1.138' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2006/11/20 19:29:27 1.137 +++ ChangeLog 2006/11/20 19:58:22 1.138 @@ -13,6 +13,9 @@ Changes between 1.5.1 and 1.6.0 (31-Jul-2006 to 05-Oct-2006) + o Silence PostgreSQL processing messages + [David Wheeler ] + o Support MacOS X (aka Darwin) in PostgreSQL bindings by passing a "-bundle_loader" option to the linker in order to resolve the "undefined symbols" problem. Index: ossp-pkg/uuid/pgsql/uuid.sql.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/pgsql/Attic/uuid.sql.in,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/uuid/pgsql/Attic/uuid.sql.in,v' 2>/dev/null --- uuid.sql.in 2006/07/31 12:43:32 1.5 +++ uuid.sql.in 2006/11/20 19:58:22 1.6 @@ -32,6 +32,7 @@ -- SET search_path TO public; +SET client_min_messages TO warning; DROP FUNCTION uuid_in(CSTRING) CASCADE; DROP FUNCTION uuid_out(uuid) CASCADE;