Re: Global Temp Table

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Global Temp Table
Date: 2010-02-25 09:32:27
Message-ID: 20100225093227.GF16792@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to Shameem Ahamed :
> Hi,
>
> I want to create a global temp table in database, which can be
> accessed from any session to the database. Is it possible ?.

No.

>
> I tried with create global temp table , but the table created exist
> only in that specific session. No other session is able to access the
> table.
>
> How can i sort it out ?.

Use a regular table instead.

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Sergio Borgonovo 2010-02-25 10:30:39 Re: C function to create tsquery not working
Previous Message Stefan Schwarzer 2010-02-25 09:28:42 Re: SELECT only those values of table B which have a value in table A