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

2011-06-17 Thread Thom Brown
2010/7/12 Kevin Grittner kevin.gritt...@wicourts.gov: Pavel Barošbaro...@seznam.cz 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

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šbaro...@seznam.cz: 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

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šbaro...@seznam.cz: 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

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

2010-07-12 Thread Kevin Grittner
Pavel Barošbaro...@seznam.cz 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

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

2010-07-09 Thread Robert Haas
2010/7/8 Pavel Baroš baro...@seznam.cz: 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