Subject Re: [firebird-support] Pack a GDB
Author Ann W. Harrison
At 09:23 AM 11/23/2004, Chad Z. Hower aka Kudzu wrote:

>I have a GDB that during debugging has grown quite a bit. It contains nearly
>no data though and I want to compact it. I know you have to back it and
>restore it to do this? Are there any quick utilitys just to point it at a
>gdb and have it do this all for me?

Since you don't care about the old database, use the -g switch
on gbak and avoid spending time garbage collecting something you're
going to throw away.


Regards,


Ann