Guest User

Untitled

a guest
Nov 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [root@telematic standalone]# su - postgres
  2. -bash-4.1$ psql truck_company
  3. psql (8.4.12)
  4. Type "help" for help.
  5.  
  6. truck_company=# SELECT * FROM "pg_user";
  7. usename | usesysid | usecreatedb | usesuper | usecatupd | passwd | valuntil | useconfig
  8. ----------+----------+-------------+----------+-----------+----------+----------+-----------
  9. postgres | 10 | t | t | t | ******** | |
  10. (1 row)
Add Comment
Please, Sign In to add comment