diff --git a/reference/session_pgsql/reference.xml b/reference/session_pgsql/reference.xml index 75c5d08bef..1311ead047 100644 --- a/reference/session_pgsql/reference.xml +++ b/reference/session_pgsql/reference.xml @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ This module provides an additional session save handler for the session - module using PostgreSQLPostgreSQL as a - storage system. A user session save handler may be - used ((session_set_save_handler, but this module is - written in C. Therefore, this module could be twice as fast, compared to + module using PostgreSQL as a + storage system. A user-level session storage function may + also be used - session_set_save_handler, but this module is + written in C and therefore could be twice as fast, compared to a session save handler written in PHP.