diff -Nru Firebird-2.1.2.18118-0/doc/sql.extensions/README.expression_indices Firebird-2.1.2.18118-0/doc/sql.extensions-gil/README.expression_indices --- Firebird-2.1.2.18118-0/doc/sql.extensions/README.expression_indices 2005-01-28 15:07:11.000000000 +0100 +++ Firebird-2.1.2.18118-0/doc/sql.extensions-gil/README.expression_indices 2009-05-12 20:31:04.000000000 +0200 @@ -19,7 +19,7 @@ Example(s): 1. CREATE INDEX IDX1 ON T1 COMPUTED BY ( UPPER(COL1 COLLATE PXW_CYRL) ); - SELECT * FROM T1 WHERE UPPER(COL1 COLLATE PXW_CYRL) = 'ÔÛÂÀ' + SELECT * FROM T1 WHERE UPPER(COL1 COLLATE PXW_CYRL) = '' -- PLAN (T1 INDEX (IDX1)) 2. CREATE INDEX IDX2 ON T2 COMPUTED BY ( EXTRACT(YEAR FROM COL2) || EXTRACT(MONTH FROM COL2) ); SELECT * FROM T2 ORDER BY EXTRACT(YEAR FROM COL2) || EXTRACT(MONTH FROM COL2) diff -Nru Firebird-2.1.2.18118-0/doc/sql.extensions/README.global_temporary_tables Firebird-2.1.2.18118-0/doc/sql.extensions-gil/README.global_temporary_tables --- Firebird-2.1.2.18118-0/doc/sql.extensions/README.global_temporary_tables 2007-03-15 10:35:57.000000000 +0100 +++ Firebird-2.1.2.18118-0/doc/sql.extensions-gil/README.global_temporary_tables 2009-05-12 20:29:49.000000000 +0200 @@ -67,11 +67,12 @@ garbage collection of deleted record versions. DELETE triggers are not fired in this case. - Data and index pages of all of the GTT’s instances are placed in separate temporary -file’s. Each connection has its own temporary file created when this connection -first referenced some GTT. Also these temporary files are always opened with “Forced -Writes = OFF” setting despite of database setting. + Data and index pages of all of the GTTs instances are placed in separate temporary +files. Each connection has its own temporary file created when this connection +first referenced some GTT. Also these temporary files are always opened with "Forced +Writes = OFF" setting despite of database setting. + There's no limit on number of GTT instances. If you have N transactions -active simultaneously and each transaction has referenced some GTT then you’ll -have N GTT’s instances. +active simultaneously and each transaction has referenced some GTT then you'll +have N GTTs instances. \ No newline at end of file