Re: Bug in function to_char() !!

From: Stephane Bortzmeyer <bortzmeyer(at)nic(dot)af>
To: Dirk Försterling <r(at)zorbla(dot)de>
Cc: Najib Abi Fadel <nabifadel(at)usj(dot)edu(dot)lb>, generalpost <pgsql-general(at)postgresql(dot)org>
Subject: Re: Bug in function to_char() !!
Date: 2004-07-01 10:36:43
Message-ID: 20040701103643.GA23347@kabul.nic.af
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jul 01, 2004 at 09:53:34AM +0200,
Dirk Försterling <r(at)zorbla(dot)de> wrote
a message of 33 lines which said:

> No problem with 7.2.1 and 7.4.1. (don't have a 7.3.2 around).

7.3.4 seems OK so I assume the guy with the exclamation marks did not
type what he sent:

% psql template1
Welcome to psql 7.3.4, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit

template1=> SELECT to_char('2005-03-27'::date,'DD/MM/YYYY');
to_char
------------
27/03/2005
(1 row)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Clodoaldo Pinto Neto 2004-07-01 10:46:16 Re: Bug in function to_char() !!
Previous Message Ian Barwick 2004-07-01 09:31:18 Re: Restoring template1