| Firebird Documentation Index → Firebird 2.5 Language Reference → System Tables → RDB$PAGES |
![]() |
RDB$PAGES stores and maintains information about database pages and their usage.
| Column Name | Data Type | Description |
|---|---|---|
| RDB$PAGE_NUMBER | INTEGER | The unique number of a physically created database page |
| RDB$RELATION_ID | SMALLINT | The identifier of the table to which the page is allocated |
| RDB$PAGE_SEQUENCE | INTEGER | The number of the page in the sequence of all pages allocated to this table |
| RDB$PAGE_TYPE | SMALLINT | Indicates the page type (data, index, BLOB, etc.). For system use |
| Firebird Documentation Index → Firebird 2.5 Language Reference → System Tables → RDB$PAGES |