Re: parse error at or near "(" -- Huh???

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: parse error at or near "(" -- Huh???
Дата
Msg-id 14681.1102905949@sss.pgh.pa.us
обсуждение исходный текст
Ответ на parse error at or near "(" -- Huh???  (Alex Beamish <talexb@gmail.com>)
Ответы Re: parse error at or near "(" -- Huh???
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: parse error at or near "(" -- Huh???
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Unresolved external: tgetent