\df PATTERN, what pattern?

From: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
To: pgsql-general(at)postgresql(dot)org
Subject: \df PATTERN, what pattern?
Date: 2003-07-23 08:50:53
Message-ID: 3F1E4C6D.8090509@mega-bucks.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The consoled help says that the useage for \df is \df [PATTERN]. What is
the pattern matching on? How does one use the pattern?

I have tried "patterns" (function name, data type, schema name) but none
matched anything ...

Also how does one get a listing of all functions? A \df gives me:

"trigger" | public | pot_documents_duplicate_check
|
"trigger" | public | pot_hostnames_duplicate_check
|
"trigger" | public |
pot_operating_systems_duplicate_check |
"trigger" | public | pot_referers_duplicate_check
|
"trigger" | public |
pot_user_agents_duplicate_check |

I see all the triggers I have defined but not the functions that those
triggers use or any other functions I have created ...

Thanks,

Jean-Christian Imbeault

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Thomas 2003-07-23 08:51:37 Re: pg_dump problem
Previous Message Kaarel 2003-07-23 08:45:30 Re: dump_all/restore times?