Re: date_format in postresql

Поиск
Список
Период
Сортировка
От azah azah
Тема Re: date_format in postresql
Дата
Msg-id 235b1a28040720205322cc291c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: date_format in postresql  (Rod Taylor <pg@rbt.ca>)
Ответы Re: date_format in postresql
Re: date_format in postresql
Список pgsql-sql
Thanks Chris and Rod.

I think I have a problem because not many function existing in
postresql that i installed.
How can i get all the build-in functions because the basic function
to_char is not existing in the database?

On Tue, 20 Jul 2004 22:39:38 -0400, Rod Taylor <pg@rbt.ca> wrote:
> On Tue, 2004-07-20 at 20:55, azah azah wrote:
> > Hi,
> > I want convert from mysql to postresql,
> > in mysql, query to database using the code as below:
> >
> > date_format(submittime, "%W %M %e, %Y - %r")
> 
> to_char(submittime, 'format string')
> 
> http://www.postgresql.org/docs/7.4/static/functions-formatting.html
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
>       joining column's datatypes do not match
>


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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: FOR-IN-EXECUTE, why fail?
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: surrogate key or not?