Re: [PATCH] Improve documentation of REINDEX options

2019-12-17 Thread Michael Paquier
On Tue, Dec 17, 2019 at 10:23:51AM +0100, Josef Šimánek wrote: > For me this is the default way how to reindex whole table manually in psql > since you get some "progress". Anyway I can remove it if you don't see any > benefit in extending this example. I have thought more about this one through t

Re: [PATCH] Improve documentation of REINDEX options

2019-12-17 Thread Josef Šimánek
út 17. 12. 2019 v 6:36 odesílatel Michael Paquier napsal: > On Fri, Dec 13, 2019 at 10:28:33AM +0100, Josef Šimánek wrote: > > I have prepared patch to improve documentation for REINDEX. It > > should be more inline with another documentation pages. > > > > You can see the change applied in attac

Re: [PATCH] Improve documentation of REINDEX options

2019-12-17 Thread Josef Šimánek
út 17. 12. 2019 v 6:36 odesílatel Michael Paquier napsal: > On Fri, Dec 13, 2019 at 10:28:33AM +0100, Josef Šimánek wrote: > > I have prepared patch to improve documentation for REINDEX. It > > should be more inline with another documentation pages. > > > > You can see the change applied in attac

Re: [PATCH] Improve documentation of REINDEX options

2019-12-16 Thread Michael Paquier
On Fri, Dec 13, 2019 at 10:28:33AM +0100, Josef Šimánek wrote: > I have prepared patch to improve documentation for REINDEX. It > should be more inline with another documentation pages. > > You can see the change applied in attached file. Patch can be found at > https://github.com/simi/postgres/pu