~ubuntu-branches/ubuntu/trusty/postgresql-9.3/trusty-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>REINDEX</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REV="MADE"
HREF="mailto:pgsql-docs@postgresql.org"><LINK
REL="HOME"
TITLE="PostgreSQL 9.3.13 Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE="SQL Commands"
HREF="sql-commands.html"><LINK
REL="PREVIOUS"
TITLE="REFRESH MATERIALIZED VIEW"
HREF="sql-refreshmaterializedview.html"><LINK
REL="NEXT"
TITLE="RELEASE SAVEPOINT"
HREF="sql-release-savepoint.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="stylesheet.css"><META
HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=ISO-8859-1"><META
NAME="creation"
CONTENT="2016-05-09T21:13:26"></HEAD
><BODY
CLASS="REFENTRY"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="5"
ALIGN="center"
VALIGN="bottom"
><A
HREF="index.html"
>PostgreSQL 9.3.13 Documentation</A
></TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
TITLE="REFRESH MATERIALIZED VIEW"
HREF="sql-refreshmaterializedview.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="sql-commands.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="60%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="20%"
ALIGN="right"
VALIGN="top"
><A
TITLE="RELEASE SAVEPOINT"
HREF="sql-release-savepoint.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="SQL-REINDEX"
></A
>REINDEX</H1
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN79459"
></A
><H2
>Name</H2
>REINDEX&nbsp;--&nbsp;rebuild indexes</DIV
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN79464"
></A
><H2
>Synopsis</H2
><PRE
CLASS="SYNOPSIS"
>REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <TT
CLASS="REPLACEABLE"
><I
>name</I
></TT
> [ FORCE ]</PRE
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN79467"
></A
><H2
>Description</H2
><P
>   <TT
CLASS="COMMAND"
>REINDEX</TT
> rebuilds an index using the data
   stored in the index's table, replacing the old copy of the index. There are
   several scenarios in which to use <TT
CLASS="COMMAND"
>REINDEX</TT
>:

   <P
></P
></P><UL
><LI
><P
>      An index has become corrupted, and no longer contains valid
      data. Although in theory this should never happen, in
      practice indexes can become corrupted due to software bugs or
      hardware failures.  <TT
CLASS="COMMAND"
>REINDEX</TT
> provides a
      recovery method.
     </P
></LI
><LI
><P
>      An index has become <SPAN
CLASS="QUOTE"
>"bloated"</SPAN
>, that is it contains many
      empty or nearly-empty pages.  This can occur with B-tree indexes in
      <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> under certain uncommon access
      patterns. <TT
CLASS="COMMAND"
>REINDEX</TT
> provides a way to reduce
      the space consumption of the index by writing a new version of
      the index without the dead pages. See <A
HREF="routine-reindex.html"
>Section 23.2</A
> for more information.
     </P
></LI
><LI
><P
>      You have altered a storage parameter (such as fillfactor)
      for an index, and wish to ensure that the change has taken full effect.
     </P
></LI
><LI
><P
>      An index build with the <TT
CLASS="LITERAL"
>CONCURRENTLY</TT
> option failed, leaving
      an <SPAN
CLASS="QUOTE"
>"invalid"</SPAN
> index. Such indexes are useless but it can be
      convenient to use <TT
CLASS="COMMAND"
>REINDEX</TT
> to rebuild them. Note that
      <TT
CLASS="COMMAND"
>REINDEX</TT
> will not perform a concurrent build. To build the
      index without interfering with production you should drop the index and
      reissue the <TT
CLASS="COMMAND"
>CREATE INDEX CONCURRENTLY</TT
> command.
     </P
></LI
></UL
><P></P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN79491"
></A
><H2
>Parameters</H2
><P
></P
><DIV
CLASS="VARIABLELIST"
><DL
><DT
><TT
CLASS="LITERAL"
>INDEX</TT
></DT
><DD
><P
>      Recreate the specified index.
     </P
></DD
><DT
><TT
CLASS="LITERAL"
>TABLE</TT
></DT
><DD
><P
>      Recreate all indexes of the specified table.  If the table has a
      secondary <SPAN
CLASS="QUOTE"
>"TOAST"</SPAN
> table, that is reindexed as well.
     </P
></DD
><DT
><TT
CLASS="LITERAL"
>DATABASE</TT
></DT
><DD
><P
>      Recreate all indexes within the current database.
      Indexes on shared system catalogs are also processed.
      This form of <TT
CLASS="COMMAND"
>REINDEX</TT
> cannot be executed inside a
      transaction block.
     </P
></DD
><DT
><TT
CLASS="LITERAL"
>SYSTEM</TT
></DT
><DD
><P
>      Recreate all indexes on system catalogs within the current database.
      Indexes on shared system catalogs are included.
      Indexes on user tables are not processed.
      This form of <TT
CLASS="COMMAND"
>REINDEX</TT
> cannot be executed inside a
      transaction block.
     </P
></DD
><DT
><TT
CLASS="REPLACEABLE"
><I
>name</I
></TT
></DT
><DD
><P
>      The name of the specific index, table, or database to be
      reindexed.  Index and table names can be schema-qualified.
      Presently, <TT
CLASS="COMMAND"
>REINDEX DATABASE</TT
> and <TT
CLASS="COMMAND"
>REINDEX SYSTEM</TT
>
      can only reindex the current database, so their parameter must match
      the current database's name.
     </P
