This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Description
The commands in the PostgreSQL guide are using sudo twice, unnecessarily, IMHO:
Either:
- The user has been limited to
sudo -u psql * via sudo, in which they might as well be granted rights to run as psql in sudoers directly,
- Or they can run pretty much anything since granting access to root's
sudo via sudo is pointless as a restriction.
I think this is more of a typo or an oversight than anything else.