Chapter 9. ユーザの追加と削除

createuser enables specific users to access Postgres. destroyuser removes users and prevents them from accessing Postgres.

createuser は特定のユーザが Postgres にアクセスすることを許可します。 destroyuser はユーザを削除し、 Postgres にアクセス出来なくします。

These commands only affect users with respect to Postgres; they have no effect on a user's other privileges or status with regards to the underlying operating system.

これらの命令は Postgres に関してのみ有効で、 使用のオペレーティングシステムでのユーザの他の権利やステータスには影響 を与えません。