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

From Darren Ferguson
Subject Re: Internal functions(?)
Date
Msg-id Pine.LNX.4.10.10201221604470.15042-100000@thread.crystalballinc.com
Whole thread Raw
In response to Internal functions(?)  (Devrim GUNDUZ <devrim@oper.metu.edu.tr>)
List 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 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
>


pgsql-general by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Internal functions(?)
Next
From: Bruce Momjian
Date:
Subject: Re: Internal functions(?)