To list users of PostgreSQL, open psql shell and run the list users command \du . The command returns a table of rows with columns Role name, List of roles ...
確定! 回上一頁