added comments to PostgreSQLQueryResult::get_value_from_result():
* in the future we can use single row mode:
* https://www.postgresql.org/docs/10/libpq-single-row-mode.html
*
* or just cursors from database:
* https://www.postgresql.org/docs/current/sql-fetch.html
|