Re: Internal functions(?)

Поиск
Список
Период
Сортировка
От Darren Ferguson
Тема Re: Internal functions(?)
Дата
Msg-id Pine.LNX.4.10.10201221604470.15042-100000@thread.crystalballinc.com
обсуждение исходный текст
Ответ на Internal functions(?)  (Devrim GUNDUZ <devrim@oper.metu.edu.tr>)
Список 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 по дате отправления:

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Internal functions(?)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Internal functions(?)