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/backend/commands/indexcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/commands/indexcmds.c') diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c index 1f9bf618904..e5d1d8b699a 100644 --- a/src/backend/commands/indexcmds.c +++ b/src/backend/commands/indexcmds.c @@ -593,7 +593,7 @@ DefineIndex(RangeVar *heapRelation, constraint_type = NULL; /* keep compiler quiet */ } - ereport(NOTICE, + ereport(DEBUG1, (errmsg("%s %s will create implicit index \"%s\" for table \"%s\"", is_alter_table ? "ALTER TABLE / ADD" : "CREATE TABLE /", constraint_type, -- cgit v1.2.3