sql >> データベース >  >> RDS >> PostgreSQL

plpgsqlの煩わしい通知を減らします

    client_min_messages

    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を設定することもできます コマンドラインからの呼び出しごと:



    1. Webアプリケーション[]は、[Abandoned connection cleanupthread]com.mysql.jdbc.AbandonedConnectionCleanupThreadという名前のスレッドを開始したようです。

    2. Clustered Index と Unique Index の違いは何ですか?

    3. PHPスクリプトの未定義の変数エラー

    4. mySQLで列名を動的に選択する方法