printing a value of a variable in postgresql November 15, 2022 by Tarik You can raise a notice in Postgres as follows: raise notice 'Value: %', deletedContactId; Read here