[Bizgres-general] Re: [PERFORM] faster INSERT with possible

Kris Jurka books at ejurka.com
Wed Jul 27 18:28:44 GMT 2005



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


More information about the Bizgres-general mailing list