Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: CREATE ROLE



Russell Denney <r_denney(at)verizon(dot)net> writes:
> Logged in as postgres, I created a role as Superuser. psql returned  
> CREATE ROLE.
> When I enter \du it lists the new role, however, createdb and  
> createrole are listed as "no". I thought superusers bypassed all   
> permissions?

Those flags are stored independently, but the bottom line is that a
superuser has all permissions anyway.  In other words, if it says either
superuser or createdb, you can create a database, etc.

> When I \q, psql returns "could not save history to file "/Users/ 
> postgres/.psql_history": Invalid argument".

This is fixed in 8.2, but in 8.1 you can just ignore it --- it's a
Mac-specific discrepancy in what a library function returns :-(

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group