Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → CREATE DATABASE |
Available in: DSQL, ESQL
Syntax (partial):
CREATE {DATABASE | SCHEMA} ... [PAGE_SIZE [=]<size>
] ... [DIFFERENCE FILE 'filepath
']<size>
::= 1024 | 2048 | 4096 | 8192 | 16384
Changed in: 1.0
Description: The maximum database page size has been raised from 8192 to 16384 bytes.
Added in: 2.0
Description: For a full description of this parameter, see ALTER DATABASE :: ADD DIFFERENCE FILE.
Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → CREATE DATABASE |