Tables view?

From: "Walker, Jed S" <IMCEAEX-_O=COMCAST_OU=WEST+20DIVISION_CN=RECIPIENTS_CN=JWALKE1078E(at)cable(dot)comcast(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Tables view?
Date: 2005-08-03 20:24:23
Message-ID: 4A59B6AA01F1874283EA66C976ED51FC4663FE@COENGEXCMB01.cable.comcast.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have a need to select out all tables that are not temporary. Currently
I'm pulling this from pg_class but I can't find a way to identify
temporary tables. I found the "tables" view listed in the documentation
but when I do "select * from tables" as the user that owns the tables
I'm interested in, I get "relation "tables" does not exist". I also get
this when logged in as postgres.

What do I need to do to see this table, or select only permanent tables
from pg_class?

Thanks,

Jed.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2005-08-03 21:12:49 Re: boolean or int2
Previous Message John J. Urbaniak 2005-08-03 20:09:06 Re: Vacuum with Views