Re: [pgadmin-support] Unable to Restor Table Named "User"

2015-06-15 Thread Soule, Cathi (HQP)
@postgresql.org Subject: Re: [pgadmin-support] Unable to Restor Table Named "User" Try this command on the command-prompt: "C:\Program Files\PostgreSQL\9.4\bin\pg_restore.exe" --host localhost --port 5432 --username "postgres" --dbname "d27qs7oej1f23" --no-password

Re: [pgadmin-support] Unable to Restor Table Named "User"

2015-06-15 Thread Melvin Davidson
backup" pg_restore: connecting to database for restore Process returned exit code 0.       From: Melvin Davidson [mailto:melvin6...@yahoo.com] Sent: Monday, June 15, 2015 10:50 AM To: Soule, Cathi (HQP); pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Unable to Restor Table Named &

Re: [pgadmin-support] Unable to Restor Table Named "User"

2015-06-15 Thread Soule, Cathi (HQP)
, 2015 10:50 AM To: Soule, Cathi (HQP); pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Unable to Restor Table Named "User" "Process returned exit code 0." Indicates No errors occurred during the restore, so I do not understand what exactly your problem is. Are there

Re: [pgadmin-support] Unable to Restor Table Named "User"

2015-06-15 Thread Ashesh Vashi
Try this command on the command-prompt: "C:\Program Files\PostgreSQL\9.4\bin\pg_restore.exe" --host localhost --port 5432 --username "postgres" --dbname "d27qs7oej1f23" --no-password --data-only --table "\"user\"" --schema xyz1 --verbose "E:\20150611 Mig32QA user4.backup" -- Thanks & Regards, A

Re: [pgadmin-support] Unable to Restor Table Named "User"

2015-06-15 Thread Melvin Davidson
quot;Soule, Cathi (HQP)" To: "pgadmin-support@postgresql.org" Sent: Monday, June 15, 2015 1:34 PM Subject: [pgadmin-support] Unable to Restor Table Named "User" Hello,   We are not able to restore a table using pgAdmin from object browser.  We have been successful

[pgadmin-support] Unable to Restor Table Named "User"

2015-06-15 Thread Soule, Cathi (HQP)
Hello, We are not able to restore a table using pgAdmin from object browser. We have been successful using backup / restore functions with 30 other tables. However, we are not able to restore one table named 'user'. Here are details: Thank you! - pgAdmin version 1.20.0 -