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)