Re: temp table::persistance problem

From: Keary Suska <hierophant(at)pcisys(dot)net>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: temp table::persistance problem
Date: 2001-09-28 03:05:11
Message-ID: B7D94507.3CBE%hierophant@pcisys.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Do you mean, not deleted "ever" or not when you expect them to be? If you
are using persistent connections in PHP, the table will remain until the
Apache process that possesses the connection is destroyed, or you
specifically destroy the table.

Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"

> From: "Emmanuel SARACCO" <emmanuel(dot)saracco(at)d-interactive(dot)com>
> Organization: Hub.Org Networking Services (http://www.hub.org)
> Reply-To: "Emmanuel SARACCO" <emmanuel(dot)saracco(at)d-interactive(dot)com>
> Date: Tue, 25 Sep 2001 16:14:56 +0200
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] temp table::persistance problem
>
> hi,
>
> I have big problem with temp tables on a v7.1... sometime they are not
> deleted!
> what can happened?
> those temporaries tables are created in stored procedures who are called in
> php.
>
> any idea?
>
> thanks, by
>
> please, reply on esaracco(at)noos(dot)fr and esaracco(at)aspasia(dot)fr
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Mascari 2001-09-28 03:13:08 Re: Double Quoting Table Names????
Previous Message John Clark Naldoza y Lopez 2001-09-28 01:43:27 Re: New To PostgreSQL