Subject Is SYSDBA cast in stone?
Author rajsubramani
Two questions, really:

1. Can I create an fdb file (for FB1.5) where DB Owner is other than
SYSDBA (if yes, is the significant characters restricted to 6).

2. Does firebird 1.5 support triggers on columns:

at the moment for table foo:
CREATE TRIGGER FooTrigger for Foo ACTIVE BEFORE INSERT AS

for column bar on table foo can I say something like:
CREATE TRIGGER FooTrigger for bar of Foo ACTIVE BEFORE INSERT AS


Cheers
-raj