From: | Jaime Casanova <jaime(at)2ndquadrant(dot)com> |
---|---|
To: | |
Cc: | pgsql-bugs <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: BUG #8248: se presenta una excepcion cuando intento realizar consultas des la aplicacion en netbeasns |
Date: | 2013-06-21 22:14:08 |
Message-ID: | CAJKUy5hYiZgrr6ew3NH_17RUbi4zowqjao615=6XMm4jkZQ9VQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-es-ayuda |
On Fri, Jun 21, 2013 at 2:06 PM, <javelasco30(at)misena(dot)edu(dot)co> wrote:
> The following bug has been logged on the website:
>
> Bug reference: 8248
> Logged by: Jefferson Velasco
> Email address: javelasco30(at)misena(dot)edu(dot)co
> PostgreSQL version: 8.4.0
> Operating system: windows
> Description:
>
> Exception [EclipseLink-4002] (Eclipse Persistence Services -
> 2.2.0.v20110202-r8913): org.eclipse.persistence.exceptions.DatabaseException
> Internal Exception: org.postgresql.util.PSQLException: ERROR: no están
> implementadas las referencias entre bases de datos:
> «farmacia.public.usuario» Error Code: 0 Call: SELECT idusuario, clave,
> nombreusuario, rol, idpersona FROM Farmacia.public.usuario WHERE
> ((nombreusuario = ?) AND (clave = ?)) bind => [2 parameters bound] Query:
> ReadAllQuery(referenceClass=Usuario sql="SELECT idusuario, clave,
> nombreusuario, rol, idpersona FROM Farmacia.public.usuario WHERE
> ((nombreusuario = ?) AND (clave = ?))")
>
>
This is not actually a bug but a well known postgresql limitation, you
can't use database references in the from.
I answered to the OP, explaining that and redirecting him to pgsql-es-ayuda@
--
Jaime Casanova www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566 Cell: +593 987171157
From | Date | Subject | |
---|---|---|---|
Next Message | Sandeep Thakkar | 2013-06-22 01:53:03 | Re: Re: [BUGS] Sorry to bother you. Please tell me exactly how the compiler was built ODBC |
Previous Message | Jaime Casanova | 2013-06-21 22:10:36 | Re: [BUGS] BUG #8248: se presenta una excepcion cuando intento realizar consultas des la aplicacion en netbeasns |
From | Date | Subject | |
---|---|---|---|
Next Message | Juan | 2013-06-21 22:21:38 | Re: Guardar y obtener archivos en una BBDD Postgres en c |
Previous Message | Jaime Casanova | 2013-06-21 22:10:36 | Re: [BUGS] BUG #8248: se presenta una excepcion cuando intento realizar consultas des la aplicacion en netbeasns |