Re: postgres session termination

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: postgres session termination
Дата
Msg-id 41FE4E98.8090303@magproductions.nl
обсуждение исходный текст
Ответ на Re: postgres session termination  (John DeSoi <desoi@pgedit.com>)
Ответы Re: postgres session termination  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список pgsql-general
John DeSoi wrote:
> I think there are much better ways to do this. If the result set is
> large, the user could be waiting a very long time. Two possibilities are
> (1) use a cursor or (2) use limit and offset in your select statement
> grab only the rows you need to display.

Someone correct me if I'm wrong, but I don't think PHP supports cursors
(Maybe PHP 5?).

Otherwise, that would have been a neat solution indeed.

--
Alban Hertroys
MAG Productions

T: +31(0)53 4346874
F: +31(0)53 4346876
E: alban@magproductions.nl
W: http://www.magproductions.nl

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

Предыдущее
От: Sven Willenberger
Дата:
Сообщение: Re: Howto determin the number of elemnts of an array
Следующее
От: Sven Willenberger
Дата:
Сообщение: Dereferencing a 2-dimensional array in plpgsql