See #2467 and #2469
git-svn-id: http://svn.osgeo.org/postgis/trunk@11913
b70326c6-7e19-0410-871a-
916f4a2858ee
export LC_ALL=C
export LANG=C
-PGOPTIONS="${PGOPTIONS} -c lc_messages=C"
+PGOPTIONS="${PGOPTIONS} -c lc_messages=C -c client_min_messages=NOTICE"
export PGOPTIONS
REGDIR=`dirname $0`
$ENV{"LANG"} = "C";
# Add locale info to the psql options
-my $PGOPTIONS = $ENV{"PGOPTIONS"} . " -c lc_messages=C";
+my $PGOPTIONS = $ENV{"PGOPTIONS"} . " -c lc_messages=C -c client_min_messages=NOTICE";
$ENV{"PGOPTIONS"} = $PGOPTIONS;
# Bring the path info in