G u i d o B a r o s i o <[EMAIL PROTECTED]> 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
ERROR: column "b" does not exist
ERROR: column "b" does not exist
2 ERROR msg's.
Cause I didn't seen a previous discussion about this, I guess that this could
be a 'particularly only me' problem. The point cames more strange if I grant
that on previous releases (7.4.x) the error msg didn't ca
Dear all,
Found a similar message on the archives, but from 2 years ago, and not too
much about this.
(8.0 rc1 the guilty one)
guido=# \d test1
Table "public.test1"
Column | Type | Modifiers
+-+