- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PostgreSQL/ユーザ管理/テーブルへのアクセス権限の確認 へ行く。
- 1 (2020-04-17 (金) 14:05:47)
PSQL> \connect my_db PSQL> SELECT grantee, privilege_type FROM information_schema.role_table_grants
PSQL> \connect my_db PSQL> SELECT grantee, privilege_type FROM information_schema.role_table_grants