Occurs when a message or notice is received from PostgreSQL server.
property OnNotice: TPgNoticeEvent;
The OnNotice event occurs when PostgreSQL server sends a message or multiple messages with Severity lower than ERROR.
To set the message levels to be sent to the client, use the PostgreSQL client_min_messages configuration parameter. For more information refer to the PostgreSQL documentation.