Re: temp tables problem

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: sconeek(at)gmail(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: temp tables problem
Date: 2006-04-21 20:23:03
Message-ID: 20060421202303.GR49405@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Apr 20, 2006 at 09:21:27PM -0700, sconeek(at)gmail(dot)com wrote:
> just to add on that, there is only one user for the db. so both
> application accesses use the same db username and password. the web app
> automatically logs into the db in with the one username and password
> for both remote and local access.

Users don't matter at all for temp tables. Temp tables are per
*session*, so as soon as you come in from a different connection it's a
different set of temp tables.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Terry Lee Tucker 2006-04-21 20:46:36 Daylight Savings Time
Previous Message Jim C. Nasby 2006-04-21 20:02:17 Re: Setup for large database