Is there an equivalent in PostgreSQL Oracle SQLPLUS "set echo on" so that I can get the batch input of the expressions reflected in the results?
I have a very large file with input instructions that has several errors on startup. It is difficult for me to find the statement that caused the error, since psql reports only the error - not the statement that generated the error.
source
share