Re: SHOW - Mailing list pgsql-general

From bpalmer
Subject Re: SHOW
Date
Msg-id Pine.BSO.4.33.0109041511260.10465-100000@mizer.crimelabs.net
Whole thread Raw
In response to Re: SHOW  (Doug McNaught <doug@wireboard.com>)
List 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@crimelabs.net            pgp:crimelabs.net/bpalmer.pgp5


pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: urgently wanted - plpgsql.so for pg 6.4.2
Next
From: "Mitch Vincent"
Date:
Subject: Re: Index usage question