How to list ALL PostgreSQL functions?

From: Poul Kristensen <bcc5226(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: How to list ALL PostgreSQL functions?
Date: 2016-09-12 10:25:23
Message-ID: CAAOuvVqoDPW=jysJOjXZLc8yLsHSa=QDpnLLTqYMYiK+yE=QRg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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?

Thanks

Poul

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Vladimir Borodin 2016-09-12 10:31:24 Re: How to list ALL PostgreSQL functions?
Previous Message Gunnar "Nick" Bluth 2016-09-11 19:58:52 Re: Index bloat? Try pgindexrebuild, a production friendly index debloater