Re: [HACKERS] - GSoC - snapshot materialized view (work-in-progress) patch

2011-06-17 Thread Thom Brown
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

Re: [HACKERS] - GSoC - snapshot materialized view (work-in-progress) patch

2010-07-12 Thread 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 me with that form? Do you think I c

Re: [HACKERS] - GSoC - snapshot materialized view (work-in-progress) patch

2010-07-12 Thread Pavel Baroš
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

Re: [HACKERS] - GSoC - snapshot materialized view (work-in-progress) patch

2010-07-12 Thread Pavel Baroš
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

Re: [HACKERS] - GSoC - snapshot materialized view (work-in-progress) patch

2010-07-09 Thread Robert Haas
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