Re: [GENERAL] problem with NOTICE: _outNode: don't know how to print type

2000-05-25 Thread Tom Lane
Ari Jolma [EMAIL PROTECTED] writes: template1= create table a (a int); CREATE template1= select a from a union select a from a where a in (select a from a); NOTICE: _outNode: don't know how to print type 1044119613 NOTICE: _outNode: don't know how to print type 1044119613 Interesting.

Re: [GENERAL] problem with NOTICE: _outNode: don't know how to print type

2000-05-25 Thread Martijn van Oosterhout
Ari Jolma wrote: template1= select a from a union select a from a where a in (select a from a); NOTICE: _outNode: don't know how to print type 1044119613 NOTICE: _outNode: don't know how to print type 1044119613 a - (0 rows) Hmm, I may be missing something, but "select a from a" is not

Re: [GENERAL] problem with NOTICE: _outNode: don't know how to print type

2000-05-25 Thread Joseph Shraibman
Martijn van Oosterhout wrote: Ari Jolma wrote: template1= select a from a union select a from a where a in (select a from a); NOTICE: _outNode: don't know how to print type 1044119613 NOTICE: _outNode: don't know how to print type 1044119613 a - (0 rows) Hmm, I may be

Re: [GENERAL] problem with NOTICE: _outNode: don't know how to print type

2000-05-25 Thread Tom Lane
Ari Jolma [EMAIL PROTECTED] writes: It seems that there needs to be a union and a subselect. Yes. And the really curious thing is that this problem seems to depend on which redhat version there is! It was trying to interpret a pointer-to-character-string as a pointer to a Node, so the