diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 46e8a0b7467..4f78e0e1c0b 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -532,15 +532,9 @@ NET STOP postgresql-&majorversion; </para> <para> - For Windows users, you must be logged into an administrative account, and - then start a shell as the <literal>postgres</literal> user and set the proper path: - -<programlisting> -RUNAS /USER:postgres "CMD.EXE" -SET PATH=%PATH%;C:\Program Files\PostgreSQL\&majorversion;\bin; -</programlisting> - - and then run <application>pg_upgrade</application> with quoted directories, e.g.: + For Windows users, you must be logged into an administrative account, + and then run <application>pg_upgrade</application> with quoted + directories, e.g.: <programlisting> pg_upgrade.exe |