| From: | "Shridhar Daithankar" <shridhar_daithankar(at)persistent(dot)co(dot)in> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: DB migration from Win (cygwin) to Linux (RH 7.2): 9223372036854775807 error |
| Date: | 2002-11-07 15:27:30 |
| Message-ID: | 3DCAD3BA.8873.55491F4@localhost |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 1 Nov 2002 at 8:33, aagha(at)bigfoot(dot)com wrote:
> I'm having an issue moving my DB from from Win (Cygwin) to Linux 7.2. If
> I go from Linux to Cygwin, no probs, everything works fine, creates a new
> database beautifully.
>
> However, if I take the exact same DB (which contains data) and try the
> following on Linux:
>
> %> psql -d cmsdb -f cmsdb.sql
>
> I get the following:
>
> psql:cmsdb.sql:12: ERROR: parser: parse error at or near
> "9223372036854775807"
Is that last field in that line? You are running into \r\n problem. Try some
simple scripts or dos2unix etc to convert the dump to unix style. There was a
sed one liner posted on the list few days back..
Bye
Shridhar
--
Williams and Holland's Law: If enough data is collected, anything may be proven
by statistical methods.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Shridhar Daithankar | 2002-11-07 15:27:31 | Re: [GENERAL] Can't connect to PGSQL |
| Previous Message | Bruce Momjian | 2002-11-07 15:25:25 | Re: parser error: 9223372036854775807 |