echo of \C foo
Started by Matt Zagrabelnyover 4 years ago3 messagesgeneral
Greetings,
I am using the \C command in psql to set a title for my table.
psql is echoing 'Title is "foo"'.
$ \C foo
Title is "foo".
How do I suppress the echo of "Title is..." from psql?
Thanks for any help!
Cheers,
-m
Re: echo of \C foo
Matt Zagrabelny <mzagrabe@d.umn.edu> writes:
$ \C foo
Title is "foo".
How do I suppress the echo of "Title is..." from psql?
The -q switch would do it ...
regards, tom lane