Re: Unable to Restor Table Named "User"

Поиск
Список
Период
Сортировка
От Melvin Davidson
Тема Re: Unable to Restor Table Named "User"
Дата
Msg-id 389464780.3922306.1434390621080.JavaMail.yahoo@mail.yahoo.com
обсуждение исходный текст
Ответ на Unable to Restor Table Named "User"  ("Soule, Cathi (HQP)" <cathi.soule@roberthalf.com>)
Ответы Re: Unable to Restor Table Named "User"  ("Soule, Cathi (HQP)" <cathi.soule@roberthalf.com>)
Список 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 по дате отправления:

Предыдущее
От: "Soule, Cathi (HQP)"
Дата:
Сообщение: Unable to Restor Table Named "User"
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: Unable to Restor Table Named "User"