Re: createuser problem - Mailing list pgsql-novice

From christoph.dellavalle@goetheanum.ch
Subject Re: createuser problem
Date
Msg-id D1ECCF616FF6D611A3C3000102755F454D58B9@s2bdcmail.aag
Whole thread Raw
In response to createuser problem  ("Manu M P" <manu.mp@maildrop.m2comsys.com>)
List pgsql-novice
Hi

To create a database superuser, use CREATE USER name CREATEUSER
for further details please read Documentation Chapter 4, section 4.2
http://www.postgres.org/docs/7.3/static/user-attributes.html

Chris

>-----Ursprüngliche Nachricht-----
>Von: Manu M P [mailto:manu.mp@maildrop.m2comsys.com]
>Gesendet: Donnerstag, 11. Dezember 2003 04:32
>An: pgsql-novice@postgresql.org
>Betreff: [NOVICE] createuser problem
>
>
>Friends
>
>The man page of createuser shows that only superusers can
>create users with "createuser". How can i make an ordinary
>user a super user?
>
>Manu
>
>
>---------------------------(end of
>broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to
>majordomo@postgresql.org
>

pgsql-novice by date:

Previous
From: "Cody Phanekham"
Date:
Subject: Unexpected PostgreSQL performance degradation
Next
From: "Alan T. Miller"
Date:
Subject: Something like 'to_days' in postgresql? Help with a MySQL migration...