></DD
><DT
><TT
CLASS="LITERAL"
>FORCE</TT
></DT
><DD
><P
>      This is an obsolete option; it is ignored if specified.
     </P
></DD
></DL
></DIV
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN79529"
></A
><H2
>Notes</H2
><P
>   If you suspect corruption of an index on a user table, you can
   simply rebuild that index, or all indexes on the table, using
   <TT
CLASS="COMMAND"
>REINDEX INDEX</TT
> or <TT
CLASS="COMMAND"
>REINDEX TABLE</TT
>.
  </P
><P
>   Things are more difficult if you need to recover from corruption of
   an index on a system table.  In this case it's important for the
   system to not have used any of the suspect indexes itself.
   (Indeed, in this sort of scenario you might find that server
   processes are crashing immediately at start-up, due to reliance on
   the corrupted indexes.)  To recover safely, the server must be started
   with the <TT
CLASS="OPTION"
>-P</TT
> option, which prevents it from using
   indexes for system catalog lookups.
  </P
><P
>   One way to do this is to shut down the server and start a single-user
   <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> server
   with the <TT
CLASS="OPTION"
>-P</TT
> option included on its command line.
   Then, <TT
CLASS="COMMAND"
>REINDEX DATABASE</TT
>, <TT
CLASS="COMMAND"
>REINDEX SYSTEM</TT
>,
   <TT
CLASS="COMMAND"
>REINDEX TABLE</TT
>, or <TT
CLASS="COMMAND"
>REINDEX INDEX</TT
> can be
   issued, depending on how much you want to reconstruct.  If in
   doubt, use <TT
CLASS="COMMAND"
>REINDEX SYSTEM</TT
> to select
   reconstruction of all system indexes in the database.  Then quit
   the single-user server session and restart the regular server.
   See the <A
HREF="app-postgres.html"
><SPAN
CLASS="APPLICATION"
>postgres</SPAN
></A
> reference page for more
   information about how to interact with the single-user server
   interface.
  </P
><P
>   Alternatively, a regular server session can be started with
   <TT
CLASS="OPTION"
>-P</TT
> included in its command line options.
   The method for doing this varies across clients, but in all
   <SPAN
CLASS="APPLICATION"
>libpq</SPAN
>-based clients, it is possible to set
   the <TT
CLASS="ENVAR"
>PGOPTIONS</TT
> environment variable to <TT
CLASS="LITERAL"
>-P</TT
>
   before starting the client.  Note that while this method does not
   require locking out other clients, it might still be wise to prevent
   other users from connecting to the damaged database until repairs
   have been completed.
  </P
><P
>   <TT
CLASS="COMMAND"
>REINDEX</TT
> is similar to a drop and recreate of the index
   in that the index contents are rebuilt from scratch.  However, the locking
   considerations are rather different.  <TT
CLASS="COMMAND"
>REINDEX</TT
> locks out writes
   but not reads of the index's parent table.  It also takes an exclusive lock
   on the specific index being processed, which will block reads that attempt
   to use that index.  In contrast, <TT
CLASS="COMMAND"
>DROP INDEX</TT
> momentarily takes
   an exclusive lock on the parent table, blocking both writes and reads.  The
   subsequent <TT
CLASS="COMMAND"
>CREATE INDEX</TT
> locks out writes but not reads; since
   the index is not there, no read will attempt to use it, meaning that there
   will be no blocking but reads might be forced into expensive sequential
   scans.
  </P
><P
>   Reindexing a single index or table requires being the owner of that
   index or table.  Reindexing a database requires being the owner of
   the database (note that the owner can therefore rebuild indexes of
   tables owned by other users).  Of course, superusers can always
   reindex anything.
  </P
><P
>   Prior to <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> 8.1, <TT
CLASS="COMMAND"
>REINDEX
   DATABASE</TT
> processed only system indexes, not all indexes as one would
   expect from the name.  This has been changed to reduce the surprise
   factor.  The old behavior is available as <TT
CLASS="COMMAND"
>REINDEX SYSTEM</TT
>.
  </P
><P
>   Prior to <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> 7.4, <TT
CLASS="COMMAND"
>REINDEX
   TABLE</TT
> did not automatically process TOAST tables, and so those had
   to be reindexed by separate commands.  This is still possible, but
   redundant.
  </P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN79563"
></A
><H2
>Examples</H2
><P
>   Rebuild a single index:

</P><PRE
CLASS="PROGRAMLISTING"
>REINDEX INDEX my_index;</PRE
><P>
  </P
><P
>   Rebuild all the indexes on the table <TT
CLASS="LITERAL"
>my_table</TT
>:

</P><PRE
CLASS="PROGRAMLISTING"
>REINDEX TABLE my_table;</PRE
><P>
  </P
><P
>   Rebuild all indexes in a particular database, without trusting the
   system indexes to be valid already:

</P><PRE
CLASS="PROGRAMLISTING"
>$ <KBD
CLASS="USERINPUT"
>export PGOPTIONS="-P"</KBD
>
$ <KBD
CLASS="USERINPUT"
>psql broken_db</KBD
>
...
broken_db=&gt; REINDEX DATABASE broken_db;
broken_db=&gt; \q</PRE
><P></P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN79574"
></A
><H2
>Compatibility</H2
><P
>   There is no <TT
CLASS="COMMAND"
>REINDEX</TT
> command in the SQL standard.
  </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="sql-refreshmaterializedview.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="sql-release-savepoint.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>REFRESH MATERIALIZED VIEW</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="sql-commands.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>RELEASE SAVEPOINT</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>