Up to [parser3project] / sql / pgsql
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Current tag: pgsql_release_10_0
- autocommit=0 not equal WithoutDefaultTransaction=1. first one make 1 connect == 1 transaction. second -- disable begin/commit/rollback at all - call commit after query execution if autocommit option wasn't disabled - much less calls for PQftype - no more transcode calls for number/date types