Subject | Re: [firebird-support] How to list current DB settings |
---|---|
Author | Ivan Prenosil |
Post date | 2006-11-27T11:30:18Z |
> BTW, 'gstat -head' lists some but not all of settingsWhich informations do you miss in gstat ?
> that we can set with gfix.
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