Skip to content

Instantly share code, notes, and snippets.

@a-oishi
Created July 3, 2015 11:38
Show Gist options
  • Save a-oishi/0d485f209f0191dec554 to your computer and use it in GitHub Desktop.
Save a-oishi/0d485f209f0191dec554 to your computer and use it in GitHub Desktop.
[PostgreSQL] チートシート
## ユーザ一覧
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