Getting feedback from PgSqlScript

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
wdnichols
Posts: 9
Joined: Thu 24 May 2018 12:49

Getting feedback from PgSqlScript

Post by wdnichols » Wed 06 Jun 2018 14:48

We are switching from Oracle (accessed using Devart.Data.Oracle) to PostgreSQL (using Devart.Data.PostgreSql).

When running Oracle scripts, using OracleScript, we would use calls to dbms_output.get_lines after each script to get feedback.

How can we get similar feedback when running PostgreSQL, using PgSqlScript?

When running the same PostgreSQL scripts in dbForge Studio Express, the type of feedback I am looking for appears in its Output and Error List windows, so I am confident its available somewhere.

Thanks,
Bill Nichols.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Getting feedback from PgSqlScript

Post by Shalex » Fri 08 Jun 2018 14:40

Both OracleScript and PgSqlScript include the Error event: https://www.devart.com/dotconnect/postg ... or_EV.html. Is that what you need?

wdnichols
Posts: 9
Joined: Thu 24 May 2018 12:49

Re: Getting feedback from PgSqlScript

Post by wdnichols » Mon 18 Jun 2018 11:12

Yes, that will do the trick.

Thanks,
Bill.

Post Reply