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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026