Subject Re: [firebird-support] How to list current DB settings
Author Ivan Prenosil
> BTW, 'gstat -head' lists some but not all of settings
> that we can set with gfix.

Which informations do you miss in gstat ?
It will show you
forced writes,
read only database,
shutdown database,
sweep interval,
reserve flag


Other informations you can get using ISQL:
SHOW DATABASE;

(default character set, database owner, db size, etc.)

Ivan