Subject Re: [firebird-support] Firebird 2.5 maximum length for each type of identifier
Author Roberto Carlos
This are the limits for PostgreSQL:
http://www.postgresql.org/docs/9.0/interactive/sql-syntax-lexical.html)
http://pgdocptbr.sourceforge.net/pg80/infoschema-sql-sizing.html#AEN34757

And here for Microsoft SQL Server:
http://msdn.microsoft.com/pt-br/library/ms143432.aspx

Where can I find this kind of information for Firebird 2.5?

Thanks,

Roberto



Em 10/11/2010 23:37, Roberto Carlos < rc.1990@... > escreveu:




The following table describes the MySQL 5.5 maximum length for each type of identifier. It was taken from http://dev.mysql.com/doc/refman/5.5/en/identifiers.html

Identifier Maximum Length (characters)
Database 64
Table 64
Column 64
Index 64
Constraint 64
Stored Procedure or Function 64
Trigger 64
View 64
Event 64
Tablespace 64
Log File Group 64
Alias 256 (see exception following table)
Compound Statement Label 16

Which would be these limits for Firebird 2.5?

Thanks,

Roberto