BUG #4927: psql does "spoil" the query before sending it to server - Mailing list pgsql-bugs

From handling numeric literals with dots in psql \copy command
Subject BUG #4927: psql does "spoil" the query before sending it to server
Date
Msg-id 200907171031.n6HAVqw3084583@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #4927: psql does "spoil" the query before sending it to server  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      4927
Logged by:          handling numeric literals with dots in psql \copy
command
Email address:      filip.rembialkowski@gmail.com
PostgreSQL version: 8.4.0
Operating system:   Linux
Description:        psql does "spoil" the query before sending it to server
Details:

8.4.0:

filip@filip=# \copy ( select 1.23::numeric as num ) to 'out.csv' with csv
header
ERROR:  syntax error at or near "."
LINE 1: COPY ( select 1 . 23::numeric as num ) TO STDOUT CSV HEADER
                        ^
\copy: ERROR:  syntax error at or near "."
LINE 1: COPY ( select 1 . 23::numeric as num ) TO STDOUT CSV HEADER
                        ^

query inside parentheses is OK.

same bug reproduced in 8.3.7

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Huge speed penalty using <>TRUE instead of =FALSE
Next
From: Mikael Krantz
Date:
Subject: Re: Huge speed penalty using <>TRUE instead of =FALSE