SQL - Mailing list pgsql-novice

From brew@theMode.com
Subject SQL
Date
Msg-id Pine.BSF.4.44.0211131108100.87890-100000@themode.com
Whole thread Raw
In response to Re: SQL  (evertcarton@netscape.net (Evert Carton))
List pgsql-novice
> Creating the temp table is the easy part ... ;-)
>
> create temp table mytable (...);

If I create a temp table and destroy it a few seconds later I understand
that it is specific to each individual user.  Is there a danger if the
user is apache and two people can be asking apache to run the same script
at the same time?  Is that two users or two instances of the same user
that could collide?

brew


pgsql-novice by date:

Previous
From: "Devinder K Rajput"
Date:
Subject: Re: SQL statement to copy a result set to create
Next
From: "Chris Boget"
Date:
Subject: Describe a table