I run the command pg_dumpall > asd.out
Further they ask to enter the password, but it is from the windows user, but not postgres.
Can I perform a dump knowing the postgres user?
I run the command pg_dumpall > asd.out
Further they ask to enter the password, but it is from the windows user, but not postgres.
Can I perform a dump knowing the postgres user?
Source: https://ru.stackoverflow.com/questions/681829/
All Articles