Re: [SQL] Question about schema

From: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
To: dbms dbms <dbmss(at)yahoo(dot)com>, reina(at)nsi(dot)edu, "pgsql-questions(at)postgresql(dot)org" <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] Question about schema
Date: 1998-11-25 01:49:48
Message-ID: 365B623C.2B03BB2E@nsi.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

If you just want to know what your table looks like, try:

select * from pg_class;

To just get the class names, try select relname from pg_class;

I'm pretty sure that you can execute this from psql c-commands.

-Tony

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Vadim Mikheev 1998-11-25 03:26:42 Re: [HACKERS] Re: [SQL] cursor and update + view
Previous Message dbms dbms 1998-11-25 01:20:36 Question about schema