--- lang: ja-jp breaks: true --- # PostgreSQL ユーザの確認 2021-04-14 ```shell= $ sudo -u postgres psql psql (12.6 (Ubuntu 12.6-0ubuntu0.20.10.1)) Type "help" for help. postgres=# \du List of roles Role name | Attributes | Member of -------------+------------------------------------------------------------+----------- postgres | Superuser, Create role, Create DB, Replication, Bypass RLS | {} (END) ``` ###### tags: `PostgreSQL`