Re: org.postgresql.util.PSQLException - column does not exist

From: Luca Ferrari <fluca1978(at)infinito(dot)it>
To: Wayne Oliver <wayn0(dot)ml(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: org.postgresql.util.PSQLException - column does not exist
Date: 2013-07-23 06:06:00
Message-ID: CAKoxK+4OzB64F06OQ-OuMxyrW_C0zcJOcF9nAv6bfKNZxNg9Cw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Mon, Jul 22, 2013 at 8:39 PM, Wayne Oliver <wayn0(dot)ml(at)gmail(dot)com> wrote:
> Not that I am aware of.
> Is there some way I could check or some more information I could provide?

Are you issuing your queries via JDBC, maybe building them into your
program, or are you using something like dao.persist( myObject )? In
the former case you are not using an ORM like Hibernate, in the second
case you are. If you are using a third party application you have to
check the application details or search manually the jars to see which
libraries are used.
Now, to exclude some driver issue, what happens if you change the type
of the target column to a more standard type (integer for example), if
that is possible, of course?
Have you checked, as Tom suggested, if there is another table that is
masquerading the one you think your application is querying?

Luca

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Birchall, Austen 2013-07-23 16:31:51 Changing listen_addresses
Previous Message Wayne Oliver 2013-07-22 18:39:59 Re: org.postgresql.util.PSQLException - column does not exist