Обсуждение: pgsql: Add: > * Add RESET CONNECTION command to reset all session state

Поиск
Список
Период
Сортировка

pgsql: Add: > * Add RESET CONNECTION command to reset all session state

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Add:

> * Add RESET CONNECTION command to reset all session state
329a331,334
>   This would include resetting of all variables (RESET ALL), dropping of
>   all temporary tables, removal of any NOTIFYs, etc.  This could be used
>   for connection pooling.  We could also change RESET ALL to have this
>   functionality.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1361 -> r1.1362)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1361&r2=1.1362)