showing tables and columns

From: Mir Shafiqul Islam <mislam(at)corp(dot)earthlink(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: showing tables and columns
Date: 2002-09-26 20:08:26
Message-ID: 3D93693A.2070406@corp.earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Is there a way to construct a SQL statement to retrieve all the tables
and also columns information ?

I know, using \d from psql shows the table and \d tablename will show
the columns but that does not work from within jdbc.

Thanks
Mir

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mir Shafiqul Islam 2002-09-26 20:16:08 showing table and columns
Previous Message Vernon Wu 2002-09-26 15:47:31 Re: Is the JDBC driver i18n compatible?