Re: BUG #4927: psql does "spoil" the query before sending it to server

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
Cc: handling numeric literals with dots in psql copy command <filip(dot)rembialkowski(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4927: psql does "spoil" the query before sending it to server
Date: 2009-07-17 21:26:04
Message-ID: 8574.1247865964@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Euler Taveira de Oliveira <euler(at)timbira(dot)com> writes:
> Why are we analysing the query there? One possible fix is to remove the '.' as
> delimiter in strtokx(). The trivial patch is attached.

Surely that would break a lot of other cases.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-07-17 23:23:37 Re: BUG #4926: too few pathkeys for mergeclauses
Previous Message Euler Taveira de Oliveira 2009-07-17 19:50:02 Re: BUG #4927: psql does "spoil" the query before sending it to server