mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:03:03 +01:00
Fix mistype in CORE-5538 documentation
This commit is contained in:
parent
6600de0f94
commit
46102b6084
@ -1,4 +1,4 @@
|
||||
In Firebird 4.0 a new switch was added to gbak: -INCLUDE(_DATA).
|
||||
In Firebird 4.0 a new switch was added to gbak: -INCLUDE(_DATA).
|
||||
|
||||
It takes one parameter which is "similar like" pattern matching
|
||||
table names in a case-insensitive way.
|
||||
@ -15,5 +15,5 @@ a table is following:
|
||||
+-----------+------------+------------+------------+
|
||||
| NOT SET | included | included | excluded |
|
||||
| MATCH | excluded | excluded | excluded |
|
||||
| NOT MATCH | excluded | included | excluded |
|
||||
| NOT MATCH | included | included | excluded |
|
||||
+-----------+------------+------------+------------+
|
||||
|
Loading…
Reference in New Issue
Block a user