Re: Can not restore when there is a primary key violation

Поиск
Список
Период
Сортировка
От Francisco Leovey
Тема Re: Can not restore when there is a primary key violation
Дата
Msg-id 1330624129.24711.YahooMailNeo@web39304.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Can not restore when there is a primary key violation  (Piyush Lenka <lenka.piyush@gmail.com>)
Список pgsql-novice
Delete all records
Restore from backup
Update record with key=5
(BTW you are talking about rows, not columns, right?)


From: Piyush Lenka <lenka.piyush@gmail.com>
To: pgsql-novice@postgresql.org
Sent: Thursday, March 1, 2012 11:02 AM
Subject: [NOVICE] Can not restore when there is a primary key violation

Hi,

 My table "Tbl1" contains primary keys (1,2,3,4,5,6,7,8,9 and 10),
I took a backup of "Tbl1" to backup file "Backup1.sql",
then deleted all records,
and added a column with primary key 5.
and tried to restore Backup file "Backup1.sql"
But it did not restore any columns....Is there any Option to restore all other columns except 5.
Please Help.


Thanks & Regards
Piyush Lenka


В списке pgsql-novice по дате отправления:

Предыдущее
От: Piyush Lenka
Дата:
Сообщение: Can not restore when there is a primary key violation
Следующее
От: Mikko Kurki-Suonio
Дата:
Сообщение: Newbie question