SET LOCAL client_min_messages=warning; -- "debug" would have opposite effect
DROP TABLE if exists t_xy;
RESET client_min_messages=warning; -- may or may not be needed
RESETを発行しない場合 トランザクションの残りの間、通知を効果的に消音します。
または、client_min_messagesを設定することもできます コマンドラインからの呼び出しごと: