Re: Any troubleshooting techniques

From: Doug McNaught <doug(at)wireboard(dot)com>
To: "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Any troubleshooting techniques
Date: 2002-02-15 17:05:59
Message-ID: m3sn82n094.fsf@varsoon.denali.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com> writes:

> But the only errors I get is:
>
> [snip error]
>
> psql:./test.sql:68: ERROR: parser: parse error
> at or near "create"
>
> [/snip error]
>
> In the script, line 68 is the bottom of
> the page (a semi colon) which tells me
> that somewhere between the top and
> bottom of the script, there is an error.

Errors at EOF often mean there is a missing close-quote or
close-paren. Check your balancing.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andy Marden 2002-02-15 17:20:28 User access to start and stop postmaster
Previous Message Bruno Wolff III 2002-02-15 16:59:25 Re: Redirecting query's output to a textfile?