How to receive databse console messages from PostgreSQL using UniDac ?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FCS
Posts: 176
Joined: Sat 23 Feb 2013 18:46

How to receive databse console messages from PostgreSQL using UniDac ?

Post by FCS » Wed 05 Jun 2019 11:48

Hello,

How to receive database console messages from PostgreSQL using UniDac ?

There is the tab "messages" in PgAdmin SQL query window. I want to receive these messages using UniDac.

Regards
Michal

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: How to receive databse console messages from PostgreSQL using UniDac ?

Post by MaximG » Fri 07 Jun 2019 13:17

Getting messages with different severity levels is supported in our PgDAC product:

https://www.devart.com/pgdac/docs/devar ... notice.htm

However, you can only get such messages in the scope of the same connection

FCS
Posts: 176
Joined: Sat 23 Feb 2013 18:46

Re: How to receive databse console messages from PostgreSQL using UniDac ?

Post by FCS » Sat 08 Jun 2019 16:04

Hello,

Thank you for the information.

Could you add this functionality to UniDac ?

Regards
Michal

Post Reply