heidsoft / cloud-bigdata-book

write book
56 stars 33 forks source link

postgres 数据库 #60

Open heidsoft opened 5 years ago

heidsoft commented 5 years ago

postgres 角色密码修改

➜  ~ psql postgres
psql (9.6.10)
Type "help" for help.

postgres=# \du
postgres=# \du
postgres=# \password postgres
Enter new password:
Enter it again:
ERROR:  role "postgres" does not exist
postgres=# \password heidsoft
Enter new password:
Enter it again:
postgres=#