Re: I know part of the function name, how I can search for it from the CLI

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-admin(at)postgresql(dot)org>,"bilal ghayyad" <bilmar_gh(at)yahoo(dot)com>
Subject: Re: I know part of the function name, how I can search for it from the CLI
Date: 2009-08-18 14:00:25
Message-ID: 4A8A6DA90200002500029C10@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

bilal ghayyad <bilmar_gh(at)yahoo(dot)com> wrote:

> I know part of the function name "get_registration_auth" (this part
> of its name) while its name might be
> "voipdb_get_registration_auth_gnugk", how can I search for the
> functions that its name contain "get_registration_auth"?

>From within psql you can type:

\df *get_registration_auth*

> Also if I donot know if "get_registration_auth" if a function or
> view or store procedure, but I am sure there is a table or function
> or view or store procedure which contain this name, so how can I
> find it?

I would probably just do \d and \df for it.

> - By the way: Does Postgresql has GUI? How to get it?

This is a frequently asked question. Follow the link from the FAQ:

http://wiki.postgresql.org/wiki/FAQ#Does_PostgreSQL_have_a_graphical_user_interface.3F

It might not hurt to scan the FAQ to help you get started.

-Kevin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message james bardin 2009-08-18 15:27:40 Warm standby with 8.1
Previous Message Kenneth Marshall 2009-08-18 13:42:32 Re: select max(parent_table) slow