Hi All,
today I ve got this error during a backup:
[EMAIL PROTECTED] 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
Olivier PRENANT <[EMAIL PROTECTED]> writes:
> I have noticed that pg_dump and pg_dumpall could'nt generate correctly
> CREATE FUNCTION when function has been created using the form
> CREATE FUNCTION foo(x) RETURNS type AS '/foo.so','foo2' LANGUAGE C;
> pg_dumps "forgets" the 'foo2' part: tha
Hi all,
I've read pg_dump threads with great interest as I plan to upgrade from
703 to 71 on next monday if 71 final is out.
Although I did'nt have any of the ploblems listed in threads durin my
tests from 7.0.3 to 7.1betas and 7.1RCs.
I have noticed that pg_dump and pg_dumpall could'nt gen
We backup our postgre 7.0.2 databases nightly via a cron script from a
remote box that calls pg_dump -f filename dbname or something to that
effect. About a week ago we started running out of disk space and we didn't
know it, and pg_dump doesn't report any errors so the cron script didn't
report