Re: Internal functions(?) - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Internal functions(?)
Date
Msg-id 200201222054.g0MKst408624@candle.pha.pa.us
Whole thread Raw
In response to Internal functions(?)  (Devrim GUNDUZ <devrim@oper.metu.edu.tr>)
Responses Re: Internal functions(?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Internal functions(?)  (Devrim GUNDUZ <devrim@oper.metu.edu.tr>)
List 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 by date:

Previous
From: Darren Ferguson
Date:
Subject: Re: Internal functions(?)
Next
From: Vivek Khera
Date:
Subject: Re: frustration with database size