aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-06-23 08:03:38 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-06-23 08:04:10 +0300
commit2c262ea9fef2652fd51582a364c69708879398e3 (patch)
treee9ccda9a8c36e3dfc34d9a05fcb62e1f9c4a442a
parent223be216afa13b708904ca1d72898f2ccf5cef40 (diff)
downloadpostgresql-2c262ea9fef2652fd51582a364c69708879398e3.tar.gz
postgresql-2c262ea9fef2652fd51582a364c69708879398e3.zip
Add a bit of markup
-rw-r--r--doc/src/sgml/information_schema.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index 6df69db4aad..40c0066d8ed 100644
--- 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 <literal>column_privileges</literal> 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 <literal>PUBLIC</literal>.
</para>
<table>
@@ -3342,7 +3342,7 @@ ORDER BY c.ordinal_position;
difference between this view
and <literal>routine_privileges</literal> 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 <literal>PUBLIC</literal>.
</para>
<table>
@@ -3436,7 +3436,7 @@ ORDER BY c.ordinal_position;
difference between this view
and <literal>table_privileges</literal> 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 <literal>PUBLIC</literal>.
</para>
<table>
@@ -3520,7 +3520,7 @@ ORDER BY c.ordinal_position;
<literal>usage_privileges</literal>. The only effective difference
between this view and <literal>usage_privileges</literal> 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 <literal>PUBLIC</literal>.
</para>
<table>