Re: SELECT clause no relation found.

From: Barry Lind <blind(at)xythos(dot)com>
To: Mika Pesu <mika(dot)pesu(at)copro(dot)fi>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: SELECT clause no relation found.
Date: 2003-05-03 00:39:10
Message-ID: 3EB30FAE.3050307@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Mika,

If you turn sql statement tracing on on the server, you could then see
the exact sql statements that are being sent from the jdbc driver to the
server.

thanks,
--Barry

Mika Pesu wrote:
> what's wrong with key sql
>
> select * from person;
>
> gives me error no person relation found
>
> but when i use
> select * from "person"
>
> doesn't give any error.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-05-03 21:35:51 Re: refcursor result set patch
Previous Message Barry Lind 2003-05-03 00:27:05 Re: ResultSetMetaData.isNullable