Re: lifetime of temp schema versus compiled image of plpgsql proc

From: "Dennis" <pg-user(at)calico-consulting(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: postgres SQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: lifetime of temp schema versus compiled image of plpgsql proc
Date: 2004-04-22 21:32:13
Message-ID: courier.408839DD.00000F33@wolverine.lercnetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Bruce Momjian writes:

>
> There is an FAQ item on this --- use EXECUTE.

So I should be using EXECUTE for all access to the temp tables? ie inserts,
and selects (in this case). Should I use execute for the table creation?

Dennis

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Janning Vygen 2004-04-22 22:59:13 Is there an easy way to normalize-space with given string functions
Previous Message Glenn MacGregor 2004-04-22 21:23:15 Cascade delete question