On Wed, 27 Jul 2005, Josh Berkus wrote:

> b) you can't index a temp table.
> 

jurka# create temp table t (a int);
CREATE
jurka# create index myi on t(a);
CREATE

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to