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

« back to all changes in this revision

Viewing changes to doc/src/sgml/man1/reindexdb.1

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2016-03-31 11:04:53 UTC
  • mfrom: (1.1.11) (18.1.4 trusty-security)
  • Revision ID: package-import@ubuntu.com-20160331110453-h6xfs9f11suj3mze
Tags: 9.3.12-0ubuntu0.14.04
* New upstream bug fix release. (LP: #1564268)
  - See http://www.postgresql.org/about/news/1656/ for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'\" t
2
2
.\"     Title: reindexdb
3
3
.\"    Author: The PostgreSQL Global Development Group
4
 
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
 
.\"      Date: 2015
6
 
.\"    Manual: PostgreSQL 9.3.9 Documentation
7
 
.\"    Source: PostgreSQL 9.3.9
 
4
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
 
5
.\"      Date: 2016
 
6
.\"    Manual: PostgreSQL 9.3.12 Documentation
 
7
.\"    Source: PostgreSQL 9.3.12
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "REINDEXDB" "1" "2015" "PostgreSQL 9.3.9" "PostgreSQL 9.3.9 Documentation"
 
10
.TH "REINDEXDB" "1" "2016" "PostgreSQL 9.3.12" "PostgreSQL 9.3.12 Documentation"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
39
39
\fBreindexdb\fR [\fIconnection\-option\fR...] \fB\-\-system\fR | \fB\-s\fR  [\fIdbname\fR]
40
40
.SH "DESCRIPTION"
41
41
.PP
42
 
 
43
42
reindexdb
44
43
is a utility for rebuilding indexes in a
45
44
PostgreSQL
46
45
database\&.
47
46
.PP
48
 
 
49
47
reindexdb
50
48
is a wrapper around the SQL command
51
49
\fBREINDEX\fR(7)\&. There is no effective difference between reindexing databases via this utility and via other methods for accessing the server\&.
52
50
.SH "OPTIONS"
53
51
.PP
54
 
 
55
52
reindexdb
56
53
accepts the following command\-line arguments:
57
54
.PP
118
115
command line arguments, and exit\&.
119
116
.RE
120
117
.PP
121
 
 
122
118
reindexdb
123
119
also accepts the following command\-line arguments for connection parameters:
124
120
.PP
191
187
front\-end library will apply\&.
192
188
.SH "NOTES"
193
189
.PP
194
 
 
195
190
reindexdb
196
191
might need to connect several times to the
197
192
PostgreSQL