BUG #5355: locale incorrectly comma-separates "(null)"

From: "Andy Lester" <andy(at)petdance(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5355: locale incorrectly comma-separates "(null)"
Date: 2010-03-01 16:18:37
Message-ID: 201003011618.o21GIbmq043041@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5355
Logged by: Andy Lester
Email address: andy(at)petdance(dot)com
PostgreSQL version: 8.3.6
Operating system: Linux
Description: locale incorrectly comma-separates "(null)"
Details:

In my .psqlrc I have the following (among others)

\pset null '(null)'
\pset numericlocale on

When I select numeric columns that have NULL values, they show as "(nu,ll)".

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Gould 2010-03-01 17:15:25 BUG #5356: citext not acting like case insensitive search
Previous Message Tom Lane 2010-03-01 15:55:56 Re: Bug in procedure When you modificate table