Re: [JDBC] Schema?

Поиск
Список
Период
Сортировка
От Franco Bruno Borghesi
Тема Re: [JDBC] Schema?
Дата
Msg-id 41F162C0.2070101@akyasociados.com.ar
обсуждение исходный текст
Список pgadmin-support
well, you could add the schemas you work with into your path. Just open postgresql.conf, search for a line like this:
search_path = '$user,public'       # schema names

and add your schema names to the list. This should do what you want.

Ing. Jhon Carrillo wrote:
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

В списке pgadmin-support по дате отправления:

Предыдущее
От: "Vanole, Mike"
Дата:
Сообщение: Version 1.2.0 experiences
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: [JDBC] Schema?