Re: help! default database for user

From: "philip johnson" <philip(dot)johnson(at)atempo(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: help! default database for user
Date: 2003-01-08 10:20:44
Message-ID: NDBBJLHHAKJFNNCGFBHLMEFPEIAA.philip.johnson@atempo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pgsql-general-owner(at)postgresql(dot)org wrote:
> Objet : Re: [GENERAL] help! default database for user
>
>
> An extension of .bash_profile would be /etc/profile, a system wide
> point of customization with a few line of code that export PGDATABASE
> based on userid or
> groupid or whatever ....
>
> Martijn van Oosterhout wrote:
>
>> On Thu, Jan 02, 2003 at 07:27:21PM +0100, philip johnson wrote:
>>
>>
>>> is it possible to assign a default database for a user
>>> example: database B for user A
>>>
>>> so when I will use psql it will not say thet database A does not
>>> exists
>>>
>>>
>>
>> The easiest way I can think of is to set the PGDATABASE environment
>> variable in the .bash_profile of the user. then psql will use that
>> instead of the username.
>>
>> HTH,
>>
>>
>
>
>
>
> ---------------------------(end of
> broadcast)--------------------------- TIP 4: Don't 'kill -9' the
> postmaster

thanks to all
It works great

In response to

Browse pgsql-general by date

  From Date Subject
Next Message dev 2003-01-08 10:30:28 Re: Connection / Access / Strange Problems
Previous Message Lincoln Yeoh 2003-01-08 09:41:57 Re: Connection / Access / Strange Problems