temporary table

From: Szymon Guz <mabewlun(at)gmail(dot)com>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: temporary table
Date: 2010-04-01 20:44:06
Message-ID: v2he4edc9361004011344taaa09d8en4c3526a8e7be0b00@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I want to create a temp table in a trigger... but this must be created max
once for each transaction. I'd like to check in the trigger if the table
exists.
How can I check if a table is a temporary table?

regards
Szymon Guz

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Bex 2010-04-01 20:56:04 Re: Array value syntax and escaping
Previous Message Tom Lane 2010-04-01 20:37:23 Re: Array value syntax and escaping