]> granicus.if.org Git - postgis/commitdiff
Quiet notices in the .sql install files (#415)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 9 Mar 2010 00:22:52 +0000 (00:22 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 9 Mar 2010 00:22:52 +0000 (00:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5386 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in.c

index 52a2ffe89869682a047adc1915bb169e8ddf4ed7..598e1c42d24de3ba16ade5d8d6912a0c60a92a9f 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "sqldefines.h"
 
+SET client_min_messages TO warning;
+
+
 -- INSTALL VERSION: POSTGIS_LIB_VERSION
 
 BEGIN;