Re: Postgresql commands to display all functions and process/connections based on a database.

From: sklassen(at)commandprompt(dot)com
To: ying_lu(at)encs(dot)concordia(dot)ca
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql commands to display all functions and process/connections based on a database.
Date: 2004-10-01 16:49:23
Message-ID: 20041001094923.A24761@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

* ying_lu(at)encs(dot)concordia(dot)ca <ying_lu(at)encs(dot)concordia(dot)ca> [2004-09-28 17:28:25 -0400]:

> . List all functions have been defined (e.g., defined through
> pg/sql) within a database

SELECT proname FROM pg_proc JOIN pg_language ON (pg_proc.prolang =
pg_language.oid) WHERE pg_language.lanname = 'plpgsql';

--
Steven Klassen - Lead Programmer
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Replication & Support Services, (503) 667-4564

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ashok...... 2004-10-01 17:01:18 Arjunt......
Previous Message Arnau Rebassa 2004-10-01 16:42:33 Random not so random