"Salerno, Vincent" <vincent(dot)salerno(at)lmco(dot)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