Обсуждение: Support for materialized views

Поиск
Список
Период
Сортировка

Support for materialized views

От
Thomas Kellerer
Дата:
Hi,

I noticed that there is no change in the master repository yet regarding the upcoming materialized views in 9.3

As far as I can tell, the change is quite small, please see the attached patch.

I changed the code for AbstractJdbc2DatabaseMetaData in two places:

1) in the getTables() method, the CASE statement that determines the type of a table

2) the static initializer for the tableTypeClauses map.
    I am not sure if that should be dynamic though and only be added if connected to a 9.3 server


Regards
Thomas

P.S.: I'm not really used to creating patches, so please forgive me if the context information is incorrect in the
file.

Вложения