Is there some Data Dictionary tool or feature in Firebird?
Yes, there is. All database objects are stored in system tables (names starting with RDB$) and almost all of those tables have RDB$DESCRIPTION field, which is a textual BLOB field, so you can put unlimited amount of text there.
Most GUI administration tools give you a way to easily edit those description fields (for example, each properties page in FlameRobin shows those descriptions by default). There is also a specialized freeware tool called IBDesc that is also able to print nice reports about entire database: tables with fields and descriptions.
Do you find this FAQ incorrect or incomplete? Please e-mail us what
needs to be changed. To ensure quality, each change is checked by our editors (and often tested on live Firebird
databases), before it enters the main FAQ database. If you desire so, the
changes will be credited to your name. To learn more, visit our add content page.
All contents are copyright © 2007-2024 FirebirdFAQ.org unless otherwise stated in the text.