postgresql-java (fwd) - Mailing list pgsql-hackers

From sergiy grigoriev
Subject postgresql-java (fwd)
Date
Msg-id Pine.LNX.4.21.0008220703200.608-100000@localhost.localdomain
Whole thread Raw
List pgsql-hackers

---------- Forwarded message ----------
Date: Mon, 21 Aug 2000 18:33:39 +0300 (EEST)
From: sergiy grigoriev <serg@localhost.localdomain>
To: pgsql-questions@postgresql.org
Subject: postgresql-java (fwd)



    Hi !While developing a Java GUI front-end to Postgresql I've faced the
next problem:
I want my program to  1. list all the available tables in the database                     2. Show the structure of the
chosentable.1.The first task is OK,it can easily be done by inspecting  the PG_TABLES2. Please tell me how can I
determinethe structure of the table(field names and types) using Postgres JDBC Driver in order to
 
complete the second task.
Thank you in advance for your reply. 





pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: postmaster locking issues
Next
From: Tatsuo Ishii
Date:
Subject: Re: Re: LIKE gripes