Re: Internal functions(?)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Internal functions(?)
Дата
Msg-id 200201222054.g0MKst408624@candle.pha.pa.us
обсуждение исходный текст
Ответ на Internal functions(?)  (Devrim GUNDUZ <devrim@oper.metu.edu.tr>)
Ответы Re: Internal functions(?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Internal functions(?)  (Devrim GUNDUZ <devrim@oper.metu.edu.tr>)
Список pgsql-general
Devrim GUNDUZ wrote:
>
> Hi,
>
> We use some functions in SQL (or , lets say in psql), i.e.
>     SELECT current_date() ;
>     SELECT version();
>
> Is there a full list of these functions on web?
>

In psql, \df.  I see version() but not current_date.  I think it is
mapped internally as "select date('now');".


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Darren Ferguson
Дата:
Сообщение: Re: Internal functions(?)
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: frustration with database size