Re: parse error at or near "(" -- Huh??? - Mailing list pgsql-sql

From Tom Lane
Subject Re: parse error at or near "(" -- Huh???
Date
Msg-id 14681.1102905949@sss.pgh.pa.us
Whole thread Raw
In response to parse error at or near "(" -- Huh???  (Alex Beamish <talexb@gmail.com>)
Responses Re: parse error at or near "(" -- Huh???
List pgsql-sql
Alex Beamish <talexb@gmail.com> writes:
> I'm getting a frustrating error
>   ERROR:  parser: parse error at or near "(" at character 201
> in a CREATE TABLE statement from an SQL script that I'm running from
> within a Perl script. When I run the same script from the command
> line, either as a regular user or as root, it works fine.

One would have to suppose that the Perl environment is somehow munging
the SQL commands you think you are sending.  Try enabling statement
logging on the server side --- when you can see what was really sent,
all will probably become much clearer.

> And speaking of that, how I
> am to interpret 'character 201' -- should I collapse the SQL into it's
> minimal state (least number spaces) and go from that?

One character per character, whether that be a visible character or
whitespace (including newlines).  Collapsing out whitespace is
definitely not going to give you the right count.
        regards, tom lane


pgsql-sql by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: parse error at or near "(" -- Huh???
Next
From: Bruce Momjian
Date:
Subject: Re: Unresolved external: tgetent