Firebird Documentation IndexFirebird 1.5 Language Ref. UpdateDDL statements → CREATE GENERATOR
Firebird Home Firebird Home Prev: CREATE DOMAINFirebird Documentation IndexUp: DDL statementsNext: CREATE INDEX

CREATE GENERATOR

Table of Contents

Maximum number of generators significantly raised

Tip

Find a more recent version at Firebird 5.0 Language Reference: SEQUENCE (GENERATOR)

Available in: DSQL, ESQL

Maximum number of generators significantly raised

Changed in: 1.0

Description: InterBase reserved only one database page for generators, limiting the total number to 123 (on 1K pages) – 1019 (on 8K pages). Firebird has done away with that limit; you can now create more than 32,000 generators per database.

Prev: CREATE DOMAINFirebird Documentation IndexUp: DDL statementsNext: CREATE INDEX
Firebird Documentation IndexFirebird 1.5 Language Ref. UpdateDDL statements → CREATE GENERATOR