File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3259,7 +3259,7 @@ ORDER BY c.ordinal_position;
3259
3259
difference between this view
3260
3260
and <literal>column_privileges</literal> is that this view omits
3261
3261
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> .
3263
3263
</para>
3264
3264
3265
3265
<table>
@@ -3342,7 +3342,7 @@ ORDER BY c.ordinal_position;
3342
3342
difference between this view
3343
3343
and <literal>routine_privileges</literal> is that this view omits
3344
3344
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> .
3346
3346
</para>
3347
3347
3348
3348
<table>
@@ -3436,7 +3436,7 @@ ORDER BY c.ordinal_position;
3436
3436
difference between this view
3437
3437
and <literal>table_privileges</literal> is that this view omits
3438
3438
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> .
3440
3440
</para>
3441
3441
3442
3442
<table>
@@ -3520,7 +3520,7 @@ ORDER BY c.ordinal_position;
3520
3520
<literal>usage_privileges</literal>. The only effective difference
3521
3521
between this view and <literal>usage_privileges</literal> is that
3522
3522
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> .
3524
3524
</para>
3525
3525
3526
3526
<table>
You can’t perform that action at this time.
0 commit comments