From: Bruce Momjian Date: Fri, 25 Feb 2005 02:34:56 +0000 (+0000) Subject: Clarify object ownership language to prevent confusion with database X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e49da4855c3f13e5e83d9407891e2008a70531e2;p=users%2Frhaas%2Fpostgres.git Clarify object ownership language to prevent confusion with database ownership. --- diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml index 19e4489170..f306b27ea0 100644 --- a/doc/src/sgml/user-manag.sgml +++ b/doc/src/sgml/user-manag.sgml @@ -1,5 +1,5 @@ @@ -259,7 +259,7 @@ SELECT groname FROM pg_group; Being moved to the DDL chapter. Will eventually disappear here. - 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 ALTER TABLE command. By default, only an owner