Re: BUG #8577: pg_dump custom format exported dump can't be imported again - Mailing list pgsql-bugs

From John R Pierce
Subject Re: BUG #8577: pg_dump custom format exported dump can't be imported again
Date
Msg-id 52796858.10705@hogranch.com
Whole thread Raw
In response to Re: BUG #8577: pg_dump custom format exported dump can't be imported again  (Dominik Dorn <dominik@dominikdorn.com>)
List 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 by date:

Previous
From: Dominik Dorn
Date:
Subject: Re: BUG #8577: pg_dump custom format exported dump can't be imported again
Next
From: Kevin Grittner
Date:
Subject: Re: BUG #8577: pg_dump custom format exported dump can't be imported again