2010/7/12 Kevin Grittner :
> Pavel Baroš wrote:
>> Dne 9.7.2010 21:33, Robert Haas napsal(a):
>
>>> Please add your patch here, so that it will be reviewed during
>>> the about-to-begin CommitFest.
>>>
>>> https://commitfest.postgresql.org/action/commitfest_view/open
>>>
>>
>> OK, but will you help
Pavel Baroš wrote:
> Dne 9.7.2010 21:33, Robert Haas napsal(a):
>> Please add your patch here, so that it will be reviewed during
>> the about-to-begin CommitFest.
>>
>> https://commitfest.postgresql.org/action/commitfest_view/open
>>
>
> OK, but will you help me with that form? Do you think I c
Dne 9.7.2010 21:33, Robert Haas napsal(a):
2010/7/8 Pavel Baroš:
Description of patch:
1) can create MV, and is created uninitialized with data
CREATE MATERIALIZED VIEW mvname AS SELECT ...
This doesn't seem acceptable. It should populate it on creation.
Yes, it would be better, in addi
Dne 9.7.2010 21:33, Robert Haas napsal(a):
2010/7/8 Pavel Baroš:
Description of patch:
1) can create MV, and is created uninitialized with data
CREATE MATERIALIZED VIEW mvname AS SELECT ...
This doesn't seem acceptable. It should populate it on creation.
Yes, it would be better, in addi
2010/7/8 Pavel Baroš :
> Description of patch:
> 1) can create MV, and is created uninitialized with data
> CREATE MATERIALIZED VIEW mvname AS SELECT ...
This doesn't seem acceptable. It should populate it on creation.
> 2) can refresh MV
> ALTER MATERIALIZED VIEW mvname REFRESH
>
> 3) MV ca