Support for materialized views

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Support for materialized views
Дата
Msg-id kn35up$o9i$1@ger.gmane.org
обсуждение исходный текст
Список pgsql-jdbc
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.

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Two versions of jdbc driver returns different results
Следующее
От: Július Štroffek
Дата:
Сообщение: DatabaseMetaData.getTables returns lower-case column names