diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-03-06 18:03:38 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-03-06 18:03:38 +0000 |
| commit | ba1d990cf7a62abe0fda40874e621efe61b8fbc0 (patch) | |
| tree | 28778e187d26021b62ebb8e2c02bd38f40e14931 /src/man/alter_user.l | |
| parent | ea89acc4d7f327366696410214cca2c9c11f773f (diff) | |
| download | postgresql-ba1d990cf7a62abe0fda40874e621efe61b8fbc0.tar.gz | |
pg_user cleanup.
Diffstat (limited to 'src/man/alter_user.l')
| -rw-r--r-- | src/man/alter_user.l | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/alter_user.l b/src/man/alter_user.l index 5134fa8774..fd51693c57 100644 --- a/src/man/alter_user.l +++ b/src/man/alter_user.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_user.l,v 1.1 1998/01/25 07:42:00 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_user.l,v 1.2 1998/03/06 18:02:49 momjian Exp $ .TH "ALTER USER" SQL 01/26/98 PostgreSQL PostgreSQL .SH NAME alter user -- alter user account information within a PostgreSQL instance @@ -20,10 +20,10 @@ detailed description of each of the clause in the alter user statement, please see the create_user(l) manual page. Please note that it is not possible to alter a user's usesysid via the alter user statement. Also, it is only possible for the postgres user or any user with read and modify -permissions on pg_user to alter user passwords. +permissions on pg_shadow to alter user passwords. If any of the clauses of the alter user statement are omitted, the -corresponding value in the pg_user relation is left unchanged. +corresponding value in the pg_shadow relation is left unchanged. This statement can be used to modify users created with createuser(1). |
