Re: Erratic error message "ERROR: column "id_compte" does

From: Richard Huxton <dev(at)archonet(dot)com>
To: David Pradier <dpradier(at)apartia(dot)fr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Erratic error message "ERROR: column "id_compte" does
Date: 2005-03-16 11:49:28
Message-ID: 42381D48.2060308@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Pradier wrote:
> But when i put this query inside another query, i don't have anymore the
> error message :
> select distinct id_operation from compte where id_compte in
> (select id_compte from operation where not compta_g5);
> No error message.

It looks like it's binding to the outer query - where you seem to have
an id_compte.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2005-03-16 11:58:54 Re: signed short fd
Previous Message Nicolai Tufar 2005-03-16 11:36:50 Re: [pgsql-hackers-win32] snprintf causes regression tests to fail