Re: date

Поиск
Список
Период
Сортировка
От Jean-Luc Lachance
Тема Re: date
Дата
Msg-id 3DB051C7.B4CBD73E@nsd.ca
обсуждение исходный текст
Ответ на Re: date  ("wishy wishy" <wishy66@hotmail.com>)
Список pgsql-sql
Try 

select to_char( '1969-10-22'::date, 'YYYY-MM-DD');


wishy wishy wrote:
> 
> hi folks,
> we have a PostgreSQL 7.2.2 on i686-pc-linux-gnu, compiled by GCC 2.96
> installation on pogo linux 7.2
> we are facing a data problem when we do the following
> select to_char(to_date('1969-10-22','YYYY-MM-DD'),'YYYY-MM-DD');
> 
> ERROR:  Unable to convert date to tm
> 
> we have been trying to find a solution for this have you found such
> instances before it there a method to over come this.
> Any help will be greatly appreciated.
> thanks
> kris
> 
> _________________________________________________________________
> Get faster connections -- switch to MSN Internet Access!
> http://resourcecenter.msn.com/access/plans/default.asp
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


В списке pgsql-sql по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: foreign key, create table, and transactions
Следующее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: isAutoIncrement and Postgres