emin olmak için .bash_history veya .psql_history içinde bir şifre olmadığından emin olmak için psql-comannd "\ password" komutunu kullanıyorum:
$ sudo -u postgres -i
$ psql
# \password
Enter new password:
Enter it again:
# create user <user_name>;
# \password <user_name>