Re: Bug in function to_char() !!

Поиск
Список
Период
Сортировка
От Stephane Bortzmeyer
Тема Re: Bug in function to_char() !!
Дата
Msg-id 20040701103643.GA23347@kabul.nic.af
обсуждение исходный текст
Ответ на Re: Bug in function to_char() !!  (Dirk Försterling <r@zorbla.de>)
Список 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 по дате отправления:

Предыдущее
От: Ian Barwick
Дата:
Сообщение: Re: Restoring template1
Следующее
От: Clodoaldo Pinto Neto
Дата:
Сообщение: Re: Bug in function to_char() !!