Rechercher une page de manuel
alter_user
Langue: en
Version: 2007-09-16 (mandriva - 22/10/07)
Section: 7 (Divers)
NAME
ALTER USER - change a database roleSYNOPSIS
ALTER USER name [ [ WITH ] option [ ... ] ]
where option can be:
SUPERUSER | NOSUPERUSER
| CREATEDB | NOCREATEDB
| CREATEROLE | NOCREATEROLE
| CREATEUSER | NOCREATEUSER
| INHERIT | NOINHERIT
| LOGIN | NOLOGIN
| CONNECTION LIMIT connlimit
| [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'
| VALID UNTIL 'timestamp'
ALTER USER name RENAME TO newname
ALTER USER name SET configuration_parameter { TO | = } { value | DEFAULT }
ALTER USER name RESET configuration_parameter
DESCRIPTION
ALTER USER is now an alias for ALTER ROLE [alter_role(7)].
COMPATIBILITY
The ALTER USER statement is a PostgreSQL extension. The SQL standard leaves the definition of users to the implementation.
SEE ALSO
ALTER ROLE [alter_role(7)]
TP: Ne doit-on pas dire fora plutôt que forums ??
JB: C'est sûr ; d'ailleurs on dit bien "un hortensium" et "des gérania"
-+- in: Guide du Cabaliste Usenet - Du renommationnage -+-
JB: C'est sûr ; d'ailleurs on dit bien "un hortensium" et "des gérania"
-+- in: Guide du Cabaliste Usenet - Du renommationnage -+-
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre