Re: schema 8.1.5 - Mailing list pgsql-general

From Alan Hodgson
Subject Re: schema 8.1.5
Date
Msg-id 200610261410.31621@hal.medialogik.com
Whole thread Raw
In response to schema 8.1.5  (km <km@mrna.tn.nic.in>)
List pgsql-general
On Thursday 26 October 2006 14:04, km <km@mrna.tn.nic.in> wrote:
>> so that when the user logis in and accesses a database via psql he should
> be able to land into his schema. how do i do that ? any tips ?

alter role rolename set search_path=path1[,path2...];

--
Ginsberg's Theorem:
 1) You can't win.
 2) You can't break even.
 3) You can't quit the game.


pgsql-general by date:

Previous
From: km
Date:
Subject: schema 8.1.5
Next
From: Glen Parker
Date:
Subject: Re: Effect of large text field data on queries