|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/user-manag.sgml,v 1.27 2005/01/08 22:13:36 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/user-manag.sgml,v 1.28 2005/02/25 02:34:56 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="user-manag">
|
@@ -259,7 +259,7 @@ SELECT groname FROM pg_group;
|
259 | 259 | <remark>Being moved to the DDL chapter. Will eventually disappear here.</remark>
|
260 | 260 |
|
261 | 261 | <para>
|
262 |
| - Whena database object is created, it is assigned an owner. The |
| 262 | + Whenan object is created, it is assigned an owner. The |
263 | 263 | owner is the user that executed the creation statement. To change
|
264 | 264 | the owner of a table, index, sequence, or view, use the
|
265 | 265 | <command>ALTER TABLE</command> command. By default, only an owner
|
|