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

From: Martijn van Oosterhout <kleptog(at)cupid(dot)suninternet(dot)com>
To: Ari Jolma <ajolma(at)water(dot)hut(dot)fi>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problem with NOTICE: _outNode: don't know how to print type
Date: 2000-05-25 15:19:52
Message-ID: 392D4498.18B8E821@cupid.suninternet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)cupid(dot)suninternet(dot)com>
http://cupid.suninternet.com/~kleptog/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bryan White 2000-05-25 15:31:41 Re: PG 7.0 is 2.5 times slower running a big report
Previous Message Tom Lane 2000-05-25 15:18:26 Re: problem with NOTICE: _outNode: don't know how to print type