projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
223be21
)
Add a bit of markup
author
Peter Eisentraut
Thu, 23 Jun 2011 05:03:38 +0000
(08:03 +0300)
committer
Peter Eisentraut
Thu, 23 Jun 2011 05:04:10 +0000
(08:04 +0300)
doc/src/sgml/information_schema.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/information_schema.sgml
b/doc/src/sgml/information_schema.sgml
index 6df69db4aadee337b44eb92096d72e909390dde3..40c0066d8edc0f16b2a3020a05020634fc09b851 100644
(file)
--- a/
doc/src/sgml/information_schema.sgml
+++ b/
doc/src/sgml/information_schema.sgml
@@
-3259,7
+3259,7
@@
ORDER BY c.ordinal_position;
difference between this view
and
column_privileges
is that this view omits
columns that have been made accessible to the current user by way
- of a grant to
public
.
+ of a grant to
PUBLIC
.
@@
-3342,7
+3342,7
@@
ORDER BY c.ordinal_position;
difference between this view
and
routine_privileges
is that this view omits
functions that have been made accessible to the current user by way
- of a grant to
public
.
+ of a grant to
PUBLIC
.
@@
-3436,7
+3436,7
@@
ORDER BY c.ordinal_position;
difference between this view
and
table_privileges
is that this view omits
tables that have been made accessible to the current user by way of
- a grant to
public
.
+ a grant to
PUBLIC
.
@@
-3520,7
+3520,7
@@
ORDER BY c.ordinal_position;
usage_privileges
. The only effective difference
between this view and
usage_privileges
is that
this view omits objects that have been made accessible to the
- current user by way of a grant to
public
.
+ current user by way of a grant to
PUBLIC
.