|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_user.sgml,v 1.11 2000/03/27 17:14:42 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_user.sgml,v 1.12 2000/07/22 02:39:10 momjian Exp $ |
3 | 3 | Postgres documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -160,20 +160,20 @@ ERROR: ALTER USER: user "username" does not exist |
160 | 160 | ALTER USER davide WITH PASSWORD 'hu8jmn3'; |
161 | 161 | </programlisting> |
162 | 162 |
|
163 | | - Change a user's valid until date |
| 163 | + Change a user's valid until date: |
164 | 164 |
|
165 | 165 | <programlisting> |
166 | 166 | ALTER USER manuel VALID UNTIL 'Jan 31 2030'; |
167 | 167 | </programlisting> |
168 | 168 |
|
169 | 169 | Change a user's valid until date, specifying that his |
170 | 170 | authorisation should expire at midday on 4th May 1998 using |
171 | | - the time zone which is one hour ahead of UTC |
| 171 | + the time zone which is one hour ahead of UTC: |
172 | 172 | <programlisting> |
173 | 173 | ALTER USER chris VALID UNTIL 'May 4 12:00:00 1998 +1'; |
174 | 174 | </programlisting> |
175 | 175 |
|
176 | | - Give a user the ability to create other users and new databases. |
| 176 | + Give a user the ability to create other users and new databases: |
177 | 177 |
|
178 | 178 | <programlisting> |
179 | 179 | ALTER USER miriam CREATEUSER CREATEDB; |
|