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 G�ND�Z
>
> devrim@oper.metu.edu.tr
> devrim.gunduz@linux.org.tr
> devrimg@tr.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
>