Re: pg_dumpall bug & feature request

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Ivan <Ivan-Sun1(at)mail(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: pg_dumpall bug & feature request
Date: 2005-11-03 15:54:17
Message-ID: 20051103155416.GA7138@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ivan wrote:

Hi,

> Thursday, November 3, 2005, 3:28:41 PM, you wrote:

> >> Perhaps you missed my previous message.
> >> pg_dumpall has not -f command line option
> >> to specify output file - it always send output
> >> to standart output. But there is an issue with
> >> it in Windows (I described it earlier) - function's
> >> line endings are changed from 0D 0A to 0D 0D 0A.
>
> AH> Hmm, what do you need that for? Why don't you directly restore the
> AH> binary dump to a database by using option -d?
>
> I don't need to restore binary dump. I need to make a dump of the
> whole database cluster to plain sql file (what pg_dumpall does).
> So I have to redirect pg_dumpall's output to a file
> pg_dump [options] > cluster_dump.sql

Hum, doh! I misread your message as thought it referred to pg_restore
rather than pg_dumpall. Not sure why. Certainly pg_dumpall needs a
redirecting feature. I imagine there must be a way to tell the shell
not to do newline translation, but I wouldn't know it.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Antti Salmela 2005-11-03 17:29:38 Re: Failed CLUSTER seems to leave files behind
Previous Message Tom Lane 2005-11-03 15:21:43 Re: BUG #2017: column labels ignored on selects from views