Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/src/main/sphinx/security/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,13 @@ In addition, Trino :doc:`provides an API </develop/system-access-control>` that
allows you to create a custom access control method, or to extend an existing
one.

The access control can limit access to columns of a table. The default behavior
of an unqualified access to all columns with a ``SELECT *`` statement is to
deny access to all inaccessible columns.
Access control can limit access to columns of a table. The default behavior
of a query to all columns with a ``SELECT *`` statement is to show an error
denying access to any inaccessible columns.

You can change the behavior to silently hide inaccessible columns with the
global property ``hide-inaccessible-columns`` in set in :ref:`config_properties`:
You can change this behavior to silently hide inaccessible columns with the
global property ``hide-inaccessible-columns`` configured in
:ref:`config_properties`:

.. code-block:: properties

Expand Down