Re: problem with NOTICE: _outNode: don't know how to print type
Martijn van Oosterhout <kleptog@cupid.suninternet.com>
From: Martijn van Oosterhout <kleptog@cupid.suninternet.com>
To: Ari Jolma <ajolma@water.hut.fi>
Cc: pgsql-general@postgresql.org
Date: 2000-05-25T15:19:52Z
Lists: pgsql-general
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 <kleptog@cupid.suninternet.com> http://cupid.suninternet.com/~kleptog/