| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | liam(dot)cromar(at)gmail(dot)com |
| Subject: | pg_upgrade |
| Date: | 2019-02-19 10:48:05 |
| Message-ID: | 155057328558.1380.17087684637558051102@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/pgupgrade.html
Description:
"For Windows users, you must be logged into an administrative account, and
then start a shell as the postgres user and set the proper path:
RUNAS /USER:postgres "CMD.EXE"
SET PATH=%PATH%;C:\Program Files\PostgreSQL\11\bin;
"
Recent versions of PostgreSQL do not run under a Windows user called
"postgres", but under the Network Service. This command therefore fails and
it is not clear how to progress.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Doc comments form | 2019-02-20 12:27:26 | Improve examples for range operators |
| Previous Message | Thomas Munro | 2019-02-17 22:20:11 | Re: Tutorial section of documentation: enhancements needed |