Clarify object ownership language to prevent confusion with database
authorBruce Momjian
Fri, 25 Feb 2005 02:34:56 +0000 (02:34 +0000)
committerBruce Momjian
Fri, 25 Feb 2005 02:34:56 +0000 (02:34 +0000)
ownership.

doc/src/sgml/user-manag.sgml

index 19e4489170b22d336ecedd885c18af0dd2e6a128..f306b27ea0a0db5d2fc465009710a98eef01ad32 100644 (file)
@@ -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