mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Reduce messages about implicit indexes and sequences to DEBUG1.
Per recent discussion on pgsql-hackers, these messages are too chatty for most users.
This commit is contained in:
@ -44,7 +44,6 @@ test(# b date not null,
|
||||
test(# c text,
|
||||
test(# primary key (a, b)
|
||||
test(# );
|
||||
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "tcndata_pkey" for table "tcndata"
|
||||
CREATE TABLE
|
||||
test=# create trigger tcndata_tcn_trigger
|
||||
test-# after insert or update or delete on tcndata
|
||||
|
Reference in New Issue
Block a user