diff options
author | Bruce Momjian | 2005-02-25 02:34:56 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-02-25 02:34:56 +0000 |
commit | e49da4855c3f13e5e83d9407891e2008a70531e2 (patch) | |
tree | 08ca0510898556debfa2b88907627858e59ceb20 | |
parent | 0c6568424a846614de49da652469c53ec04467a5 (diff) |
Clarify object ownership language to prevent confusion with database
ownership.
-rw-r--r-- | doc/src/sgml/user-manag.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml index 19e4489170b..f306b27ea0a 100644 --- a/doc/src/sgml/user-manag.sgml +++ b/doc/src/sgml/user-manag.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/user-manag.sgml,v 1.27 2005/01/08 22:13:36 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/user-manag.sgml,v 1.28 2005/02/25 02:34:56 momjian Exp $ --> <chapter id="user-manag"> @@ -259,7 +259,7 @@ SELECT groname FROM pg_group; <remark>Being moved to the DDL chapter. Will eventually disappear here.</remark> <para> - When a database object is created, it is assigned an owner. The + When an object is created, it is assigned an owner. The owner is the user that executed the creation statement. To change the owner of a table, index, sequence, or view, use the <command>ALTER TABLE</command> command. By default, only an owner |