Re: How to list ALL PostgreSQL functions?

From: Vladimir Borodin <root(at)simply(dot)name>
To: Poul Kristensen <bcc5226(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: How to list ALL PostgreSQL functions?
Date: 2016-09-12 10:31:24
Message-ID: 38EB733C-FDF1-4644-ACC9-49D0CA125F79@simply.name
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


> 12 сент. 2016 г., в 13:25, Poul Kristensen <bcc5226(at)gmail(dot)com> написал(а):
>
>
> Hi !
>
> How do I get an overview of all functions in the PG api
>
> e.g. :
>
> posgres=# SELECT pg_last_xlog_receive_location();
>
> postgres=# SELECT pg_current_xlog_location();
>
> In my opinion it is not obvious how to list all pg_* functions.
>
> Can anyone help?

\df pg_* in psql?

>
> Thanks
>
> Poul
>
>
>
>
>
>
>
>
>

--
May the force be with you…
https://simply.name

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Poul Kristensen 2016-09-12 10:46:38 Re: How to list ALL PostgreSQL functions?
Previous Message Poul Kristensen 2016-09-12 10:25:23 How to list ALL PostgreSQL functions?