Re: Internal functions(?)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Devrim GUNDUZ <devrim(at)oper(dot)metu(dot)edu(dot)tr>
Cc: PostgreSQL Mailing Lists-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Internal functions(?)
Date: 2002-01-22 20:54:55
Message-ID: 200201222054.g0MKst408624@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vivek Khera 2002-01-22 21:04:45 Re: frustration with database size <long>
Previous Message Andrew Gould 2002-01-22 20:34:04 Re: A question about permissions