From 9f5f7f5a58d9f4994a2dc7b7ecd57be6a7c8d563 Mon Sep 17 00:00:00 2001 From: Vlad Khorsun Date: Sat, 5 Oct 2024 23:40:25 +0300 Subject: [PATCH] Some missed pieces in docs.Some missed pieces in docs. --- doc/README.monitoring_tables | 5 +++++ doc/sql.extensions/README.context_variables2 | 2 ++ 2 files changed, 7 insertions(+) diff --git a/doc/README.monitoring_tables b/doc/README.monitoring_tables index e0457fa94e..fe3394c2d3 100644 --- a/doc/README.monitoring_tables +++ b/doc/README.monitoring_tables @@ -87,6 +87,7 @@ Monitoring tables - MON$FILE_ID (unique filesystem-level ID) - MON$NEXT_ATTACHMENT (next attachment number) - MON$NEXT_STATEMENT (next statement number) + - MON$REPLICA_MODE (Replica mode of the database) MON$ATTACHMENTS (connected attachments) - MON$ATTACHMENT_ID (attachment ID) @@ -119,6 +120,8 @@ Monitoring tables - MON$WIRE_COMPRESSED (wire compression enabled/disabled) - MON$WIRE_ENCRYPTED (wire encryption enabled/disabled) - MON$WIRE_CRYPT_PLUGIN (name of wire encryption plugin) + - MON$SESSION_TIMEZONE (time zone of attachment) + - MON$PARALLEL_WORKERS (number of parallel workes that could be used by attachment) MON$TRANSACTIONS (started transactions) - MON$TRANSACTION_ID (transaction ID) @@ -158,6 +161,7 @@ Monitoring tables - MON$EXPLAINED_PLAN (explained query plan) - MON$STATEMENT_TIMEOUT (statement timeout) - MON$STATEMENT_TIMER (statement timer expiration time) + - MON$COMPILED_STATEMENT_ID (compiled statement ID) MON$CALL_STACK (call stack of active PSQL requests) - MON$CALL_ID (call ID) @@ -170,6 +174,7 @@ Monitoring tables - MON$SOURCE_COLUMN (SQL source column number) - MON$STAT_ID (statistics ID) - MON$PACKAGE_NAME (PSQL object package name) + - MON$COMPILED_STATEMENT_ID (compiled statement ID) MON$IO_STATS (I/O statistics) - MON$STAT_ID (statistics ID) diff --git a/doc/sql.extensions/README.context_variables2 b/doc/sql.extensions/README.context_variables2 index da589760c8..a17e6d7cc7 100644 --- a/doc/sql.extensions/README.context_variables2 +++ b/doc/sql.extensions/README.context_variables2 @@ -143,6 +143,8 @@ Usage: DECFLOAT_TRAPS | Exceptional conditions in operations with DECFLOAT | values that cause a trap. | + PARALLEL_WORKERS | Number of parallel workes that could be used by attachment. + | PAGES_ALLOCATED | Current value of allocated pages in the database. | PAGES_USED | Current value of allocated pages in the database.