Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Verbose works in binary mode

pg_restore --host=localhost --create --clean --verbose --password --disable-triggers --username=postgres -d pg_for_es3 C:\alex\w2p_stor\pg_alex_binary_backup_20160710.sql

How to get it to work in text mode? (Can you please type out the whole complete line using below example so I can understand?) Below example works without problem, but when when I try to add "--verbose", the command crashes

psql -f C:\alex\w2p_stor\pg_alex_text_backup_20160710.sql --host=localhost --password --username=postgres -d pg_for_es3

Am running Postgres on Windows laptop

What I have tried:

I tried "--verbose" and variations but the command failed
Posted
Comments
Alex Glaros 14-Jul-16 13:39pm    
anyone know how to get the diagnostics to appear?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900