Skip to content

Commit

Permalink
Fix bad psql example.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Sep 11, 2024
1 parent 134cc86 commit 44cc09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/playbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ To inspect table permissions:
.. code-block:: psql
set search_path to <namespace>;
\dq
\dp
Most tables should grant the INSERT (a), SELECT (r), UPDATE (w), and DELETE (d) `PostgreSQL privileges`_ to all service users (currently ``latiss_prompt``, ``hsc_prompt``, and ``lsstcomcamsim_prompt``).
Sequences should have SELECT (r) and USAGE (U) instead.
Expand Down

0 comments on commit 44cc09f

Please sign in to comment.