PgDAC

TPgConnection.OnNotice Event

Occurs when a message or notice is received from PostgreSQL server.

Class

TPgConnection

Syntax

property OnNotice: TPgNoticeEvent;

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback