How to find a temporary table

Started by Emil Rachovskyabout 20 years ago3 messagesgeneral
Jump to latest
#1Emil Rachovsky
zsevgymko@yahoo.com

Hi,
I am using PostgreSQL 8.1.0 . How can I find a temp
table from my session, having the name of the table?
Can anyone show me what query should I execute? I've
tried some things but I receive mixed results of
tables from different sessions, which is strange.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

#2Pandurangan R S
pandurangan.r.s@gmail.com
In reply to: Emil Rachovsky (#1)
Re: How to find a temporary table

http://archives.postgresql.org/pgsql-general/2006-01/msg01259.php

Show quoted text

On 1/27/06, Emil Rachovsky <zsevgymko@yahoo.com> wrote:

Hi,
I am using PostgreSQL 8.1.0 . How can I find a temp
table from my session, having the name of the table?
Can anyone show me what query should I execute? I've
tried some things but I receive mixed results of
tables from different sessions, which is strange.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

#3Mario Splivalo
mario.splivalo@mobart.hr
In reply to: Emil Rachovsky (#1)
Re: How to find a temporary table

On Fri, 2006-01-27 at 04:48 -0800, Emil Rachovsky wrote:

Hi,
I am using PostgreSQL 8.1.0 . How can I find a temp
table from my session, having the name of the table?
Can anyone show me what query should I execute? I've
tried some things but I receive mixed results of
tables from different sessions, which is strange.

What do you mean by 'temp table from your session'?

How did you create the temp table in the first place?

Mario