We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c62ecf commit 103ed24Copy full SHA for 103ed24
doc/src/sgml/ref/pgupgrade.sgml
@@ -532,15 +532,9 @@ NET STOP postgresql-&majorversion;
532
</para>
533
534
<para>
535
- For Windows users, you must be logged into an administrative account, and
536
- then start a shell as the <literal>postgres</literal> user and set the proper path:
537
-
538
-<programlisting>
539
-RUNAS /USER:postgres "CMD.EXE"
540
-SET PATH=%PATH%;C:\Program Files\PostgreSQL\&majorversion;\bin;
541
-</programlisting>
542
543
- 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.:
544
545
<programlisting>
546
pg_upgrade.exe
0 commit comments