Thread: Schema?
View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 12:00 AM
Kris Jurka
 
Posts: n/a
Default Re: Schema?



On Fri, 21 Jan 2005, Ing. Jhon Carrillo wrote:

> I want to make a query without to indicate the schema name, for example:
>
> Select * from tabla where ....
>


See the search_path server configuration variable. It may be set at a
number of levels to indicate what schemas to look in for the requested
table.

Kris Jurka

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply With Quote