From 57d768f062d07eb779588709353b139c2e87846e Mon Sep 17 00:00:00 2001 From: hvlad Date: Sun, 23 Sep 2018 17:20:02 +0300 Subject: [PATCH] Fixed typos, thanks to Adriano --- doc/sql.extensions/README.builtin_functions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sql.extensions/README.builtin_functions.txt b/doc/sql.extensions/README.builtin_functions.txt index 7c06f9c284..798bde8eba 100644 --- a/doc/sql.extensions/README.builtin_functions.txt +++ b/doc/sql.extensions/README.builtin_functions.txt @@ -743,7 +743,7 @@ Function: Note, engine internally uses unsigned 8-byte integer for commit numbers, while SQL language have no unsigned integers, thus one should be ready to see negative numbers here (it is possible only if engine commits more - than 2^32 transactions since last database start, as global commit number + than 2^63 transactions since last database start, as global commit number is reset at each restart). There are some "special" values used for non-committed transactions and @@ -757,7 +757,7 @@ Function: See also README.read_consistency.md Format: - RDB$SYSTEM_PRIVILEGE( ) + RDB$GET_TRANSACTION_CN( ) Examples: select rdb$get_transaction_cn(current_transaction) from rdb$database;