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

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8577: pg_dump custom format exported dump can't be imported again
Date: 2013-11-05 21:51:20
Message-ID: 52796858.10705@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2013-11-05 21:59:24 Re: BUG #8577: pg_dump custom format exported dump can't be imported again
Previous Message Dominik Dorn 2013-11-05 21:39:58 Re: BUG #8577: pg_dump custom format exported dump can't be imported again