rdagumampan / yuniql

Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
https://yuniql.io
Apache License 2.0
417 stars 63 forks source link

Possible to output RAISE NOTICE from PostgreSQL #319

Open chaddoncooper opened 3 months ago

chaddoncooper commented 3 months ago

Is it possible to show the text output when running a PostgreSQL script which has the RAISE NOTICE command?

Would be useful to see confirm when running a deployment with conditional statement which branch was actually run.