G u i d o B a r o s i o <gbarosio(at)uolsinectis(dot)com(dot)ar> writes:
> guido=# insert into test1 (b) values (b);
> ERROR: column "b" does not exist
> ERROR: column "b" does not exist
> 2 ERROR msg's.
The postmaster's stderr is pointed at your terminal, so you're getting
the postmaster log output in addition to what psql prints.
regards, tom lane