From linux command prompt:
su - postgres
psql -d template1 -U postgres
alter user postgres with password 'postgres_password';
ctrl+d
Related posts:
From linux command prompt:
su - postgres
psql -d template1 -U postgres
alter user postgres with password 'postgres_password';
ctrl+d
Related posts:
Posted in Knowledge Base.
– April 3, 2009
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.