persistent db connections in PHP

Поиск
Список
Период
Сортировка
От lawpoop@gmail.com
Тема persistent db connections in PHP
Дата
Msg-id 1181919144.454711.224360@u2g2000hsc.googlegroups.com
обсуждение исходный текст
Ответы Re: persistent db connections in PHP  (PFC <lists@peufeu.com>)
Список pgsql-general
Hello all!

I'm working on a PHP site using Postgres as a back-end. I have an
include at the top of each page that runs the pg_connect function.

I'm implementing some temporary tables, which I understand are
destroyed automatically at the end of the session. It seems to me that
when I navigate to a new page, or re-load my existing page, I lose my
temporary tables. Is this because I am creating a new session at the
beginning of each page with my pg_connect include?

Also, are temporary tables globally visible, or only within that
session? I mean, can one user see another user's temporary tables?


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Allison
Дата:
Сообщение: Re: Using the GPU
Следующее
От: "Rhys Stewart"
Дата:
Сообщение: help with function