8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

Correction of example

This commit is contained in:
hvlad 2009-11-16 14:32:19 +00:00
parent 7af3731b58
commit 9e4b2fd1fa
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ b) Trace all connections of given user to database mydatabase.fdb
Log executed INSERT, UPDATE and DELETE statements, nested calls to procedures
and triggers and show corresponding PLAN's and performance statistics.
<database mydatabase.fdb>
<database %[\\/]mydatabase.fdb>
enabled true
include_filter (.*)(INSERT|UPDATE|DELETE)(.*)
log_statement_finish true

View File

@ -145,7 +145,7 @@
#
# Enable logging for my_database.fdb in any folder
#
<database my_database.fdb>
<database %[\\/]my_database.fdb>
enabled true
</database>