How to get the all tables, triggers, fuctions available in my database

From: Jignesh Shah <jignesh(dot)shah1980(at)gmail(dot)com>
To: postgresql novice <pgsql-novice(at)postgresql(dot)org>
Subject: How to get the all tables, triggers, fuctions available in my database
Date: 2009-08-22 12:44:25
Message-ID: c11950270908220544n4ad7c0a1mdefa32578e8edeb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

I have connected to my databade "mydb". I want to check how many tables
triggers, fuctions available in this database. What commands I should use
for this? Is there any system table that PostgreSQL maintains to which I can
query for this?

Thanks,
Jignesh

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Wojtek 2009-08-22 12:52:15 Re: How to get the all tables, triggers, fuctions available in my database
Previous Message Joshua Tolley 2009-08-22 04:55:37 Re: Group By Statement - how to display fields not in the statement?