projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c65684
)
Clarify object ownership language to prevent confusion with database
author
Bruce Momjian
Fri, 25 Feb 2005 02:34:56 +0000
(
02:34
+0000)
committer
Bruce Momjian
Fri, 25 Feb 2005 02:34:56 +0000
(
02:34
+0000)
ownership.
doc/src/sgml/user-manag.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/user-manag.sgml
b/doc/src/sgml/user-manag.sgml
index 19e4489170b22d336ecedd885c18af0dd2e6a128..f306b27ea0a0db5d2fc465009710a98eef01ad32 100644
(file)
--- 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 a
n
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