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:
parent
7af3731b58
commit
9e4b2fd1fa
@ -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
|
||||
|
@ -145,7 +145,7 @@
|
||||
#
|
||||
# Enable logging for my_database.fdb in any folder
|
||||
#
|
||||
<database my_database.fdb>
|
||||
<database %[\\/]my_database.fdb>
|
||||
enabled true
|
||||
</database>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user