Skip to content

Commit c18ce57

Browse files
committed
Fix documentation.
1 parent 0e6b394 commit c18ce57

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Diff for: doc/sql.extensions/README.schemas.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ create table SCHEMA1.TABLE1 (id DOMAIN1);
146146

147147
set search_path to SCHEMA2, SCHEMA1;
148148
-- Error: even if SCHEMA1 is in the search path, TABLE2 is bound to SCHEMA2,
149-
-- so DOMAIN1 is searched in SCHEMA2 and SYSTEM schemas
149+
-- so DOMAIN1 is searched only in SCHEMA2 schema
150150
create table TABLE2 (id DOMAIN1);
151151

152152
set search_path to SYSTEM;
@@ -451,7 +451,7 @@ process.
451451
#### Options
452452

453453
`gbak` now includes the `-INCLUDE_SCHEMA_D(ATA)` and `-SKIP_SCHEMA_D(ATA)` switches, which complement the previously
454-
existing `-INCLUDE_SCHEMA` and `-SKIP_SCHEMA` options. If `-INCLUDE_SCHEMA_D(ATA)` is not specified, all schemas are
454+
existing `-INCLUDE_DATA` and `-SKIP_DATA` options. If `-INCLUDE_SCHEMA_D(ATA)` is not specified, all schemas are
455455
included by default. Likewise, if `-SKIP_SCHEMA_D(ATA)` is not provided, no schemas are skipped.
456456

457457
Example:
@@ -643,9 +643,3 @@ It should also be possible to downgrade databases with multiple user schemas, as
643643
the same name do not exist in multiple schemas.
644644

645645
This documentation will be updated once these changes are implemented.
646-
647-
## Limitations
648-
649-
DPB and TPB parameters cannot be greater than 255 bytes. That imposes a limit for usage of multiple schemas in
650-
`isc_dpb_search_path` or fully qualified names with multi-byte characters in `isc_dpb_lc_ctype` and
651-
`isc_dpb_set_db_charset`.

0 commit comments

Comments
 (0)