ftell error during pg_dump

From: William Garrison <postgres(at)mobydisk(dot)com>
To: Postgres General List <pgsql-general(at)postgresql(dot)org>
Subject: ftell error during pg_dump
Date: 2008-08-12 16:00:33
Message-ID: 48A1B3A1.7090500@mobydisk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Our IT administrator ran a pg_dump and received the following error:
.
.
.
pg_dump: dumping contents of table history
pg_dump: [custom archiver] WARNING: ftell mismatch with expected
position -- ftell used
pg_dump: dumping contents of table history_archive
pg_dump: [custom archiver] WARNING: ftell mismatch with expected
position -- ftell used
pg_dump: dumping contents of table historymetadata
pg_dump: [custom archiver] WARNING: ftell mismatch with expected
position -- ftell used
.
.
.

This did not happen on every table, but once it did happen it was on all
subsequent tables. Any ideas?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joao Ferreira gmail 2008-08-12 16:04:44 Re: automatic REINDEX-ing
Previous Message Willy-Bas Loos 2008-08-12 15:57:11 Re: Need help returning record set from a dynamic sql query