Postgresql wildcards to search functions

Go To StackoverFlow.com

0

Is there a way in Postgresql to call \ef or \df on a function or table name with wildcards. An example of the way I think it would work is \ef fn_%some%get%function%

This way I could find functions even if I only know part of the table or function name. Thanks for the help!

2012-04-04 18:49
by kel_ff0080


2

Yes you can use wildcards, this is explained in detail in the manual:

http://www.postgresql.org/docs/current/static/app-psql.html#APP-PSQL-PATTERNS

2012-04-04 19:19
by a_horse_with_no_name
Ads