8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Correction

This commit is contained in:
asfernandes 2008-06-10 16:46:55 +00:00
parent 60db53c113
commit 19006521ae

View File

@ -274,7 +274,7 @@ Monitoring tables
6) Enumerate all session-level context variables for the current connection:
SELECT VAR.MON$VARIABLE_NAME, VAR.MON$VARIABLE_VALUE
FROM MON$VARIABLES VAR
FROM MON$CONTEXT_VARIABLES VAR
WHERE VAR.MON$ATTACHMENT_ID = CURRENT_CONNECTION
7) Report top 10 statements ranted by their memory usage: