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 a legal statement. As the message suggests, a is not a printable type. Maybe you meant a.* ? -- Martijn van Oosterhout <[EMAIL PROTECTED]> http://cupid.suninternet.com/~kleptog/
- Re: [GENERAL] problem with NOTICE: _outNode: don't ... Tom Lane
- Re: [GENERAL] problem with NOTICE: _outNode: d... Martijn van Oosterhout
- Re: [GENERAL] problem with NOTICE: _outNod... Ari Jolma
- Re: [GENERAL] problem with NOTICE: _ou... Tom Lane
- [GENERAL] PG 7.0 vacuum problem Marcin Inkielman
- Re: [GENERAL] PG 7.0 vacuum p... Tom Lane
- Re: [GENERAL] PG 7.0 vacu... Marcin Inkielman
- Re: [GENERAL] problem with NOTICE: _outNod... Joseph Shraibman