From d7c734841b3e6cb44de363a8a3d83c35b75b30d9 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 4 Jul 2012 20:34:24 -0400 Subject: Reduce messages about implicit indexes and sequences to DEBUG1. Per recent discussion on pgsql-hackers, these messages are too chatty for most users. --- src/pl/plpython/expected/plpython_error_0.out | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pl/plpython/expected/plpython_error_0.out') diff --git a/src/pl/plpython/expected/plpython_error_0.out b/src/pl/plpython/expected/plpython_error_0.out index b8d10dd735..6f74a5038f 100644 --- a/src/pl/plpython/expected/plpython_error_0.out +++ b/src/pl/plpython/expected/plpython_error_0.out @@ -318,7 +318,6 @@ PL/Python function "sql_from_python_error" CREATE TABLE specific ( i integer PRIMARY KEY ); -NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "specific_pkey" for table "specific" CREATE FUNCTION specific_exception(i integer) RETURNS void AS $$ from plpy import spiexceptions -- cgit v1.2.1