Re: Bug in function to_char() !! - Mailing list pgsql-general

From Stephane Bortzmeyer
Subject Re: Bug in function to_char() !!
Date
Msg-id 20040701103643.GA23347@kabul.nic.af
Whole thread Raw
In response to Re: Bug in function to_char() !!  (Dirk Försterling <r@zorbla.de>)
List pgsql-general
On Thu, Jul 01, 2004 at 09:53:34AM +0200,
 Dirk Försterling <r@zorbla.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)


pgsql-general by date:

Previous
From: Ian Barwick
Date:
Subject: Re: Restoring template1
Next
From: Clodoaldo Pinto Neto
Date:
Subject: Re: Bug in function to_char() !!