Subject RE: [firebird-support] Re: Drop Generator
Author Alan McDonald
> --- In firebird-support@yahoogroups.com, "adele_leroux"
> <adele.leroux@k...> wrote:
> > How do you drop a generator? Is it possible? I have tried DROP
> > GENERATOR GeneratorName... doesn't work. What am i doing wrong?
>
> try delete from RDB$GENERATORS where RDB$GENERATOR_NAME = 'MY_GEN'
>
> cheers,
> Terry
>

that's pretty dangerous since there is no check for dependencies when you do
it that way.
If drop generator is not working I would imagine that it's because there are
dependencies which need to be dropped first
Alan