psql: How do I not record a single command into history

Viewed 226

In bash there is a setting (usually on by default) that makes it so that any commands that are preceded by a space aren't recorded into the history file.

Is there anything analogous in psql?

1 Answers
Related