From linux command prompt:
su - postgres
psql -d template1 -U postgres
alter user postgres with password 'postgres_password';
ctrl+d
Popularity: 1% [?]
Tags: postgresql
From linux command prompt:
su - postgres
psql -d template1 -U postgres
alter user postgres with password 'postgres_password';
ctrl+d
Popularity: 1% [?]
Tags: postgresql