Re: postgresql-java (fwd)

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: sergiy grigoriev <grygoriev(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgresql-java (fwd)
Date: 2000-08-22 06:44:10
Message-ID: 39A2213A.5B21561@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 1. list all the available tables in the database
> 2. Show the structure of the chosen table.

You might want to inspect the code for psql to see how this is done.
"\d" and "\d tablename" seem to do what you want.

- Thomas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-08-22 06:57:51 Re: LIKE gripes (and charset docs)
Previous Message Tatsuo Ishii 2000-08-22 06:35:50 Re: Re: LIKE gripes