[DOCS] pg_dump "Access is denied" Windows 10

2017-07-20 Thread robinwin
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.4/static/app-pgdump.html
Description:

I have been having outstanding trouble trying to get this to succeed with
out any success in Windows 10.  I keep getting the message "Access is
denied".  I am the Admin. of the account and log into the dos console as
admin but still am denied, both with dumping it to the root folder
(C:\Program Files\Postgres or to another, 'tmp', which hangs off the 
root.
Could you include in this documentation possible problems and fixes to this
because I can't find any.

-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] pg_dump "Access is denied" Windows 10

2017-07-20 Thread David G. Johnston
On Thu, Jul 20, 2017 at 6:37 PM,  wrote:

> Could you include in this documentation possible problems and fixes to this
> because I can't find any.
>

​tl;dr - the documentation is not a good place for such content.​

​It would be helpful if you'd get diagnostic help on the -general mailing
list first.  If, after you figure out what the problem and solution are,
you have an idea as to how to improve the documentation (or wiki, see
below) you should then submit said recommendation or update the wiki as
appropriate.

The ability to envision possible problems is a limited ability and given
that your particular complaint seems infrequent on these lists its quite
probable that even if we had such a section (especially given the
assumption that we'd start off documenting problems with pg_dump instead of
some other aspect of the application suite) that your specific
cause/solution would not be covered.  Plus, frankly, the documentation
doesn't go to any great efforts to deal with run-time environment problems
(and its update schedule is not really suited for such).  A more
appropriate forum would be our wiki.
https://wiki.postgresql.org/wiki/Main_Page

David J.​