From: | Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp> |
---|---|
To: | Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> |
Cc: | Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>, michael(at)paquier(dot)xyz, thomas(dot)munro(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org, takuma(dot)hoshiai(at)gmail(dot)com, amitlangote09(at)gmail(dot)com, alvherre(at)2ndquadrant(dot)com, kgrittn(at)gmail(dot)com |
Subject: | Re: Implementing Incremental View Maintenance |
Date: | 2020-10-01 05:06:27 |
Message-ID: | 20201001140627.1f8fafe595f545e026d110c6@sraoss.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, 1 Oct 2020 13:43:49 +0900
Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> wrote:
> When I glanced the doc patch (i.e., 0012), I found some typos.
Thank you for your pointing out typos! I'll fix it.
>
> + <command>CRATE INCREMENTAL MATERIALIZED VIEW</command>, for example:
>
> Typo: CRATE should be CREATE ?
>
> + with <literal>__ivm_</literal> and they contains information required
>
> Typo: contains should be contain ?
>
> + For exmaple, here are two materialized views based on the same view
>
> Typo: exmaple should be example ?
>
> + maintenance can be lager than <command>REFRESH MATERIALIZED VIEW</command>
>
> Typo: lager should be larger ?
>
> +postgres=# SELECt * FROM m; -- automatically updated
>
> Typo: SELECt should be SELECT ?
>
> Regards,
>
> --
> Fujii Masao
> Advanced Computing Technology Center
> Research and Development Headquarters
> NTT DATA CORPORATION
--
Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2020-10-01 05:07:17 | Re: Online checksums verification in the backend |
Previous Message | Michael Paquier | 2020-10-01 04:51:57 | Re: Manager for commit fest 2020-09 |