What I did
psql -E <dbname>
begin ;
wrong_command ;
ERROR: parser: parse error at or near "wrong_command"
\dT
********* QUERY **********
SELECT format_type(t.oid, NULL) AS "Name", obj_description(t.oid, 'pg_type') as "Description"
FROM pg_type t
WHERE t.typrelid = 0 AND t.typname !~ '^_.*'
ORDER BY 1;
**************************
NOTICE: current transaction is aborted, queries ignored until end of transaction block
Floating exception(coredump)
I doubt this is intended.
Regards, Christoph