On Sun, Nov 2, 2008 at 7:40 PM, Martin Gainty <mgainty@xxxxxxxxxxx> wrote: > does anyone know if postgres support 'refresh' of applicable index(es) of a > materialized view on refresh? Postgresql has no built in support for materialized views. If you follow the excellent tutorial on how to make your own, you window up creating real tables to hold the data, and any indexes you create on those tables will be dynamically updated when the materialized view is updated. -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general