Re: create user with database and contrib - Mailing list pgsql-general

From Oleg Bartunov
Subject Re: create user with database and contrib
Date
Msg-id Pine.GSO.4.62.0504091704070.16872@ra.sai.msu.su
Whole thread Raw
In response to create user with database and contrib  (Michal Hlavac <hlavki@medium13.sk>)
Responses Re: create user with database and contrib  (Michal Hlavac <hlavki@medium13.sk>)
List pgsql-general
On Sat, 9 Apr 2005, Michal Hlavac wrote:

> hello,
>
> is there some simple way, how to do this???
>
> I need to create user 'diplo' with no database create and no add users
> privileges...
>
> createuser -A -D -P -E -U root diplo
>
> after that I create database 'diplo';
>
> I need to import ltree into database 'diplo' with user diplo, but I
> can't add grant access to language 'c', because only superusers can do
> that...

so, what's the problem ?
psql diplo < ltree.sql


>
> thanks, miso
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

     Regards,
         Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

pgsql-general by date:

Previous
From: Michal Hlavac
Date:
Subject: create user with database and contrib
Next
From: Michal Hlavac
Date:
Subject: Re: create user with database and contrib