pg_dump problem

From: Roberto Fichera <kernel(at)tekno-soft(dot)it>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_dump problem
Date: 2004-11-16 14:37:31
Message-ID: 6.1.2.0.2.20041116153316.04aa6670@mail.isolaweb.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

today I ve got this error during a backup:

[root(at)foradada root]# pg_dump -U postgres radiuslog | gzip -c >
radiuslog-20041116.gz
pg_dump: ERROR: unknown address family (3)
pg_dump: lost synchronization with server, resetting connection
pg_dump: SQL command to dump the contents of table "radacct" failed:
PQendcopy() failed.
pg_dump: Error message from server: pg_dump: The command was: COPY
public.radacct (radacctid, acctsessionid, acctuniqueid, username, realm,
nasipaddress, nasportid, nasporttype, acctstarttime, acctstoptime,
acctsessiontime, acctauthentic, connectinfo_start, connectinfo_stop,
acctinputoctets, acctoutputoctets, calledstationid, callingstationid,
acctterminatecause, servicetype, framedprotocol, framedipaddress,
acctstartdelay, acctstopdelay) TO stdout;

what can I do to resolve the problem?

This on RH9 updated and PostgreSQL v7.3.4

Thanks in advance.

Roberto Fichera.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-11-16 14:40:03 Re: GiST: PickSplit and multi-attr indexes
Previous Message Zeugswetter Andreas DAZ SD 2004-11-16 11:14:43 Re: psql \e broken again