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 what psql prints.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match