ソースを参照

use the PostgreSQL 8 world order name: ROLE instead of USER

Ralf S. Engelschall 19 年 前
コミット
8462995763
1 ファイル変更1 行追加1 行削除
  1. 1 1
      postgresql/postgresql.spec

+ 1 - 1
postgresql/postgresql.spec

@@ -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:"