Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2c262ea

Browse files
committed
Add a bit of markup
1 parent 223be21 commit 2c262ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/information_schema.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3259,7 +3259,7 @@ ORDER BY c.ordinal_position;
32593259
difference between this view
32603260
and <literal>column_privileges</literal> is that this view omits
32613261
columns that have been made accessible to the current user by way
3262-
of a grant to public.
3262+
of a grant to <literal>PUBLIC</literal>.
32633263
</para>
32643264

32653265
<table>
@@ -3342,7 +3342,7 @@ ORDER BY c.ordinal_position;
33423342
difference between this view
33433343
and <literal>routine_privileges</literal> is that this view omits
33443344
functions that have been made accessible to the current user by way
3345-
of a grant to public.
3345+
of a grant to <literal>PUBLIC</literal>.
33463346
</para>
33473347

33483348
<table>
@@ -3436,7 +3436,7 @@ ORDER BY c.ordinal_position;
34363436
difference between this view
34373437
and <literal>table_privileges</literal> is that this view omits
34383438
tables that have been made accessible to the current user by way of
3439-
a grant to public.
3439+
a grant to <literal>PUBLIC</literal>.
34403440
</para>
34413441

34423442
<table>
@@ -3520,7 +3520,7 @@ ORDER BY c.ordinal_position;
35203520
<literal>usage_privileges</literal>. The only effective difference
35213521
between this view and <literal>usage_privileges</literal> is that
35223522
this view omits objects that have been made accessible to the
3523-
current user by way of a grant to public.
3523+
current user by way of a grant to <literal>PUBLIC</literal>.
35243524
</para>
35253525

35263526
<table>

0 commit comments

Comments
 (0)