Subject Re: [firebird-support] Re: The only user
Author Ivan Prenosil
> Generators won't overflow regardless of how you declare your fields.
> But if you declare your field as an integer, as Helen pointed out you
> are (hopefully) going to get an overflow exception to prevent the
> insert.

AFAIR, this thread was about creating lots of temporary tables.
Since relation-id in system tables is Smallint, the problems will arise
much sooner than even any integer value will overflow :-)

Ivan