Is a table temporary

From: "Walker, Jed S" <Jed_Walker(at)cable(dot)comcast(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Is a table temporary
Date: 2005-09-15 19:53:24
Message-ID: F7638DABBEBB4A4CB70616DE2B19E6B825F706@COENGEXCMB01.cable.comcast.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Is there a way to determine if a table is temporary. Currently I have a
cursor that goes through pg_class for all tables and views owned by a
particular owner, but I need to exclude temporary tables. How can I do
this?

Thanks,

Jed

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Morgan Kita 2005-09-15 19:57:24 problem with pg_dump and subsequent restoration.
Previous Message george young 2005-09-15 17:30:13 Re: How to do mass upload