Re: create temp table in rule

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ron Peterson <rpeterso(at)mtholyoke(dot)edu>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: create temp table in rule
Date: 2006-04-18 19:53:09
Message-ID: 18465.1145389989@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Ron Peterson <rpeterso(at)mtholyoke(dot)edu> writes:
> Is it possible to create a temporary table within a rule?

No, sorry. From memory, rules only allow SELECT/INSERT/UPDATE/DELETE
plus NOTIFY (and there are restrictions on the latter).

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message gurkan 2006-04-18 20:39:35 Complex Informix OUTER
Previous Message Tom Lane 2006-04-18 19:49:28 Re: Looking for some help with cascading updates...