Re: BUG #8577: pg_dump custom format exported dump can't be imported again

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: BUG #8577: pg_dump custom format exported dump can't be imported again
Дата
Msg-id 52796858.10705@hogranch.com
обсуждение исходный текст
Ответ на Re: BUG #8577: pg_dump custom format exported dump can't be imported again  (Dominik Dorn <dominik@dominikdorn.com>)
Список pgsql-bugs
On 11/5/2013 1:39 PM, Dominik Dorn wrote:
> ERROR:  operator does not exist: tid = record
> LINE 1: DELETE FROM lytartist where ctid = (284,60);

try, DELETE FROM lytartist where ctid = '(284,60)'; ?

or, for that matter,      WHERE nartistnr IS NULL;



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast

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

Предыдущее
От: Dominik Dorn
Дата:
Сообщение: Re: BUG #8577: pg_dump custom format exported dump can't be imported again
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: BUG #8577: pg_dump custom format exported dump can't be imported again