PgDAC
Sets the behavior of receiving notices from PostgreSQL.
TPgConnectionOptions
property ImmediateNotices: boolean default False;
If True, the TPgConnection.OnNotice event occurs immediately without waiting for the SQL query to be completed. The default value is False.