Bart van Houdt wrote:
> Oracle has a nice package procedure (dbms_output.put_line) to display a
> message in SQL*Plus, which can display a message to the user. I use this
> a lot, to notify users of the progress being made during the execution
> of a script.
>
> Is there a way to do this with Postgres as well?
If you use the orafce module from pgfoundry, you get that same function.