pg_encoding doesn't reject invalid input
Started by Peter Eisentrautabout 23 years ago3 messages
pg_encoding doesn't reject invalid input (like 'pg_encoding foo'). I
think it should exit with a non-zero status.
--
Peter Eisentraut peter_e@gmx.net
Re: pg_encoding doesn't reject invalid input
Peter Eisentraut <peter_e@gmx.net> writes:
pg_encoding doesn't reject invalid input (like 'pg_encoding foo'). I
think it should exit with a non-zero status.
Seems reasonable to me ... shouldn't it complain on stderr as well?
regards, tom lane