Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ~ ❯❯❯ psql
  2. Line style is unicode.
  3. Border style is 2.
  4. Timing is on.
  5. Output format is wrapped.
  6. psql (10.1)
  7. Type "help" for help.
  8.  
  9. postgres=# set password_encryption = 'scram-sha-256' ;
  10. SET
  11. Time: 0.219 ms
  12. postgres=# show password_encryption
  13. ;
  14. ┌─────────────────────┐
  15. │ password_encryption │
  16. ├─────────────────────┤
  17. │ scram-sha-256 │
  18. └─────────────────────┘
  19. (1 row)
  20.  
  21. Time: 0.486 ms
  22. postgres=#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement