Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c
От | Hiroshi Inoue |
---|---|
Тема | Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c |
Дата | |
Msg-id | 3E19207B.6BC2C963@tpf.co.jp обсуждение исходный текст |
Ответ на | pgsql-server/src/bin/pg_dump pg_backup_archiver.c (inoue@postgresql.org (Hiroshi Inoue)) |
Ответы |
Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c
|
Список | pgsql-committers |
Tom Lane wrote: > > Hiroshi Inoue <Inoue@tpf.co.jp> writes: > > Please tell me how we avoid the failure > > ERROR: Unable to identify an operator '=' for types 'oid' and 'lo' > > You will have to retype this query using an explicit cast > > in pg_restore. > > What query triggers that, exactly? The query made by the following code in FixupBlobRefs in pg_backup_db.c. /* Can't use fmtId twice in one call... */ appendPQExpBuffer(tblQry, "UPDATE %s SET %s = %s.newOid" , tblName->data, fmtId(attr), BLOB_XREF_TABLE); appendPQExpBuffer(tblQry, " FROM %s WHERE %s.oldOid = %s.%s", BLOB_XREF_TABLE, BLOB_XREF_TABLE, tblName->data, fmtId(attr)); regards, Hiroshi Inoue http://w2422.nsk.ne.jp/~inoue/
В списке pgsql-committers по дате отправления: