Re: initdb failure (was Re: [GENERAL] sequence's plpgsql)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Tim McAuley <mcauleyt(at)tcd(dot)ie>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: initdb failure (was Re: [GENERAL] sequence's plpgsql)
Date: 2003-09-26 19:39:15
Message-ID: 200309261939.h8QJdFx00524@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-jdbc

scott.marlowe wrote:
> The attached file produces this problem. Note it's a blank trailing field
> that looks to be causing it. The error for this .sql file is:
>
> ERROR: literal carriage return found in data
> HINT: Use "\r" to represent carriage return.
> CONTEXT: COPY FROM, line 2
>
> Note that loading this into pico and saving it back out fixes the problem.
>
> If I remove the preceding row that doesn't end in a blank field, I get a
> different error, this one:
>
> ERROR: end-of-copy marker does not match previous newline style
> CONTEXT: COPY FROM, line 2

OK, 'vi' shows it as:

COPY people2 (id, persons) FROM stdin;
59 Chance Terry--S
60 ^M
\.

which is _exactly the case the error was supposed to catch. Now, the
big question is where did this dump come from? Pg version? OS platform?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-09-26 19:43:53 Re: initdb failure (was Re: [GENERAL] sequence's plpgsql)
Previous Message Claudio Lapidus 2003-09-26 19:37:16 Schema backup

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Sullivan 2003-09-26 19:40:19 Re: 2-phase commit
Previous Message Stephan Szabo 2003-09-26 19:36:54 Re: invalid tid errors in latest 7.3.4 stable.

Browse pgsql-jdbc by date

  From Date Subject
Next Message scott.marlowe 2003-09-26 19:43:53 Re: initdb failure (was Re: [GENERAL] sequence's plpgsql)
Previous Message CRAIG GOLBY 2003-09-26 19:34:54 Re: Tomcat - PostgreSQL - Cannot load JDBC driverclass"null"