How to obtain the list of data table name only

From: sunny076(at)yahoo(dot)com
To: pgsql-sql(at)postgresql(dot)org
Subject: How to obtain the list of data table name only
Date: 2005-07-14 22:24:42
Message-ID: 1121379882.854728.128920@z14g2000cwz.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I am wondering if anyone can tell me how I can obtain only the list of
data table in postgresql without function and other ancillary tables. I
hope that I can add a tag that can filter only data table.

I am using the following SQL Statement:

"SELECT TABLE_NAME, TABLE_TYPE FROM INFORMATION_SCHEMA.TABLES"

I would appreciate if anyone can enligten me on how this can be
achieve.

Sunny

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Gnanavel S 2005-07-15 06:43:36 Re: Help With complex join
Previous Message spinto 2005-07-14 21:34:02 Help With complex join