Standard Solutions with Perl DBI::Pg for results tables

Поиск
Список
Период
Сортировка
От Mr Mat psql-mail
Тема Standard Solutions with Perl DBI::Pg for results tables
Дата
Msg-id E19D6yO-000BGl-00@buckaroo.freeuk.net
обсуждение исходный текст
Ответы Re: Standard Solutions with Perl DBI::Pg for results tables  (Dennis Gearon <gearond@cvc.net>)
Список pgsql-general
I have users doing searches via a web front end.

No authentication is required.

I would like the result of the last search of each user to be stored in
a temporary table to allow for re-ordering, searching within results,
and stepping through results 10 (n) at a time using offset and limit.

Currently I am preforming the search again for each of these - pretty
annoying when it might take 10 minutes to return the results to begin
with!

Is there a standard way of doing this?
I'd thought perhaps session id's and cookies?

Can i specify a lifespan for a temporary table?

Thanks!

Matt


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

Предыдущее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: Database server restarting
Следующее
От: Mr Mat psql-mail
Дата:
Сообщение: Perl DBI::Pg - Stop button