> Is there a command/option to list all database user accounts in postgres? >From the psql monitor: \du. via sql: SELECT u.usename AS "User name ...
確定! 回上一頁