Memo

メモ > サーバ > 各論: コマンド > PostgreSQLでユーザを確認

PostgreSQLでユーザを確認
$ psql -c "SELECT * FROM pg_shadow;"

Advertisement