Re: SHOW

From: bpalmer <bpalmer(at)crimelabs(dot)net>
To: Doug McNaught <doug(at)wireboard(dot)com>
Cc: <sb(at)ows(dot)es>, Joe Conway <joseph(dot)conway(at)home(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: SHOW
Date: 2001-09-04 19:12:17
Message-ID: Pine.BSO.4.33.0109041511260.10465-100000@mizer.crimelabs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The easy answer:

> > > Start up psql with the -E on the command line. Then do \d TABLE. This will
> > > show you the actual SQL commands used by psql.

select relname from pg_class where relname not like 'pg_%%';

- Brandon

----------------------------------------------------------------------------
b. palmer, bpalmer(at)crimelabs(dot)net pgp:crimelabs.net/bpalmer.pgp5

In response to

  • Re: SHOW at 2001-09-04 14:35:07 from Doug McNaught

Browse pgsql-general by date

  From Date Subject
Next Message Mitch Vincent 2001-09-04 19:13:25 Re: Index usage question
Previous Message Norbert Zoltan Toth 2001-09-04 18:52:56 Re: Index usage question