"Kevin Grittner" <kgrittn(at)mail(dot)com> writes:
> I've been struggling with two areas:
> - pg_dump sorting for MVs which depend on other MVs
Surely that should fall out automatically given that the dependency is
properly expressed in pg_depend?
If you mean you're trying to get it to cope with circular dependencies
between MVs, it might take some work on the pg_dump side, but plain
ordering shouldn't require new code.
regards, tom lane
In response to
pgsql-hackers by date
| Next: | From: Kevin Grittner | Date: 2013-01-16 16:48:17 |
| Subject: Re: Materialized views WIP patch |
| Previous: | From: Fujii Masao | Date: 2013-01-16 16:13:16 |
| Subject: Re: pg_trgm partial-match |