postgresql/src/include/commands
Fujii Masao ecd222e770 Support VERBOSE option in REINDEX command.
When this option is specified, a progress report is printed as each index
is reindexed.

Per discussion, we agreed on the following syntax for the extensibility of
the options.

    REINDEX (flexible options) { INDEX | ... } name

Sawada Masahiko.
Reviewed by Robert Haas, Fabrízio Mello, Alvaro Herrera, Kyotaro Horiguchi,
Jim Nasby and me.

Discussion: CAD21AoA0pK3YcOZAFzMae+2fcc3oGp5zoRggDyMNg5zoaWDhdQ@mail.gmail.com
2015-05-15 20:09:57 +09:00
..
alter.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
async.h Introduce and use infrastructure for interrupt processing during client reads. 2015-02-03 22:25:20 +01:00
cluster.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
collationcmds.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
comment.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
conversioncmds.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
copy.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
createas.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
dbcommands.h Move WAL-related definitions from dbcommands.h to separate header file. 2015-03-09 15:50:49 +02:00
dbcommands_xlog.h Move WAL-related definitions from dbcommands.h to separate header file. 2015-03-09 15:50:49 +02:00
defrem.h Support VERBOSE option in REINDEX command. 2015-05-15 20:09:57 +09:00
discard.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
event_trigger.h Allow on-the-fly capture of DDL event details 2015-05-11 19:14:31 -03:00
explain.h Rearrange explain.c's API so callers need not embed sizeof(ExplainState). 2015-01-15 13:39:33 -05:00
extension.h Allow on-the-fly capture of DDL event details 2015-05-11 19:14:31 -03:00
lockcmds.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
matview.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
policy.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
portalcmds.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
prepare.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
proclang.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
schemacmds.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
seclabel.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
sequence.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
tablecmds.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
tablespace.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
trigger.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
typecmds.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
user.h Allow CURRENT/SESSION_USER to be used in certain commands 2015-03-09 15:41:54 -03:00
vacuum.h Separate block sampling functions 2015-05-15 04:02:54 +02:00
variable.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
view.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00