On Mon, Sep 12, 2016 at 01:11:11PM +0200, Poul Kristensen wrote: > Thanks a lot.for links :) > > btw: > > psql \df gives \df gives you list of user functions. you can add more parameters, to limit/extend the list. like: \df pg_* will list all functions (including system one) that start with pg_ \dfS will list all system functions \df+ *xlog* will list all functions (including system) that contain "xlog" in their name, with some additional columns, which include "description" - one line info about the function. Best regards, depesz -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin