echo work alike in SQL

From: stan <stanb(at)panix(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: echo work alike in SQL
Date: 2019-08-31 15:45:09
Message-ID: 20190831154509.GC20449@panix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Just started using the RAISE functionality to help in debugging.

Tried to add it to an SQL script, only to realize it is a PLPGSQL extension.

Is there a way to get a string to appear in the output f an SQL script?

Can I do some sort of select?

--
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2019-08-31 16:35:05 Re: echo work alike in SQL
Previous Message Tom Lane 2019-08-31 15:13:30 Re: Problems with using function input paramaters