Re: Global temporary table - schema - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Global temporary table - schema
Date
Msg-id AANLkTilsYB7xb_rOE0H4Vgd6_vLqoQkj-eVuHQQLqOpb@mail.gmail.com
Whole thread Raw
In response to Global temporary table - schema  (Ravi Katkar <Ravi.Katkar@infor.com>)
List pgsql-general
2010/6/24 Ravi Katkar <Ravi.Katkar@infor.com>:
> Hi List,
>
>
>
> When I have created Global temporary table its created under/in PG_temp_1
> schema by default,
>
> When tried to specify the schema name explicitly its throwing below error
>
>
>
> ERROR:  temporary tables cannot specify a schema name
>
>
>
> I wanted to create a Global temporary table in public or the schema I wish.
>
>
>
> Any ideas?

PostgreSQL doesn't support global temporary tables yet.

Regards

Pavel Stehule
>
>
>
> Thanks in advance.
>
>
>
>
>
> -- Ravi Katkar

pgsql-general by date:

Previous
From: Ravi Katkar
Date:
Subject: Global temporary table - schema
Next
From: Craig Ringer
Date:
Subject: Re: The case of PostgreSQL on NFS Server