Created
July 3, 2015 11:38
-
-
Save a-oishi/0d485f209f0191dec554 to your computer and use it in GitHub Desktop.
[PostgreSQL] チートシート
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## ユーザ一覧 | |
| postgres=# \du | |
| List of roles | |
| Role name | Attributes | Member of | |
| -----------+-------------+----------- | |
| postgres | Superuser | {} | |
| : Create role | |
| : Create DB | |
| test | Superuser | {} | |
| : Create role | |
| : Create DB | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment