|
|
@@ -382,7 +382,7 @@ AutoReqProv: no
|
|
|
( echo "An initial PostgreSQL DB was created with the two standard"
|
|
|
echo "databases 'template0' and 'template1'. The owner of both"
|
|
|
echo "is the DB user '$l_pguser'. Its initial password is '$l_pgpass'."
|
|
|
- echo "After starting PostgreSQL you should change this as quick as"
|
|
|
+ echo "After starting PostgreSQL you should change this as soon as"
|
|
|
echo "possible with the following command:"
|
|
|
echo "\$ $RPM_INSTALL_PREFIX/bin/psql -U $l_pguser -d template1 \\"
|
|
|
echo " -c \"ALTER USER $l_pguser WITH PASSWORD '<new-password>'\""
|