On Thu, Apr 30, 2015 at 8:39 PM, Robert Haas <[email protected]> wrote: > On Thu, Apr 30, 2015 at 6:37 AM, Sawada Masahiko <[email protected]> > wrote: >> Attached v10 patch is latest version patch. >> The syntax is, >> REINDEX { INDEX | ... } name [ WITH ] [ VERBOSE ] >> >> That is, WITH clause is optional. > > I thought we agreed on moving this earlier in the command: > > http://www.postgresql.org/message-id/[email protected] >
Oh, I see.
Attached patch is modified syntax as
REINDEX [VERBOSE] { INDEX | ... } name
Thought?
Regards,
-------
Sawada Masahiko
000_reindex_verbose_v11.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
