Schema? - Mailing list pgsql-jdbc

From Ing. Jhon Carrillo
Subject Schema?
Date
Msg-id 005801c4ffe2$c6b307d0$1400a8c0@tgusta2
Whole thread Raw
Responses Re: Schema?  (Kris Jurka <books@ejurka.com>)
Re: Schema?  (Franco Bruno Borghesi <franco@akyasociados.com.ar>)
List pgsql-jdbc
I want  to make a query without to indicate the schema name, for example:
 
Select  *  from  tabla where  ....
 
and not
 
select   *  from  schema.tabla where  ...
 
not to show the shema or system  tables from odbc and jdbc
 
can you help me?
 
thanks

pgsql-jdbc by date:

Previous
From: Daniele Bufarini
Date:
Subject: Problems with non scrollable cursors
Next
From: Kris Jurka
Date:
Subject: Re: Problems with non scrollable cursors