Re: Separate Sessions?? (View data <-> Query tool)
От
Dave Page
Тема
Re: Separate Sessions?? (View data <-> Query tool)
Дата
Msg-id
937d27e10811251205k65418b5esc9398343aea59ffb@mail.gmail.com
Ответ на
Separate Sessions?? (View data <-> Query tool) (Csaba Együd)
Список
Дерево обсуждения
Separate Sessions?? (View data <-> Query tool) Csaba Együd <csegyud@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) "Dave Page" <dpage@pgadmin.org>
Re: Separate Sessions?? (View data <-> Query tool) Csaba Együd <csegyud@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) "Dave Page" <dpage@pgadmin.org>
Re: Separate Sessions?? (View data <-> Query tool) Csaba Együd <csegyud@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) "Dave Page" <dpage@pgadmin.org>
Re: Separate Sessions?? (View data <-> Query tool) Csaba Együd <csegyud@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) "Willy-Bas Loos" <willybas@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) Csaba Együd <csegyud@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) "Willy-Bas Loos" <willybas@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) "Willy-Bas Loos" <willybas@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) "Willy-Bas Loos" <willybas@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) "Dave Page" <dpage@pgadmin.org>
Re: Separate Sessions?? (View data <-> Query tool) "Willy-Bas Loos" <willybas@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) Csaba Együd <csegyud@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) Csaba Együd <csegyud@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) "Willy-Bas Loos" <willybas@gmail.com>
Re: Separate Sessions?? (View data <-> Query tool) Csaba Együd <csegyud@gmail.com>
2008/11/25 Csaba Együd : > Yes, I do use CREATE TEMPORARAY TABLE statement and I know that temp table > lives only during the sessionor transaction. This is what I need. > I meant that I'd like pgAdmin3 to use the same session both in the query > tool and > the view data tool to be able to use the temp table while modifying the data > via view data tool. That's simply not possible. It would blow up extremely quickly - as soon as you set a GUC that the main browser wasn't expecting, or the browser tried to run a query whilst you were (or vice-versa). You could implement some kind of queuing mechanism of course, but that would significantly reduce usability as everything would bottleneck around a single connection. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com
В списке pgadmin-support по дате отправления