On 01/08/15 18:27, Dimitry Sibiryakov wrote: > Hello, All. > > What were supposed to be tables/views with system flag > 1? >
From jrd/constants.h: //***************************************** // System flag meaning - mainly Firebird. //***************************************** enum fb_sysflag { fb_sysflag_user = 0, fb_sysflag_system = 1, fb_sysflag_qli = 2, fb_sysflag_check_constraint = 3, fb_sysflag_referential_constraint = 4, fb_sysflag_view_check = 5, fb_sysflag_identity_generator = 6 }; ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel