showing table and columns

From: Mir Shafiqul Islam <mislam(at)mindspring(dot)com>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: showing table and columns
Date: 2002-09-26 20:16:08
Message-ID: 3D936B08.3060007@mindspring.com
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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Daniel Serodio 2002-09-26 20:34:17 Re: showing table and columns
Previous Message Mir Shafiqul Islam 2002-09-26 20:08:26 showing tables and columns