| From: | <Eugen(dot)Konkov(at)aldec(dot)com> |
|---|---|
| To: | "Alvaro Herrera" <alvherre(at)commandprompt(dot)com> |
| Cc: | <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | Re: Extra empty lines PGv8.3.1 |
| Date: | 2008-03-27 16:18:41 |
| Message-ID: | 030601c89026$3972a1f0$1200a8c0@kharkov.localhost |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Yes, I am running Windows
but why you replace CRLF with \n\n
instead of replace CRLF with only one \n ?
----- Original Message -----
From: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>
To: <Eugen(dot)Konkov(at)aldec(dot)com>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Sent: Thursday, March 27, 2008 6:07 PM
Subject: Re: [BUGS] Extra empty lines PGv8.3.1
> Eugen(dot)Konkov(at)aldec(dot)com wrote:
>
>> Also it seem that
>> #pg_dumpall > dumpfile
>> #psql < dumpfile
>> have such problems.
>> all functions get extra empty lines in their bodies.
>
> My guess is that you're running Windows, and there's a CRLF translation
> going on somewhere, that duplicates the \n.
>
> --
> Alvaro Herrera
> http://www.CommandPrompt.com/
> PostgreSQL Replication, Consulting, Custom Development, 24x7 support
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2008-03-27 17:52:39 | Re: BUG #4056: problem creating function with domain argument |
| Previous Message | Alvaro Herrera | 2008-03-27 16:07:43 | Re: Extra empty lines PGv8.3.1 |