From: | Darren Ferguson <darren(at)crystalballinc(dot)com> |
---|---|
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 21:05:52 |
Message-ID: | Pine.LNX.4.10.10201221604470.15042-100000@thread.crystalballinc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
You can in psql interface type \df
This will give you a list of all the functions that postgres supports
This includes parameter list and return variable
Also includes any stored procedures that you may have written
Hope this helps
Darren
Darren Ferguson
On Tue, 22 Jan 2002, 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?
>
> Regards, and best wishes,
>
> --
>
> Devrim GNDZ
>
> devrim(at)oper(dot)metu(dot)edu(dot)tr
> devrim(dot)gunduz(at)linux(dot)org(dot)tr
> devrimg(at)tr(dot)net
>
> Phone : +90-535-328-9594 (cellular)-
> Phone : +90-312-295-9595 (work)
> Phone : +90-312-286-5906 (home)
>
> Web : http://devrim.oper.metu.edu.tr
> ------------------------------------------------------------------
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-01-22 21:26:34 | Re: Internal functions(?) |
Previous Message | Vivek Khera | 2002-01-22 21:04:45 | Re: frustration with database size <long> |