Re: syntax error 44 : ->

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Matthew Hixson <hixson(at)poindextrose(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: syntax error 44 : ->
Date: 2001-04-19 15:55:28
Message-ID: Pine.LNX.4.30.0104191750130.762-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Matthew Hixson writes:

> Here's a problem I have with 7.1 final that I don't see with 7.1rc4. When
> I do an initdb with 7.1 I get
>
> syntax error 44 : ->

There is an unexpected character

> scrolling up the screen about 52 thousand times.

...or maybe 52000 expected characters...

on line 44 of whatever the input was.

It just so happens that global.bki, one of the input files, is exactly 44
lines long. Please check that one first. Otherwise it might happen that
the file gets corrupted while initdb is mangling it, but it's hard to tell
without some more context.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tyrone Omidi 2001-04-19 15:59:27 windows odbc driver
Previous Message Steve Wampler 2001-04-19 15:53:58 Changing from default configuration options in 7.1?