"Salerno, Vincent" <vincent.salerno@lmco.com> writes:
> In Oracle you can log on using OS authentication & then:
> ALTER SESSION SET CURRENT_SCHEMA= <schema name>;
> Is there anyway to do this in PostGres?
I would suppose that "SET search_path" is the right equivalent ...
regards, tom lane