Skip to content

Commit 9f5f7f5

Browse files
committed
Some missed pieces in docs.Some missed pieces in docs.
1 parent 2db2b7b commit 9f5f7f5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

doc/README.monitoring_tables

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Monitoring tables
8787
- MON$FILE_ID (unique filesystem-level ID)
8888
- MON$NEXT_ATTACHMENT (next attachment number)
8989
- MON$NEXT_STATEMENT (next statement number)
90+
- MON$REPLICA_MODE (Replica mode of the database)
9091

9192
MON$ATTACHMENTS (connected attachments)
9293
- MON$ATTACHMENT_ID (attachment ID)
@@ -119,6 +120,8 @@ Monitoring tables
119120
- MON$WIRE_COMPRESSED (wire compression enabled/disabled)
120121
- MON$WIRE_ENCRYPTED (wire encryption enabled/disabled)
121122
- MON$WIRE_CRYPT_PLUGIN (name of wire encryption plugin)
123+
- MON$SESSION_TIMEZONE (time zone of attachment)
124+
- MON$PARALLEL_WORKERS (number of parallel workes that could be used by attachment)
122125

123126
MON$TRANSACTIONS (started transactions)
124127
- MON$TRANSACTION_ID (transaction ID)
@@ -158,6 +161,7 @@ Monitoring tables
158161
- MON$EXPLAINED_PLAN (explained query plan)
159162
- MON$STATEMENT_TIMEOUT (statement timeout)
160163
- MON$STATEMENT_TIMER (statement timer expiration time)
164+
- MON$COMPILED_STATEMENT_ID (compiled statement ID)
161165

162166
MON$CALL_STACK (call stack of active PSQL requests)
163167
- MON$CALL_ID (call ID)
@@ -170,6 +174,7 @@ Monitoring tables
170174
- MON$SOURCE_COLUMN (SQL source column number)
171175
- MON$STAT_ID (statistics ID)
172176
- MON$PACKAGE_NAME (PSQL object package name)
177+
- MON$COMPILED_STATEMENT_ID (compiled statement ID)
173178

174179
MON$IO_STATS (I/O statistics)
175180
- MON$STAT_ID (statistics ID)

doc/sql.extensions/README.context_variables2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ Usage:
143143
DECFLOAT_TRAPS | Exceptional conditions in operations with DECFLOAT
144144
| values that cause a trap.
145145
|
146+
PARALLEL_WORKERS | Number of parallel workes that could be used by attachment.
147+
|
146148
PAGES_ALLOCATED | Current value of allocated pages in the database.
147149
|
148150
PAGES_USED | Current value of allocated pages in the database.

0 commit comments

Comments
 (0)