Re: Unable to Restor Table Named "User" - Mailing list pgadmin-support

From Melvin Davidson
Subject Re: Unable to Restor Table Named "User"
Date
Msg-id 389464780.3922306.1434390621080.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to Unable to Restor Table Named "User"  ("Soule, Cathi (HQP)" <cathi.soule@roberthalf.com>)
Responses Re: Unable to Restor Table Named "User"
List pgadmin-support
"Process returned exit code 0." Indicates No errors occurred during the restore, so I do not understand
what exactly your problem is. Are there any errors in the PostgreSQL error log file with regards to your "user" table?
What is the setting for
log_min_messages & log_min_error_statement in postgresql.conf?

Try restoring by specifying just the user table.

IOW:
pg_restore -t user -d yourdb your_dump_file

Then see if any errors are returned.
 
Melvin Davidson
    Cell 720-320-0155

Folk Alley - All Folk - 24 Hours a day
www.folkalley.com



From: "Soule, Cathi (HQP)" <cathi.soule@roberthalf.com>
To: "pgadmin-support@postgresql.org" <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 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
-          Windows 7, 64-bit
 
Messages returned is as follows.  Note that a successful restore had 2 additional msgs (pg_restore: processing data for table "skillc" pg_restore: setting owner and privileges for TABLE DATA skillc). Defaults were used on backup and restore.  Does anyone know how to resolve? Thank you for any help!   
 
 
MESSAGES RETURNED FROM UNSUCCESSFUL RESTORE--
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"
pg_restore: connecting to database for restore  Process returned exit code 0.
 
 
 
Cathi Soule
 


pgadmin-support by date:

Previous
From: "Soule, Cathi (HQP)"
Date:
Subject: Unable to Restor Table Named "User"
Next
From: Ashesh Vashi
Date:
Subject: Re: Unable to Restor Table Named "User"