|
|
@@ -679,7 +679,7 @@ AutoReqProv: no
|
|
|
echo " \$ $RPM_INSTALL_PREFIX/etc/rc postgresql start"
|
|
|
echo "you should immediately change this 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>'\""
|
|
|
+ echo " -c \"ALTER ROLE $l_pguser WITH PASSWORD '<new-password>'\""
|
|
|
echo "Then you usually create a database for a user <user> (assuming that"
|
|
|
echo "his home directory is /u/<user>) with password <password> under"
|
|
|
echo "path /u/<user>/rdbms with the commands:"
|