~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to docs/en_US/pg/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Enrici, src/frm/frmBackup.cpp, debian/control
  • Date: 2006-10-06 21:06:48 UTC
  • mfrom: (1.1.3 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061006210648-8ebo8o2zu28ydg0d
Tags: 1.4.3-2
* Patched frmBackup.cpp to ensure the schema is specified when backing up
  individual tables. (Closes: #387256)
  [src/frm/frmBackup.cpp]
* Cleaned up and updated description of the package. (Closes: #379188)
  [debian/control]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
2
<head>
3
3
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4
 
<title>PostgreSQL 8.1.3 Documentation</title>
 
4
<title>PostgreSQL 8.1.4 Documentation</title>
5
5
<link rel="stylesheet" href="stylesheet.css" type="text/css">
6
6
<link rev="made" href="pgsql-docs@postgresql.org">
7
 
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
8
 
<link rel="start" href="index.html" title="PostgreSQL 8.1.3 Documentation">
 
7
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
 
8
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
9
9
<link rel="next" href="preface.html" title="Preface">
 
10
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
10
11
</head>
11
12
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en" id="postgres">
12
13
<div class="titlepage">
13
14
<div>
14
15
<div><h1 class="title">
15
 
<a name="postgres"></a>PostgreSQL 8.1.3 Documentation</h1></div>
 
16
<a name="postgres"></a>PostgreSQL 8.1.4 Documentation</h1></div>
16
17
<div><h3 class="corpauthor">The PostgreSQL Global Development Group</h3></div>
17
18
<div><p class="copyright">Copyright � 1996-2005 The PostgreSQL Global Development Group</p></div>
18
19
<div><a href="ln-legalnotice.html">Legal Notice</a></div>
29
30
<dd><dl>
30
31
<dt><span class="sect2"><a href="history.html#history-berkeley">1.2.1. The Berkeley <span class="productname">POSTGRES</span> Project</a></span></dt>
31
32
<dt><span class="sect2"><a href="history.html#history-postgres95">1.2.2. <span class="productname">Postgres95</span></a></span></dt>
32
 
<dt><span class="sect2"><a href="history.html#id460165">1.2.3. <span class="productname">PostgreSQL</span></a></span></dt>
 
33
<dt><span class="sect2"><a href="history.html#id512764">1.2.3. <span class="productname">PostgreSQL</span></a></span></dt>
33
34
</dl></dd>
34
35
<dt><span class="sect1"><a href="notation.html">1.3. Conventions</a></span></dt>
35
36
<dt><span class="sect1"><a href="resources.html">1.4. Further Information</a></span></dt>
36
37
<dt><span class="sect1"><a href="bug-reporting.html">1.5. Bug Reporting Guidelines</a></span></dt>
37
38
<dd><dl>
38
 
<dt><span class="sect2"><a href="bug-reporting.html#id460558">1.5.1. Identifying Bugs</a></span></dt>
39
 
<dt><span class="sect2"><a href="bug-reporting.html#id486507">1.5.2. What to report</a></span></dt>
40
 
<dt><span class="sect2"><a href="bug-reporting.html#id487006">1.5.3. Where to report bugs</a></span></dt>
 
39
<dt><span class="sect2"><a href="bug-reporting.html#id513156">1.5.1. Identifying Bugs</a></span></dt>
 
40
<dt><span class="sect2"><a href="bug-reporting.html#id556095">1.5.2. What to report</a></span></dt>
 
41
<dt><span class="sect2"><a href="bug-reporting.html#id556590">1.5.3. Where to report bugs</a></span></dt>
41
42
</dl></dd>
42
43
</dl></dd>
43
44
<dt><span class="part"><a href="tutorial.html">I. Tutorial</a></span></dt>
49
50
<dt><span class="sect1"><a href="tutorial-createdb.html">1.3. Creating a Database</a></span></dt>
50
51
<dt><span class="sect1"><a href="tutorial-accessdb.html">1.4. Accessing a Database</a></span></dt>
51
52
</dl></dd>
52
 
<dt><span class="chapter"><a href="tutorial-sql.html">2. The <span class="acronym">SQL</span> Language</a></span></dt>
 
53
<dt><span class="chapter"><a href="tutorial-sql.html">2. The <acronym class="acronym">SQL</acronym> Language</a></span></dt>
53
54
<dd><dl>
54
55
<dt><span class="sect1"><a href="tutorial-sql.html#tutorial-sql-intro">2.1. Introduction</a></span></dt>
55
56
<dt><span class="sect1"><a href="tutorial-concepts.html">2.2. Concepts</a></span></dt>
80
81
<dt><span class="sect2"><a href="sql-syntax.html#sql-syntax-identifiers">4.1.1. Identifiers and Key Words</a></span></dt>
81
82
<dt><span class="sect2"><a href="sql-syntax.html#sql-syntax-constants">4.1.2. Constants</a></span></dt>
82
83
<dt><span class="sect2"><a href="sql-syntax.html#sql-syntax-operators">4.1.3. Operators</a></span></dt>
83
 
<dt><span class="sect2"><a href="sql-syntax.html#id519527">4.1.4. Special Characters</a></span></dt>
 
84
<dt><span class="sect2"><a href="sql-syntax.html#id572121">4.1.4. Special Characters</a></span></dt>
84
85
<dt><span class="sect2"><a href="sql-syntax.html#sql-syntax-comments">4.1.5. Comments</a></span></dt>
85
86
<dt><span class="sect2"><a href="sql-syntax.html#sql-precedence">4.1.6. Lexical Precedence</a></span></dt>
86
87
</dl></dd>
87
88
<dt><span class="sect1"><a href="sql-expressions.html">4.2. Value Expressions</a></span></dt>
88
89
<dd><dl>
89
 
<dt><span class="sect2"><a href="sql-expressions.html#id520364">4.2.1. Column References</a></span></dt>
90
 
<dt><span class="sect2"><a href="sql-expressions.html#id520442">4.2.2. Positional Parameters</a></span></dt>
91
 
<dt><span class="sect2"><a href="sql-expressions.html#id520506">4.2.3. Subscripts</a></span></dt>
92
 
<dt><span class="sect2"><a href="sql-expressions.html#id520598">4.2.4. Field Selection</a></span></dt>
93
 
<dt><span class="sect2"><a href="sql-expressions.html#id520644">4.2.5. Operator Invocations</a></span></dt>
94
 
<dt><span class="sect2"><a href="sql-expressions.html#id520760">4.2.6. Function Calls</a></span></dt>
 
90
<dt><span class="sect2"><a href="sql-expressions.html#id572958">4.2.1. Column References</a></span></dt>
 
91
<dt><span class="sect2"><a href="sql-expressions.html#id573036">4.2.2. Positional Parameters</a></span></dt>
 
92
<dt><span class="sect2"><a href="sql-expressions.html#id573100">4.2.3. Subscripts</a></span></dt>
 
93
<dt><span class="sect2"><a href="sql-expressions.html#id573192">4.2.4. Field Selection</a></span></dt>
 
94
<dt><span class="sect2"><a href="sql-expressions.html#id573238">4.2.5. Operator Invocations</a></span></dt>
 
95
<dt><span class="sect2"><a href="sql-expressions.html#id573353">4.2.6. Function Calls</a></span></dt>
95
96
<dt><span class="sect2"><a href="sql-expressions.html#syntax-aggregates">4.2.7. Aggregate Expressions</a></span></dt>
96
97
<dt><span class="sect2"><a href="sql-expressions.html#sql-syntax-type-casts">4.2.8. Type Casts</a></span></dt>
97
98
<dt><span class="sect2"><a href="sql-expressions.html#sql-syntax-scalar-subqueries">4.2.9. Scalar Subqueries</a></span></dt>
106
107
<dt><span class="sect1"><a href="ddl-default.html">5.2. Default Values</a></span></dt>
107
108
<dt><span class="sect1"><a href="ddl-constraints.html">5.3. Constraints</a></span></dt>
108
109
<dd><dl>
109
 
<dt><span class="sect2"><a href="ddl-constraints.html#id522234">5.3.1. Check Constraints</a></span></dt>
110
 
<dt><span class="sect2"><a href="ddl-constraints.html#id522456">5.3.2. Not-Null Constraints</a></span></dt>
111
 
<dt><span class="sect2"><a href="ddl-constraints.html#id522598">5.3.3. Unique Constraints</a></span></dt>
112
 
<dt><span class="sect2"><a href="ddl-constraints.html#id522709">5.3.4. Primary Keys</a></span></dt>
 
110
<dt><span class="sect2"><a href="ddl-constraints.html#id574819">5.3.1. Check Constraints</a></span></dt>
 
111
<dt><span class="sect2"><a href="ddl-constraints.html#id575041">5.3.2. Not-Null Constraints</a></span></dt>
 
112
<dt><span class="sect2"><a href="ddl-constraints.html#id575183">5.3.3. Unique Constraints</a></span></dt>
 
113
<dt><span class="sect2"><a href="ddl-constraints.html#id575283">5.3.4. Primary Keys</a></span></dt>
113
114
<dt><span class="sect2"><a href="ddl-constraints.html#ddl-constraints-fk">5.3.5. Foreign Keys</a></span></dt>
114
115
</dl></dd>
115
116
<dt><span class="sect1"><a href="ddl-system-columns.html">5.4. System Columns</a></span></dt>
116
117
<dt><span class="sect1"><a href="ddl-alter.html">5.5. Modifying Tables</a></span></dt>
117
118
<dd><dl>
118
 
<dt><span class="sect2"><a href="ddl-alter.html#id523572">5.5.1. Adding a Column</a></span></dt>
119
 
<dt><span class="sect2"><a href="ddl-alter.html#id523636">5.5.2. Removing a Column</a></span></dt>
120
 
<dt><span class="sect2"><a href="ddl-alter.html#id523695">5.5.3. Adding a Constraint</a></span></dt>
121
 
<dt><span class="sect2"><a href="ddl-alter.html#id523740">5.5.4. Removing a Constraint</a></span></dt>
122
 
<dt><span class="sect2"><a href="ddl-alter.html#id523819">5.5.5. Changing a Column's Default Value</a></span></dt>
123
 
<dt><span class="sect2"><a href="ddl-alter.html#id523867">5.5.6. Changing a Column's Data Type</a></span></dt>
124
 
<dt><span class="sect2"><a href="ddl-alter.html#id523918">5.5.7. Renaming a Column</a></span></dt>
125
 
<dt><span class="sect2"><a href="ddl-alter.html#id523941">5.5.8. Renaming a Table</a></span></dt>
 
119
<dt><span class="sect2"><a href="ddl-alter.html#id576140">5.5.1. Adding a Column</a></span></dt>
 
120
<dt><span class="sect2"><a href="ddl-alter.html#id576204">5.5.2. Removing a Column</a></span></dt>
 
121
<dt><span class="sect2"><a href="ddl-alter.html#id576263">5.5.3. Adding a Constraint</a></span></dt>
 
122
<dt><span class="sect2"><a href="ddl-alter.html#id576308">5.5.4. Removing a Constraint</a></span></dt>
 
123
<dt><span class="sect2"><a href="ddl-alter.html#id576387">5.5.5. Changing a Column's Default Value</a></span></dt>
 
124
<dt><span class="sect2"><a href="ddl-alter.html#id576435">5.5.6. Changing a Column's Data Type</a></span></dt>
 
125
<dt><span class="sect2"><a href="ddl-alter.html#id576485">5.5.7. Renaming a Column</a></span></dt>
 
126
<dt><span class="sect2"><a href="ddl-alter.html#id576509">5.5.8. Renaming a Table</a></span></dt>
126
127
</dl></dd>
127
128
<dt><span class="sect1"><a href="ddl-priv.html">5.6. Privileges</a></span></dt>
128
129
<dt><span class="sect1"><a href="ddl-schemas.html">5.7. Schemas</a></span></dt>
193
194
<dt><span class="sect1"><a href="datatype-boolean.html">8.6. Boolean Type</a></span></dt>
194
195
<dt><span class="sect1"><a href="datatype-geometric.html">8.7. Geometric Types</a></span></dt>
195
196
<dd><dl>
196
 
<dt><span class="sect2"><a href="datatype-geometric.html#id537269">8.7.1. Points</a></span></dt>
197
 
<dt><span class="sect2"><a href="datatype-geometric.html#id537317">8.7.2. Line Segments</a></span></dt>
198
 
<dt><span class="sect2"><a href="datatype-geometric.html#id537426">8.7.3. Boxes</a></span></dt>
199
 
<dt><span class="sect2"><a href="datatype-geometric.html#id537537">8.7.4. Paths</a></span></dt>
200
 
<dt><span class="sect2"><a href="datatype-geometric.html#id537672">8.7.5. Polygons</a></span></dt>
201
 
<dt><span class="sect2"><a href="datatype-geometric.html#id537769">8.7.6. Circles</a></span></dt>
 
197
<dt><span class="sect2"><a href="datatype-geometric.html#id589831">8.7.1. Points</a></span></dt>
 
198
<dt><span class="sect2"><a href="datatype-geometric.html#id589880">8.7.2. Line Segments</a></span></dt>
 
199
<dt><span class="sect2"><a href="datatype-geometric.html#id589988">8.7.3. Boxes</a></span></dt>
 
200
<dt><span class="sect2"><a href="datatype-geometric.html#id590100">8.7.4. Paths</a></span></dt>
 
201
<dt><span class="sect2"><a href="datatype-geometric.html#id590235">8.7.5. Polygons</a></span></dt>
 
202
<dt><span class="sect2"><a href="datatype-geometric.html#id590332">8.7.6. Circles</a></span></dt>
202
203
</dl></dd>
203
204
<dt><span class="sect1"><a href="datatype-net-types.html">8.8. Network Address Types</a></span></dt>
204
205
<dd><dl>
210
211
<dt><span class="sect1"><a href="datatype-bit.html">8.9. Bit String Types</a></span></dt>
211
212
<dt><span class="sect1"><a href="arrays.html">8.10. Arrays</a></span></dt>
212
213
<dd><dl>
213
 
<dt><span class="sect2"><a href="arrays.html#id538729">8.10.1. Declaration of Array Types</a></span></dt>
214
 
<dt><span class="sect2"><a href="arrays.html#id538847">8.10.2. Array Value Input</a></span></dt>
215
 
<dt><span class="sect2"><a href="arrays.html#id539056">8.10.3. Accessing Arrays</a></span></dt>
216
 
<dt><span class="sect2"><a href="arrays.html#id539264">8.10.4. Modifying Arrays</a></span></dt>
217
 
<dt><span class="sect2"><a href="arrays.html#id539500">8.10.5. Searching in Arrays</a></span></dt>
218
 
<dt><span class="sect2"><a href="arrays.html#id539556">8.10.6. Array Input and Output Syntax</a></span></dt>
 
214
<dt><span class="sect2"><a href="arrays.html#id591292">8.10.1. Declaration of Array Types</a></span></dt>
 
215
<dt><span class="sect2"><a href="arrays.html#id591410">8.10.2. Array Value Input</a></span></dt>
 
216
<dt><span class="sect2"><a href="arrays.html#id591619">8.10.3. Accessing Arrays</a></span></dt>
 
217
<dt><span class="sect2"><a href="arrays.html#id591827">8.10.4. Modifying Arrays</a></span></dt>
 
218
<dt><span class="sect2"><a href="arrays.html#id592063">8.10.5. Searching in Arrays</a></span></dt>
 
219
<dt><span class="sect2"><a href="arrays.html#id592118">8.10.6. Array Input and Output Syntax</a></span></dt>
219
220
</dl></dd>
220
221
<dt><span class="sect1"><a href="rowtypes.html">8.11. Composite Types</a></span></dt>
221
222
<dd><dl>
222
 
<dt><span class="sect2"><a href="rowtypes.html#id539848">8.11.1. Declaration of Composite Types</a></span></dt>
223
 
<dt><span class="sect2"><a href="rowtypes.html#id539954">8.11.2. Composite Value Input</a></span></dt>
224
 
<dt><span class="sect2"><a href="rowtypes.html#id540083">8.11.3. Accessing Composite Types</a></span></dt>
225
 
<dt><span class="sect2"><a href="rowtypes.html#id540161">8.11.4. Modifying Composite Types</a></span></dt>
226
 
<dt><span class="sect2"><a href="rowtypes.html#id540227">8.11.5. Composite Type Input and Output Syntax</a></span></dt>
 
223
<dt><span class="sect2"><a href="rowtypes.html#id592411">8.11.1. Declaration of Composite Types</a></span></dt>
 
224
<dt><span class="sect2"><a href="rowtypes.html#id592516">8.11.2. Composite Value Input</a></span></dt>
 
225
<dt><span class="sect2"><a href="rowtypes.html#id592645">8.11.3. Accessing Composite Types</a></span></dt>
 
226
<dt><span class="sect2"><a href="rowtypes.html#id592723">8.11.4. Modifying Composite Types</a></span></dt>
 
227
<dt><span class="sect2"><a href="rowtypes.html#id592789">8.11.5. Composite Type Input and Output Syntax</a></span></dt>
227
228
</dl></dd>
228
229
<dt><span class="sect1"><a href="datatype-oid.html">8.12. Object Identifier Types</a></span></dt>
229
230
<dt><span class="sect1"><a href="datatype-pseudo.html">8.13. Pseudo-Types</a></span></dt>
240
241
<dd><dl>
241
242
<dt><span class="sect2"><a href="functions-matching.html#functions-like">9.7.1. <code class="function">LIKE</code></a></span></dt>
242
243
<dt><span class="sect2"><a href="functions-matching.html#functions-similarto-regexp">9.7.2. <code class="function">SIMILAR TO</code> Regular Expressions</a></span></dt>
243
 
<dt><span class="sect2"><a href="functions-matching.html#functions-posix-regexp">9.7.3. <span class="acronym">POSIX</span> Regular Expressions</a></span></dt>
 
244
<dt><span class="sect2"><a href="functions-matching.html#functions-posix-regexp">9.7.3. <acronym class="acronym">POSIX</acronym> Regular Expressions</a></span></dt>
244
245
</dl></dd>
245
246
<dt><span class="sect1"><a href="functions-formatting.html">9.8. Data Type Formatting Functions</a></span></dt>
246
247
<dt><span class="sect1"><a href="functions-datetime.html">9.9. Date/Time Functions and Operators</a></span></dt>
255
256
<dt><span class="sect1"><a href="functions-sequence.html">9.12. Sequence Manipulation Functions</a></span></dt>
256
257
<dt><span class="sect1"><a href="functions-conditional.html">9.13. Conditional Expressions</a></span></dt>
257
258
<dd><dl>
258
 
<dt><span class="sect2"><a href="functions-conditional.html#id565134">9.13.1. <code class="literal">CASE</code></a></span></dt>
259
 
<dt><span class="sect2"><a href="functions-conditional.html#id565369">9.13.2. <code class="literal">COALESCE</code></a></span></dt>
260
 
<dt><span class="sect2"><a href="functions-conditional.html#id565465">9.13.3. <code class="literal">NULLIF</code></a></span></dt>
261
 
<dt><span class="sect2"><a href="functions-conditional.html#id565552">9.13.4. <code class="literal">GREATEST</code> and <code class="literal">LEAST</code></a></span></dt>
 
259
<dt><span class="sect2"><a href="functions-conditional.html#id617688">9.13.1. <code class="literal">CASE</code></a></span></dt>
 
260
<dt><span class="sect2"><a href="functions-conditional.html#id617923">9.13.2. <code class="literal">COALESCE</code></a></span></dt>
 
261
<dt><span class="sect2"><a href="functions-conditional.html#id618019">9.13.3. <code class="literal">NULLIF</code></a></span></dt>
 
262
<dt><span class="sect2"><a href="functions-conditional.html#id618106">9.13.4. <code class="literal">GREATEST</code> and <code class="literal">LEAST</code></a></span></dt>
262
263
</dl></dd>
263
264
<dt><span class="sect1"><a href="functions-array.html">9.14. Array Functions and Operators</a></span></dt>
264
265
<dt><span class="sect1"><a href="functions-aggregate.html">9.15. Aggregate Functions</a></span></dt>
265
266
<dt><span class="sect1"><a href="functions-subquery.html">9.16. Subquery Expressions</a></span></dt>
266
267
<dd><dl>
267
 
<dt><span class="sect2"><a href="functions-subquery.html#id567282">9.16.1. <code class="literal">EXISTS</code></a></span></dt>
268
 
<dt><span class="sect2"><a href="functions-subquery.html#id567407">9.16.2. <code class="literal">IN</code></a></span></dt>
269
 
<dt><span class="sect2"><a href="functions-subquery.html#id567527">9.16.3. <code class="literal">NOT IN</code></a></span></dt>
270
 
<dt><span class="sect2"><a href="functions-subquery.html#id567647">9.16.4. <code class="literal">ANY</code>/<code class="literal">SOME</code></a></span></dt>
271
 
<dt><span class="sect2"><a href="functions-subquery.html#id567853">9.16.5. <code class="literal">ALL</code></a></span></dt>
272
 
<dt><span class="sect2"><a href="functions-subquery.html#id568022">9.16.6. Row-wise Comparison</a></span></dt>
 
268
<dt><span class="sect2"><a href="functions-subquery.html#id619835">9.16.1. <code class="literal">EXISTS</code></a></span></dt>
 
269
<dt><span class="sect2"><a href="functions-subquery.html#id619960">9.16.2. <code class="literal">IN</code></a></span></dt>
 
270
<dt><span class="sect2"><a href="functions-subquery.html#id620072">9.16.3. <code class="literal">NOT IN</code></a></span></dt>
 
271
<dt><span class="sect2"><a href="functions-subquery.html#id620193">9.16.4. <code class="literal">ANY</code>/<code class="literal">SOME</code></a></span></dt>
 
272
<dt><span class="sect2"><a href="functions-subquery.html#id620399">9.16.5. <code class="literal">ALL</code></a></span></dt>
 
273
<dt><span class="sect2"><a href="functions-subquery.html#id620567">9.16.6. Row-wise Comparison</a></span></dt>
273
274
</dl></dd>
274
275
<dt><span class="sect1"><a href="functions-comparisons.html">9.17. Row and Array Comparisons</a></span></dt>
275
276
<dd><dl>
276
 
<dt><span class="sect2"><a href="functions-comparisons.html#id568187">9.17.1. <code class="literal">IN</code></a></span></dt>
277
 
<dt><span class="sect2"><a href="functions-comparisons.html#id568252">9.17.2. <code class="literal">NOT IN</code></a></span></dt>
278
 
<dt><span class="sect2"><a href="functions-comparisons.html#id568347">9.17.3. <code class="literal">ANY</code>/<code class="literal">SOME</code> (array)</a></span></dt>
279
 
<dt><span class="sect2"><a href="functions-comparisons.html#id568427">9.17.4. <code class="literal">ALL</code> (array)</a></span></dt>
280
 
<dt><span class="sect2"><a href="functions-comparisons.html#id568477">9.17.5. Row-wise Comparison</a></span></dt>
 
277
<dt><span class="sect2"><a href="functions-comparisons.html#id620732">9.17.1. <code class="literal">IN</code></a></span></dt>
 
278
<dt><span class="sect2"><a href="functions-comparisons.html#id620797">9.17.2. <code class="literal">NOT IN</code></a></span></dt>
 
279
<dt><span class="sect2"><a href="functions-comparisons.html#id620892">9.17.3. <code class="literal">ANY</code>/<code class="literal">SOME</code> (array)</a></span></dt>
 
280
<dt><span class="sect2"><a href="functions-comparisons.html#id620972">9.17.4. <code class="literal">ALL</code> (array)</a></span></dt>
 
281
<dt><span class="sect2"><a href="functions-comparisons.html#id621023">9.17.5. Row-wise Comparison</a></span></dt>
281
282
</dl></dd>
282
283
<dt><span class="sect1"><a href="functions-srf.html">9.18. Set Returning Functions</a></span></dt>
283
284
<dt><span class="sect1"><a href="functions-info.html">9.19. System Information Functions</a></span></dt>
349
350
<dt><span class="sect1"><a href="install-procedure.html">14.5. Installation Procedure</a></span></dt>
350
351
<dt><span class="sect1"><a href="install-post.html">14.6. Post-Installation Setup</a></span></dt>
351
352
<dd><dl>
352
 
<dt><span class="sect2"><a href="install-post.html#id584627">14.6.1. Shared Libraries</a></span></dt>
353
 
<dt><span class="sect2"><a href="install-post.html#id585000">14.6.2. Environment Variables</a></span></dt>
 
353
<dt><span class="sect2"><a href="install-post.html#id637172">14.6.1. Shared Libraries</a></span></dt>
 
354
<dt><span class="sect2"><a href="install-post.html#id637545">14.6.2. Environment Variables</a></span></dt>
354
355
</dl></dd>
355
356
<dt><span class="sect1"><a href="supported-platforms.html">14.7. Supported Platforms</a></span></dt>
356
357
</dl></dd>
367
368
<dt><span class="sect1"><a href="kernel-resources.html">16.4. Managing Kernel Resources</a></span></dt>
368
369
<dd><dl>
369
370
<dt><span class="sect2"><a href="kernel-resources.html#sysvipc">16.4.1. Shared Memory and Semaphores</a></span></dt>
370
 
<dt><span class="sect2"><a href="kernel-resources.html#id591048">16.4.2. Resource Limits</a></span></dt>
371
 
<dt><span class="sect2"><a href="kernel-resources.html#id591244">16.4.3. Linux Memory Overcommit</a></span></dt>
 
371
<dt><span class="sect2"><a href="kernel-resources.html#id643652">16.4.2. Resource Limits</a></span></dt>
 
372
<dt><span class="sect2"><a href="kernel-resources.html#id643848">16.4.3. Linux Memory Overcommit</a></span></dt>
372
373
</dl></dd>
373
374
<dt><span class="sect1"><a href="postmaster-shutdown.html">16.5. Shutting Down the Server</a></span></dt>
374
375
<dt><span class="sect1"><a href="encryption-options.html">16.6. Encryption Options</a></span></dt>
470
471
<dd><dl>
471
472
<dt><span class="sect1"><a href="charset.html#locale">21.1. Locale Support</a></span></dt>
472
473
<dd><dl>
473
 
<dt><span class="sect2"><a href="charset.html#id610337">21.1.1. Overview</a></span></dt>
474
 
<dt><span class="sect2"><a href="charset.html#id610689">21.1.2. Behavior</a></span></dt>
475
 
<dt><span class="sect2"><a href="charset.html#id610868">21.1.3. Problems</a></span></dt>
 
474
<dt><span class="sect2"><a href="charset.html#id663047">21.1.1. Overview</a></span></dt>
 
475
<dt><span class="sect2"><a href="charset.html#id663399">21.1.2. Behavior</a></span></dt>
 
476
<dt><span class="sect2"><a href="charset.html#id663578">21.1.3. Problems</a></span></dt>
476
477
</dl></dd>
477
478
<dt><span class="sect1"><a href="multibyte.html">21.2. Character Set Support</a></span></dt>
478
479
<dd><dl>
479
480
<dt><span class="sect2"><a href="multibyte.html#multibyte-charset-supported">21.2.1. Supported Character Sets</a></span></dt>
480
 
<dt><span class="sect2"><a href="multibyte.html#id611978">21.2.2. Setting the Character Set</a></span></dt>
481
 
<dt><span class="sect2"><a href="multibyte.html#id612187">21.2.3. Automatic Character Set Conversion Between Server and Client</a></span></dt>
482
 
<dt><span class="sect2"><a href="multibyte.html#id613445">21.2.4. Further Reading</a></span></dt>
 
481
<dt><span class="sect2"><a href="multibyte.html#id664688">21.2.2. Setting the Character Set</a></span></dt>
 
482
<dt><span class="sect2"><a href="multibyte.html#id664905">21.2.3. Automatic Character Set Conversion Between Server and Client</a></span></dt>
 
483
<dt><span class="sect2"><a href="multibyte.html#id666163">21.2.4. Further Reading</a></span></dt>
483
484
</dl></dd>
484
485
</dl></dd>
485
486
<dt><span class="chapter"><a href="maintenance.html">22. Routine Database Maintenance Tasks</a></span></dt>
496
497
</dl></dd>
497
498
<dt><span class="chapter"><a href="backup.html">23. Backup and Restore</a></span></dt>
498
499
<dd><dl>
499
 
<dt><span class="sect1"><a href="backup.html#backup-dump">23.1. <span class="acronym">SQL</span> Dump</a></span></dt>
 
500
<dt><span class="sect1"><a href="backup.html#backup-dump">23.1. <acronym class="acronym">SQL</acronym> Dump</a></span></dt>
500
501
<dd><dl>
501
502
<dt><span class="sect2"><a href="backup.html#backup-dump-restore">23.1.1. Restoring the dump</a></span></dt>
502
503
<dt><span class="sect2"><a href="backup.html#backup-dump-all">23.1.2. Using <span class="application">pg_dumpall</span></a></span></dt>
531
532
<dt><span class="chapter"><a href="wal.html">26. Reliability and the Write-Ahead Log</a></span></dt>
532
533
<dd><dl>
533
534
<dt><span class="sect1"><a href="wal.html#wal-reliability">26.1. Reliability</a></span></dt>
534
 
<dt><span class="sect1"><a href="wal-intro.html">26.2. Write-Ahead Logging (<span class="acronym">WAL</span>)</a></span></dt>
535
 
<dt><span class="sect1"><a href="wal-configuration.html">26.3. <span class="acronym">WAL</span> Configuration</a></span></dt>
 
535
<dt><span class="sect1"><a href="wal-intro.html">26.2. Write-Ahead Logging (<acronym class="acronym">WAL</acronym>)</a></span></dt>
 
536
<dt><span class="sect1"><a href="wal-configuration.html">26.3. <acronym class="acronym">WAL</acronym> Configuration</a></span></dt>
536
537
<dt><span class="sect1"><a href="wal-internals.html">26.4. WAL Internals</a></span></dt>
537
538
</dl></dd>
538
539
<dt><span class="chapter"><a href="regress.html">27. Regression Tests</a></span></dt>
540
541
<dt><span class="sect1"><a href="regress.html#regress-run">27.1. Running the Tests</a></span></dt>
541
542
<dt><span class="sect1"><a href="regress-evaluation.html">27.2. Test Evaluation</a></span></dt>
542
543
<dd><dl>
543
 
<dt><span class="sect2"><a href="regress-evaluation.html#id622164">27.2.1. Error message differences</a></span></dt>
544
 
<dt><span class="sect2"><a href="regress-evaluation.html#id622187">27.2.2. Locale differences</a></span></dt>
545
 
<dt><span class="sect2"><a href="regress-evaluation.html#id622201">27.2.3. Date and time differences</a></span></dt>
546
 
<dt><span class="sect2"><a href="regress-evaluation.html#id622231">27.2.4. Floating-point differences</a></span></dt>
547
 
<dt><span class="sect2"><a href="regress-evaluation.html#id622308">27.2.5. Row ordering differences</a></span></dt>
548
 
<dt><span class="sect2"><a href="regress-evaluation.html#id622386">27.2.6. Insufficient stack depth</a></span></dt>
549
 
<dt><span class="sect2"><a href="regress-evaluation.html#id622430">27.2.7. The &#8220;<span class="quote">random</span>&#8221; test</a></span></dt>
 
544
<dt><span class="sect2"><a href="regress-evaluation.html#id674902">27.2.1. Error message differences</a></span></dt>
 
545
<dt><span class="sect2"><a href="regress-evaluation.html#id674925">27.2.2. Locale differences</a></span></dt>
 
546
<dt><span class="sect2"><a href="regress-evaluation.html#id674939">27.2.3. Date and time differences</a></span></dt>
 
547
<dt><span class="sect2"><a href="regress-evaluation.html#id674969">27.2.4. Floating-point differences</a></span></dt>
 
548
<dt><span class="sect2"><a href="regress-evaluation.html#id675046">27.2.5. Row ordering differences</a></span></dt>
 
549
<dt><span class="sect2"><a href="regress-evaluation.html#id675124">27.2.6. Insufficient stack depth</a></span></dt>
 
550
<dt><span class="sect2"><a href="regress-evaluation.html#id675168">27.2.7. The &#8220;<span class="quote">random</span>&#8221; test</a></span></dt>
550
551
</dl></dd>
551
552
<dt><span class="sect1"><a href="regress-variant.html">27.3. Variant Comparison Files</a></span></dt>
552
553
</dl></dd>
579
580
<dt><span class="sect1"><a href="libpq-notice-processing.html">28.10. Notice Processing</a></span></dt>
580
581
<dt><span class="sect1"><a href="libpq-envars.html">28.11. Environment Variables</a></span></dt>
581
582
<dt><span class="sect1"><a href="libpq-pgpass.html">28.12. The Password File</a></span></dt>
582
 
<dt><span class="sect1"><a href="libpq-ssl.html">28.13. SSL Support</a></span></dt>
583
 
<dt><span class="sect1"><a href="libpq-threading.html">28.14. Behavior in Threaded Programs</a></span></dt>
584
 
<dt><span class="sect1"><a href="libpq-build.html">28.15. Building <span class="application">libpq</span> Programs</a></span></dt>
585
 
<dt><span class="sect1"><a href="libpq-example.html">28.16. Example Programs</a></span></dt>
 
583
<dt><span class="sect1"><a href="libpq-pgservice.html">28.13. The Connection Service File</a></span></dt>
 
584
<dt><span class="sect1"><a href="libpq-ssl.html">28.14. SSL Support</a></span></dt>
 
585
<dt><span class="sect1"><a href="libpq-threading.html">28.15. Behavior in Threaded Programs</a></span></dt>
 
586
<dt><span class="sect1"><a href="libpq-build.html">28.16. Building <span class="application">libpq</span> Programs</a></span></dt>
 
587
<dt><span class="sect1"><a href="libpq-example.html">28.17. Example Programs</a></span></dt>
586
588
</dl></dd>
587
589
<dt><span class="chapter"><a href="largeobjects.html">29. Large Objects</a></span></dt>
588
590
<dd><dl>
590
592
<dt><span class="sect1"><a href="lo-implementation.html">29.2. Implementation Features</a></span></dt>
591
593
<dt><span class="sect1"><a href="lo-interfaces.html">29.3. Client Interfaces</a></span></dt>
592
594
<dd><dl>
593
 
<dt><span class="sect2"><a href="lo-interfaces.html#id635100">29.3.1. Creating a Large Object</a></span></dt>
594
 
<dt><span class="sect2"><a href="lo-interfaces.html#id635259">29.3.2. Importing a Large Object</a></span></dt>
595
 
<dt><span class="sect2"><a href="lo-interfaces.html#id635295">29.3.3. Exporting a Large Object</a></span></dt>
596
 
<dt><span class="sect2"><a href="lo-interfaces.html#id635336">29.3.4. Opening an Existing Large Object</a></span></dt>
597
 
<dt><span class="sect2"><a href="lo-interfaces.html#id635518">29.3.5. Writing Data to a Large Object</a></span></dt>
598
 
<dt><span class="sect2"><a href="lo-interfaces.html#id635576">29.3.6. Reading Data from a Large Object</a></span></dt>
599
 
<dt><span class="sect2"><a href="lo-interfaces.html#id635633">29.3.7. Seeking in a Large Object</a></span></dt>
600
 
<dt><span class="sect2"><a href="lo-interfaces.html#id635695">29.3.8. Obtaining the Seek Position of a Large Object</a></span></dt>
601
 
<dt><span class="sect2"><a href="lo-interfaces.html#id635719">29.3.9. Closing a Large Object Descriptor</a></span></dt>
602
 
<dt><span class="sect2"><a href="lo-interfaces.html#id635768">29.3.10. Removing a Large Object</a></span></dt>
 
595
<dt><span class="sect2"><a href="lo-interfaces.html#id688137">29.3.1. Creating a Large Object</a></span></dt>
 
596
<dt><span class="sect2"><a href="lo-interfaces.html#id688296">29.3.2. Importing a Large Object</a></span></dt>
 
597
<dt><span class="sect2"><a href="lo-interfaces.html#id688332">29.3.3. Exporting a Large Object</a></span></dt>
 
598
<dt><span class="sect2"><a href="lo-interfaces.html#id688373">29.3.4. Opening an Existing Large Object</a></span></dt>
 
599
<dt><span class="sect2"><a href="lo-interfaces.html#id688554">29.3.5. Writing Data to a Large Object</a></span></dt>
 
600
<dt><span class="sect2"><a href="lo-interfaces.html#id688613">29.3.6. Reading Data from a Large Object</a></span></dt>
 
601
<dt><span class="sect2"><a href="lo-interfaces.html#id688670">29.3.7. Seeking in a Large Object</a></span></dt>
 
602
<dt><span class="sect2"><a href="lo-interfaces.html#id688732">29.3.8. Obtaining the Seek Position of a Large Object</a></span></dt>
 
603
<dt><span class="sect2"><a href="lo-interfaces.html#id688756">29.3.9. Closing a Large Object Descriptor</a></span></dt>
 
604
<dt><span class="sect2"><a href="lo-interfaces.html#id688805">29.3.10. Removing a Large Object</a></span></dt>
603
605
</dl></dd>
604
606
<dt><span class="sect1"><a href="lo-funcs.html">29.4. Server-Side Functions</a></span></dt>
605
607
<dt><span class="sect1"><a href="lo-examplesect.html">29.5. Example Program</a></span></dt>
606
608
</dl></dd>
607
 
<dt><span class="chapter"><a href="ecpg.html">30. <span class="application">ECPG</span> - Embedded <span class="acronym">SQL</span> in C</a></span></dt>
 
609
<dt><span class="chapter"><a href="ecpg.html">30. <span class="application">ECPG</span> - Embedded <acronym class="acronym">SQL</acronym> in C</a></span></dt>
608
610
<dd><dl>
609
611
<dt><span class="sect1"><a href="ecpg.html#ecpg-concept">30.1. The Concept</a></span></dt>
610
612
<dt><span class="sect1"><a href="ecpg-connect.html">30.2. Connecting to the Database Server</a></span></dt>
613
615
<dt><span class="sect1"><a href="ecpg-set-connection.html">30.5. Choosing a Connection</a></span></dt>
614
616
<dt><span class="sect1"><a href="ecpg-variables.html">30.6. Using Host Variables</a></span></dt>
615
617
<dd><dl>
616
 
<dt><span class="sect2"><a href="ecpg-variables.html#id636900">30.6.1. Overview</a></span></dt>
617
 
<dt><span class="sect2"><a href="ecpg-variables.html#id636942">30.6.2. Declare Sections</a></span></dt>
618
 
<dt><span class="sect2"><a href="ecpg-variables.html#id637033">30.6.3. <code class="command">SELECT INTO</code> and <code class="command">FETCH INTO</code></a></span></dt>
619
 
<dt><span class="sect2"><a href="ecpg-variables.html#id637145">30.6.4. Indicators</a></span></dt>
 
618
<dt><span class="sect2"><a href="ecpg-variables.html#id689929">30.6.1. Overview</a></span></dt>
 
619
<dt><span class="sect2"><a href="ecpg-variables.html#id689971">30.6.2. Declare Sections</a></span></dt>
 
620
<dt><span class="sect2"><a href="ecpg-variables.html#id690062">30.6.3. <code class="command">SELECT INTO</code> and <code class="command">FETCH INTO</code></a></span></dt>
 
621
<dt><span class="sect2"><a href="ecpg-variables.html#id690170">30.6.4. Indicators</a></span></dt>
620
622
</dl></dd>
621
623
<dt><span class="sect1"><a href="ecpg-dynamic.html">30.7. Dynamic SQL</a></span></dt>
622
624
<dt><span class="sect1"><a href="ecpg-descriptors.html">30.8. Using SQL Descriptor Areas</a></span></dt>
623
625
<dt><span class="sect1"><a href="ecpg-errors.html">30.9. Error Handling</a></span></dt>
624
626
<dd><dl>
625
 
<dt><span class="sect2"><a href="ecpg-errors.html#id637692">30.9.1. Setting Callbacks</a></span></dt>
626
 
<dt><span class="sect2"><a href="ecpg-errors.html#id637991">30.9.2. sqlca</a></span></dt>
627
 
<dt><span class="sect2"><a href="ecpg-errors.html#id638262">30.9.3. <code class="literal">SQLSTATE</code> vs <code class="literal">SQLCODE</code></a></span></dt>
 
627
<dt><span class="sect2"><a href="ecpg-errors.html#id690723">30.9.1. Setting Callbacks</a></span></dt>
 
628
<dt><span class="sect2"><a href="ecpg-errors.html#id691022">30.9.2. sqlca</a></span></dt>
 
629
<dt><span class="sect2"><a href="ecpg-errors.html#id691292">30.9.3. <code class="literal">SQLSTATE</code> vs <code class="literal">SQLCODE</code></a></span></dt>
628
630
</dl></dd>
629
631
<dt><span class="sect1"><a href="ecpg-include.html">30.10. Including Files</a></span></dt>
630
632
<dt><span class="sect1"><a href="ecpg-process.html">30.11. Processing Embedded SQL Programs</a></span></dt>
678
680
</dl></dd>
679
681
<dt><span class="part"><a href="server-programming.html">V. Server Programming</a></span></dt>
680
682
<dd><dl>
681
 
<dt><span class="chapter"><a href="extend.html">32. Extending <span class="acronym">SQL</span></a></span></dt>
 
683
<dt><span class="chapter"><a href="extend.html">32. Extending <acronym class="acronym">SQL</acronym></a></span></dt>
682
684
<dd><dl>
683
685
<dt><span class="sect1"><a href="extend.html#extend-how">32.1. How Extensibility Works</a></span></dt>
684
686
<dt><span class="sect1"><a href="extend-type-system.html">32.2. The <span class="productname">PostgreSQL</span> Type System</a></span></dt>
685
687
<dd><dl>
686
 
<dt><span class="sect2"><a href="extend-type-system.html#id650640">32.2.1. Base Types</a></span></dt>
687
 
<dt><span class="sect2"><a href="extend-type-system.html#id650671">32.2.2. Composite Types</a></span></dt>
688
 
<dt><span class="sect2"><a href="extend-type-system.html#id650712">32.2.3. Domains</a></span></dt>
689
 
<dt><span class="sect2"><a href="extend-type-system.html#id650745">32.2.4. Pseudo-Types</a></span></dt>
 
688
<dt><span class="sect2"><a href="extend-type-system.html#id703669">32.2.1. Base Types</a></span></dt>
 
689
<dt><span class="sect2"><a href="extend-type-system.html#id703701">32.2.2. Composite Types</a></span></dt>
 
690
<dt><span class="sect2"><a href="extend-type-system.html#id703741">32.2.3. Domains</a></span></dt>
 
691
<dt><span class="sect2"><a href="extend-type-system.html#id703774">32.2.4. Pseudo-Types</a></span></dt>
690
692
<dt><span class="sect2"><a href="extend-type-system.html#extend-types-polymorphic">32.2.5. Polymorphic Types</a></span></dt>
691
693
</dl></dd>
692
694
<dt><span class="sect1"><a href="xfunc.html">32.3. User-Defined Functions</a></span></dt>
693
 
<dt><span class="sect1"><a href="xfunc-sql.html">32.4. Query Language (<span class="acronym">SQL</span>) Functions</a></span></dt>
 
695
<dt><span class="sect1"><a href="xfunc-sql.html">32.4. Query Language (<acronym class="acronym">SQL</acronym>) Functions</a></span></dt>
694
696
<dd><dl>
695
 
<dt><span class="sect2"><a href="xfunc-sql.html#xfunc-sql-base-functions">32.4.1. <span class="acronym">SQL</span> Functions on Base Types</a></span></dt>
696
 
<dt><span class="sect2"><a href="xfunc-sql.html#id651520">32.4.2. <span class="acronym">SQL</span> Functions on Composite Types</a></span></dt>
 
697
<dt><span class="sect2"><a href="xfunc-sql.html#xfunc-sql-base-functions">32.4.1. <acronym class="acronym">SQL</acronym> Functions on Base Types</a></span></dt>
 
698
<dt><span class="sect2"><a href="xfunc-sql.html#id704549">32.4.2. <acronym class="acronym">SQL</acronym> Functions on Composite Types</a></span></dt>
697
699
<dt><span class="sect2"><a href="xfunc-sql.html#xfunc-output-parameters">32.4.3. Functions with Output Parameters</a></span></dt>
698
 
<dt><span class="sect2"><a href="xfunc-sql.html#xfunc-sql-table-functions">32.4.4. <span class="acronym">SQL</span> Functions as Table Sources</a></span></dt>
699
 
<dt><span class="sect2"><a href="xfunc-sql.html#id652062">32.4.5. <span class="acronym">SQL</span> Functions Returning Sets</a></span></dt>
700
 
<dt><span class="sect2"><a href="xfunc-sql.html#id652183">32.4.6. Polymorphic <span class="acronym">SQL</span> Functions</a></span></dt>
 
700
<dt><span class="sect2"><a href="xfunc-sql.html#xfunc-sql-table-functions">32.4.4. <acronym class="acronym">SQL</acronym> Functions as Table Sources</a></span></dt>
 
701
<dt><span class="sect2"><a href="xfunc-sql.html#id705091">32.4.5. <acronym class="acronym">SQL</acronym> Functions Returning Sets</a></span></dt>
 
702
<dt><span class="sect2"><a href="xfunc-sql.html#id705221">32.4.6. Polymorphic <acronym class="acronym">SQL</acronym> Functions</a></span></dt>
701
703
</dl></dd>
702
704
<dt><span class="sect1"><a href="xfunc-overload.html">32.5. Function Overloading</a></span></dt>
703
705
<dt><span class="sect1"><a href="xfunc-volatility.html">32.6. Function Volatility Categories</a></span></dt>
707
709
<dd><dl>
708
710
<dt><span class="sect2"><a href="xfunc-c.html#xfunc-c-dynload">32.9.1. Dynamic Loading</a></span></dt>
709
711
<dt><span class="sect2"><a href="xfunc-c.html#xfunc-c-basetype">32.9.2. Base Types in C-Language Functions</a></span></dt>
710
 
<dt><span class="sect2"><a href="xfunc-c.html#id654233">32.9.3. Calling Conventions Version 0 for C-Language Functions</a></span></dt>
711
 
<dt><span class="sect2"><a href="xfunc-c.html#id654453">32.9.4. Calling Conventions Version 1 for C-Language Functions</a></span></dt>
712
 
<dt><span class="sect2"><a href="xfunc-c.html#id654898">32.9.5. Writing Code</a></span></dt>
 
712
<dt><span class="sect2"><a href="xfunc-c.html#id707272">32.9.3. Calling Conventions Version 0 for C-Language Functions</a></span></dt>
 
713
<dt><span class="sect2"><a href="xfunc-c.html#id707493">32.9.4. Calling Conventions Version 1 for C-Language Functions</a></span></dt>
 
714
<dt><span class="sect2"><a href="xfunc-c.html#id707920">32.9.5. Writing Code</a></span></dt>
713
715
<dt><span class="sect2"><a href="xfunc-c.html#dfunc">32.9.6. Compiling and Linking Dynamically-Loaded Functions</a></span></dt>
714
716
<dt><span class="sect2"><a href="xfunc-c.html#xfunc-c-pgxs">32.9.7. Extension Building Infrastructure</a></span></dt>
715
 
<dt><span class="sect2"><a href="xfunc-c.html#id656342">32.9.8. Composite-Type Arguments in C-Language Functions</a></span></dt>
716
 
<dt><span class="sect2"><a href="xfunc-c.html#id656509">32.9.9. Returning Rows (Composite Types) from C-Language Functions</a></span></dt>
 
717
<dt><span class="sect2"><a href="xfunc-c.html#id709371">32.9.8. Composite-Type Arguments in C-Language Functions</a></span></dt>
 
718
<dt><span class="sect2"><a href="xfunc-c.html#id709538">32.9.9. Returning Rows (Composite Types) from C-Language Functions</a></span></dt>
717
719
<dt><span class="sect2"><a href="xfunc-c.html#xfunc-c-return-set">32.9.10. Returning Sets from C-Language Functions</a></span></dt>
718
 
<dt><span class="sect2"><a href="xfunc-c.html#id657376">32.9.11. Polymorphic Arguments and Return Types</a></span></dt>
 
720
<dt><span class="sect2"><a href="xfunc-c.html#id710389">32.9.11. Polymorphic Arguments and Return Types</a></span></dt>
719
721
</dl></dd>
720
722
<dt><span class="sect1"><a href="xaggr.html">32.10. User-Defined Aggregates</a></span></dt>
721
723
<dt><span class="sect1"><a href="xtypes.html">32.11. User-Defined Types</a></span></dt>
722
724
<dt><span class="sect1"><a href="xoper.html">32.12. User-Defined Operators</a></span></dt>
723
725
<dt><span class="sect1"><a href="xoper-optimization.html">32.13. Operator Optimization Information</a></span></dt>
724
726
<dd><dl>
725
 
<dt><span class="sect2"><a href="xoper-optimization.html#id658529">32.13.1. <code class="literal">COMMUTATOR</code></a></span></dt>
726
 
<dt><span class="sect2"><a href="xoper-optimization.html#id658752">32.13.2. <code class="literal">NEGATOR</code></a></span></dt>
727
 
<dt><span class="sect2"><a href="xoper-optimization.html#id658845">32.13.3. <code class="literal">RESTRICT</code></a></span></dt>
728
 
<dt><span class="sect2"><a href="xoper-optimization.html#id659153">32.13.4. <code class="literal">JOIN</code></a></span></dt>
729
 
<dt><span class="sect2"><a href="xoper-optimization.html#id659310">32.13.5. <code class="literal">HASHES</code></a></span></dt>
730
 
<dt><span class="sect2"><a href="xoper-optimization.html#id659438">32.13.6. <code class="literal">MERGES</code> (<code class="literal">SORT1</code>, <code class="literal">SORT2</code>, <code class="literal">LTCMP</code>, <code class="literal">GTCMP</code>)</a></span></dt>
 
727
<dt><span class="sect2"><a href="xoper-optimization.html#id711539">32.13.1. <code class="literal">COMMUTATOR</code></a></span></dt>
 
728
<dt><span class="sect2"><a href="xoper-optimization.html#id711762">32.13.2. <code class="literal">NEGATOR</code></a></span></dt>
 
729
<dt><span class="sect2"><a href="xoper-optimization.html#id711854">32.13.3. <code class="literal">RESTRICT</code></a></span></dt>
 
730
<dt><span class="sect2"><a href="xoper-optimization.html#id712162">32.13.4. <code class="literal">JOIN</code></a></span></dt>
 
731
<dt><span class="sect2"><a href="xoper-optimization.html#id712320">32.13.5. <code class="literal">HASHES</code></a></span></dt>
 
732
<dt><span class="sect2"><a href="xoper-optimization.html#id712448">32.13.6. <code class="literal">MERGES</code> (<code class="literal">SORT1</code>, <code class="literal">SORT2</code>, <code class="literal">LTCMP</code>, <code class="literal">GTCMP</code>)</a></span></dt>
731
733
</dl></dd>
732
734
<dt><span class="sect1"><a href="xindex.html">32.14. Interfacing Extensions To Indexes</a></span></dt>
733
735
<dd><dl>
753
755
<dt><span class="sect1"><a href="rules-views.html">34.2. Views and the Rule System</a></span></dt>
754
756
<dd><dl>
755
757
<dt><span class="sect2"><a href="rules-views.html#rules-select">34.2.1. How <code class="command">SELECT</code> Rules Work</a></span></dt>
756
 
<dt><span class="sect2"><a href="rules-views.html#id663958">34.2.2. View Rules in Non-<code class="command">SELECT</code> Statements</a></span></dt>
757
 
<dt><span class="sect2"><a href="rules-views.html#id664284">34.2.3. The Power of Views in <span class="productname">PostgreSQL</span></a></span></dt>
 
758
<dt><span class="sect2"><a href="rules-views.html#id717045">34.2.2. View Rules in Non-<code class="command">SELECT</code> Statements</a></span></dt>
 
759
<dt><span class="sect2"><a href="rules-views.html#id717372">34.2.3. The Power of Views in <span class="productname">PostgreSQL</span></a></span></dt>
758
760
<dt><span class="sect2"><a href="rules-views.html#rules-views-update">34.2.4. Updating a View</a></span></dt>
759
761
</dl></dd>
760
762
<dt><span class="sect1"><a href="rules-update.html">34.3. Rules on <code class="command">INSERT</code>, <code class="command">UPDATE</code>, and <code class="command">DELETE</code></a></span></dt>
761
763
<dd><dl>
762
 
<dt><span class="sect2"><a href="rules-update.html#id664534">34.3.1. How Update Rules Work</a></span></dt>
 
764
<dt><span class="sect2"><a href="rules-update.html#id717622">34.3.1. How Update Rules Work</a></span></dt>
763
765
<dt><span class="sect2"><a href="rules-update.html#rules-update-views">34.3.2. Cooperation with Views</a></span></dt>
764
766
</dl></dd>
765
767
<dt><span class="sect1"><a href="rules-privileges.html">34.4. Rules and Privileges</a></span></dt>
768
770
</dl></dd>
769
771
<dt><span class="chapter"><a href="xplang.html">35. Procedural Languages</a></span></dt>
770
772
<dd><dl><dt><span class="sect1"><a href="xplang.html#xplang-install">35.1. Installing Procedural Languages</a></span></dt></dl></dd>
771
 
<dt><span class="chapter"><a href="plpgsql.html">36. <span class="application">PL/pgSQL</span> - <span class="acronym">SQL</span> Procedural Language</a></span></dt>
 
773
<dt><span class="chapter"><a href="plpgsql.html">36. <span class="application">PL/pgSQL</span> - <acronym class="acronym">SQL</acronym> Procedural Language</a></span></dt>
772
774
<dd><dl>
773
775
<dt><span class="sect1"><a href="plpgsql.html#plpgsql-overview">36.1. Overview</a></span></dt>
774
776
<dd><dl>
814
816
<dt><span class="sect1"><a href="plpgsql-trigger.html">36.10. Trigger Procedures</a></span></dt>
815
817
<dt><span class="sect1"><a href="plpgsql-porting.html">36.11. Porting from <span class="productname">Oracle</span> PL/SQL</a></span></dt>
816
818
<dd><dl>
817
 
<dt><span class="sect2"><a href="plpgsql-porting.html#id674972">36.11.1. Porting Examples</a></span></dt>
 
819
<dt><span class="sect2"><a href="plpgsql-porting.html#id728100">36.11.1. Porting Examples</a></span></dt>
818
820
<dt><span class="sect2"><a href="plpgsql-porting.html#plpgsql-porting-other">36.11.2. Other Things to Watch For</a></span></dt>
819
821
<dt><span class="sect2"><a href="plpgsql-porting.html#plpgsql-porting-appendix">36.11.3. Appendix</a></span></dt>
820
822
</dl></dd>
860
862
<dt><span class="reference"><a href="sql-commands.html">I. SQL Commands</a></span></dt>
861
863
<dd><dl>
862
864
<dt>
863
 
<span class="refentrytitle"><a href="sql-abort.html">ABORT</a></span><span class="refpurpose"> - abort the current transaction</span>
864
 
</dt>
865
 
<dt>
866
 
<span class="refentrytitle"><a href="sql-alteraggregate.html">ALTER AGGREGATE</a></span><span class="refpurpose"> - change the definition of an aggregate function</span>
867
 
</dt>
868
 
<dt>
869
 
<span class="refentrytitle"><a href="sql-alterconversion.html">ALTER CONVERSION</a></span><span class="refpurpose"> - change the definition of a conversion</span>
870
 
</dt>
871
 
<dt>
872
 
<span class="refentrytitle"><a href="sql-alterdatabase.html">ALTER DATABASE</a></span><span class="refpurpose"> - change a database</span>
873
 
</dt>
874
 
<dt>
875
 
<span class="refentrytitle"><a href="sql-alterdomain.html">ALTER DOMAIN</a></span><span class="refpurpose"> -    change the definition of a domain
876
 
  </span>
877
 
</dt>
878
 
<dt>
879
 
<span class="refentrytitle"><a href="sql-alterfunction.html">ALTER FUNCTION</a></span><span class="refpurpose"> - change the definition of a function</span>
880
 
</dt>
881
 
<dt>
882
 
<span class="refentrytitle"><a href="sql-altergroup.html">ALTER GROUP</a></span><span class="refpurpose"> - change role name or membership</span>
883
 
</dt>
884
 
<dt>
885
 
<span class="refentrytitle"><a href="sql-alterindex.html">ALTER INDEX</a></span><span class="refpurpose"> - change the definition of an index</span>
886
 
</dt>
887
 
<dt>
888
 
<span class="refentrytitle"><a href="sql-alterlanguage.html">ALTER LANGUAGE</a></span><span class="refpurpose"> - change the definition of a procedural language</span>
889
 
</dt>
890
 
<dt>
891
 
<span class="refentrytitle"><a href="sql-alteroperator.html">ALTER OPERATOR</a></span><span class="refpurpose"> - change the definition of an operator</span>
892
 
</dt>
893
 
<dt>
894
 
<span class="refentrytitle"><a href="sql-alteropclass.html">ALTER OPERATOR CLASS</a></span><span class="refpurpose"> - change the definition of an operator class</span>
895
 
</dt>
896
 
<dt>
897
 
<span class="refentrytitle"><a href="sql-alterrole.html">ALTER ROLE</a></span><span class="refpurpose"> - change a database role</span>
898
 
</dt>
899
 
<dt>
900
 
<span class="refentrytitle"><a href="sql-alterschema.html">ALTER SCHEMA</a></span><span class="refpurpose"> - change the definition of a schema</span>
901
 
</dt>
902
 
<dt>
903
 
<span class="refentrytitle"><a href="sql-altersequence.html">ALTER SEQUENCE</a></span><span class="refpurpose"> -    change the definition of a sequence generator
904
 
  </span>
905
 
</dt>
906
 
<dt>
907
 
<span class="refentrytitle"><a href="sql-altertable.html">ALTER TABLE</a></span><span class="refpurpose"> - change the definition of a table</span>
908
 
</dt>
909
 
<dt>
910
 
<span class="refentrytitle"><a href="sql-altertablespace.html">ALTER TABLESPACE</a></span><span class="refpurpose"> - change the definition of a tablespace</span>
911
 
</dt>
912
 
<dt>
913
 
<span class="refentrytitle"><a href="sql-altertrigger.html">ALTER TRIGGER</a></span><span class="refpurpose"> - change the definition of a trigger</span>
914
 
</dt>
915
 
<dt>
916
 
<span class="refentrytitle"><a href="sql-altertype.html">ALTER TYPE</a></span><span class="refpurpose"> -    change the definition of a type
917
 
  </span>
918
 
</dt>
919
 
<dt>
920
 
<span class="refentrytitle"><a href="sql-alteruser.html">ALTER USER</a></span><span class="refpurpose"> - change a database role</span>
921
 
</dt>
922
 
<dt>
923
 
<span class="refentrytitle"><a href="sql-analyze.html">ANALYZE</a></span><span class="refpurpose"> - collect statistics about a database</span>
924
 
</dt>
925
 
<dt>
926
 
<span class="refentrytitle"><a href="sql-begin.html">BEGIN</a></span><span class="refpurpose"> - start a transaction block</span>
927
 
</dt>
928
 
<dt>
929
 
<span class="refentrytitle"><a href="sql-checkpoint.html">CHECKPOINT</a></span><span class="refpurpose"> - force a transaction log checkpoint</span>
930
 
</dt>
931
 
<dt>
932
 
<span class="refentrytitle"><a href="sql-close.html">CLOSE</a></span><span class="refpurpose"> - close a cursor</span>
933
 
</dt>
934
 
<dt>
935
 
<span class="refentrytitle"><a href="sql-cluster.html">CLUSTER</a></span><span class="refpurpose"> - cluster a table according to an index</span>
936
 
</dt>
937
 
<dt>
938
 
<span class="refentrytitle"><a href="sql-comment.html">COMMENT</a></span><span class="refpurpose"> - define or change the comment of an object</span>
939
 
</dt>
940
 
<dt>
941
 
<span class="refentrytitle"><a href="sql-commit.html">COMMIT</a></span><span class="refpurpose"> - commit the current transaction</span>
942
 
</dt>
943
 
<dt>
944
 
<span class="refentrytitle"><a href="sql-commit-prepared.html">COMMIT PREPARED</a></span><span class="refpurpose"> - commit a transaction that was earlier prepared for two-phase commit</span>
945
 
</dt>
946
 
<dt>
947
 
<span class="refentrytitle"><a href="sql-copy.html">COPY</a></span><span class="refpurpose"> - copy data between a file and a table</span>
948
 
</dt>
949
 
<dt>
950
 
<span class="refentrytitle"><a href="sql-createaggregate.html">CREATE AGGREGATE</a></span><span class="refpurpose"> - define a new aggregate function</span>
951
 
</dt>
952
 
<dt>
953
 
<span class="refentrytitle"><a href="sql-createcast.html">CREATE CAST</a></span><span class="refpurpose"> - define a new cast</span>
954
 
</dt>
955
 
<dt>
956
 
<span class="refentrytitle"><a href="sql-createconstraint.html">CREATE CONSTRAINT TRIGGER</a></span><span class="refpurpose"> - define a new constraint trigger</span>
957
 
</dt>
958
 
<dt>
959
 
<span class="refentrytitle"><a href="sql-createconversion.html">CREATE CONVERSION</a></span><span class="refpurpose"> - define a new encoding conversion</span>
960
 
</dt>
961
 
<dt>
962
 
<span class="refentrytitle"><a href="sql-createdatabase.html">CREATE DATABASE</a></span><span class="refpurpose"> - create a new database</span>
963
 
</dt>
964
 
<dt>
965
 
<span class="refentrytitle"><a href="sql-createdomain.html">CREATE DOMAIN</a></span><span class="refpurpose"> - define a new domain</span>
966
 
</dt>
967
 
<dt>
968
 
<span class="refentrytitle"><a href="sql-createfunction.html">CREATE FUNCTION</a></span><span class="refpurpose"> - define a new function</span>
969
 
</dt>
970
 
<dt>
971
 
<span class="refentrytitle"><a href="sql-creategroup.html">CREATE GROUP</a></span><span class="refpurpose"> - define a new database role</span>
972
 
</dt>
973
 
<dt>
974
 
<span class="refentrytitle"><a href="sql-createindex.html">CREATE INDEX</a></span><span class="refpurpose"> - define a new index</span>
975
 
</dt>
976
 
<dt>
977
 
<span class="refentrytitle"><a href="sql-createlanguage.html">CREATE LANGUAGE</a></span><span class="refpurpose"> - define a new procedural language</span>
978
 
</dt>
979
 
<dt>
980
 
<span class="refentrytitle"><a href="sql-createoperator.html">CREATE OPERATOR</a></span><span class="refpurpose"> - define a new operator</span>
981
 
</dt>
982
 
<dt>
983
 
<span class="refentrytitle"><a href="sql-createopclass.html">CREATE OPERATOR CLASS</a></span><span class="refpurpose"> - define a new operator class</span>
984
 
</dt>
985
 
<dt>
986
 
<span class="refentrytitle"><a href="sql-createrole.html">CREATE ROLE</a></span><span class="refpurpose"> - define a new database role</span>
987
 
</dt>
988
 
<dt>
989
 
<span class="refentrytitle"><a href="sql-createrule.html">CREATE RULE</a></span><span class="refpurpose"> - define a new rewrite rule</span>
990
 
</dt>
991
 
<dt>
992
 
<span class="refentrytitle"><a href="sql-createschema.html">CREATE SCHEMA</a></span><span class="refpurpose"> - define a new schema</span>
993
 
</dt>
994
 
<dt>
995
 
<span class="refentrytitle"><a href="sql-createsequence.html">CREATE SEQUENCE</a></span><span class="refpurpose"> - define a new sequence generator</span>
996
 
</dt>
997
 
<dt>
998
 
<span class="refentrytitle"><a href="sql-createtable.html">CREATE TABLE</a></span><span class="refpurpose"> - define a new table</span>
999
 
</dt>
1000
 
<dt>
1001
 
<span class="refentrytitle"><a href="sql-createtableas.html">CREATE TABLE AS</a></span><span class="refpurpose"> - define a new table from the results of a query</span>
1002
 
</dt>
1003
 
<dt>
1004
 
<span class="refentrytitle"><a href="sql-createtablespace.html">CREATE TABLESPACE</a></span><span class="refpurpose"> - define a new tablespace</span>
1005
 
</dt>
1006
 
<dt>
1007
 
<span class="refentrytitle"><a href="sql-createtrigger.html">CREATE TRIGGER</a></span><span class="refpurpose"> - define a new trigger</span>
1008
 
</dt>
1009
 
<dt>
1010
 
<span class="refentrytitle"><a href="sql-createtype.html">CREATE TYPE</a></span><span class="refpurpose"> - define a new data type</span>
1011
 
</dt>
1012
 
<dt>
1013
 
<span class="refentrytitle"><a href="sql-createuser.html">CREATE USER</a></span><span class="refpurpose"> - define a new database role</span>
1014
 
</dt>
1015
 
<dt>
1016
 
<span class="refentrytitle"><a href="sql-createview.html">CREATE VIEW</a></span><span class="refpurpose"> - define a new view</span>
1017
 
</dt>
1018
 
<dt>
1019
 
<span class="refentrytitle"><a href="sql-deallocate.html">DEALLOCATE</a></span><span class="refpurpose"> - deallocate a prepared statement</span>
1020
 
</dt>
1021
 
<dt>
1022
 
<span class="refentrytitle"><a href="sql-declare.html">DECLARE</a></span><span class="refpurpose"> - define a cursor</span>
1023
 
</dt>
1024
 
<dt>
1025
 
<span class="refentrytitle"><a href="sql-delete.html">DELETE</a></span><span class="refpurpose"> - delete rows of a table</span>
1026
 
</dt>
1027
 
<dt>
1028
 
<span class="refentrytitle"><a href="sql-dropaggregate.html">DROP AGGREGATE</a></span><span class="refpurpose"> - remove an aggregate function</span>
1029
 
</dt>
1030
 
<dt>
1031
 
<span class="refentrytitle"><a href="sql-dropcast.html">DROP CAST</a></span><span class="refpurpose"> - remove a cast</span>
1032
 
</dt>
1033
 
<dt>
1034
 
<span class="refentrytitle"><a href="sql-dropconversion.html">DROP CONVERSION</a></span><span class="refpurpose"> - remove a conversion</span>
1035
 
</dt>
1036
 
<dt>
1037
 
<span class="refentrytitle"><a href="sql-dropdatabase.html">DROP DATABASE</a></span><span class="refpurpose"> - remove a database</span>
1038
 
</dt>
1039
 
<dt>
1040
 
<span class="refentrytitle"><a href="sql-dropdomain.html">DROP DOMAIN</a></span><span class="refpurpose"> - remove a domain</span>
1041
 
</dt>
1042
 
<dt>
1043
 
<span class="refentrytitle"><a href="sql-dropfunction.html">DROP FUNCTION</a></span><span class="refpurpose"> - remove a function</span>
1044
 
</dt>
1045
 
<dt>
1046
 
<span class="refentrytitle"><a href="sql-dropgroup.html">DROP GROUP</a></span><span class="refpurpose"> - remove a database role</span>
1047
 
</dt>
1048
 
<dt>
1049
 
<span class="refentrytitle"><a href="sql-dropindex.html">DROP INDEX</a></span><span class="refpurpose"> - remove an index</span>
1050
 
</dt>
1051
 
<dt>
1052
 
<span class="refentrytitle"><a href="sql-droplanguage.html">DROP LANGUAGE</a></span><span class="refpurpose"> - remove a procedural language</span>
1053
 
</dt>
1054
 
<dt>
1055
 
<span class="refentrytitle"><a href="sql-dropoperator.html">DROP OPERATOR</a></span><span class="refpurpose"> - remove an operator</span>
1056
 
</dt>
1057
 
<dt>
1058
 
<span class="refentrytitle"><a href="sql-dropopclass.html">DROP OPERATOR CLASS</a></span><span class="refpurpose"> - remove an operator class</span>
1059
 
</dt>
1060
 
<dt>
1061
 
<span class="refentrytitle"><a href="sql-droprole.html">DROP ROLE</a></span><span class="refpurpose"> - remove a database role</span>
1062
 
</dt>
1063
 
<dt>
1064
 
<span class="refentrytitle"><a href="sql-droprule.html">DROP RULE</a></span><span class="refpurpose"> - remove a rewrite rule</span>
1065
 
</dt>
1066
 
<dt>
1067
 
<span class="refentrytitle"><a href="sql-dropschema.html">DROP SCHEMA</a></span><span class="refpurpose"> - remove a schema</span>
1068
 
</dt>
1069
 
<dt>
1070
 
<span class="refentrytitle"><a href="sql-dropsequence.html">DROP SEQUENCE</a></span><span class="refpurpose"> - remove a sequence</span>
1071
 
</dt>
1072
 
<dt>
1073
 
<span class="refentrytitle"><a href="sql-droptable.html">DROP TABLE</a></span><span class="refpurpose"> - remove a table</span>
1074
 
</dt>
1075
 
<dt>
1076
 
<span class="refentrytitle"><a href="sql-droptablespace.html">DROP TABLESPACE</a></span><span class="refpurpose"> - remove a tablespace</span>
1077
 
</dt>
1078
 
<dt>
1079
 
<span class="refentrytitle"><a href="sql-droptrigger.html">DROP TRIGGER</a></span><span class="refpurpose"> - remove a trigger</span>
1080
 
</dt>
1081
 
<dt>
1082
 
<span class="refentrytitle"><a href="sql-droptype.html">DROP TYPE</a></span><span class="refpurpose"> - remove a data type</span>
1083
 
</dt>
1084
 
<dt>
1085
 
<span class="refentrytitle"><a href="sql-dropuser.html">DROP USER</a></span><span class="refpurpose"> - remove a database role</span>
1086
 
</dt>
1087
 
<dt>
1088
 
<span class="refentrytitle"><a href="sql-dropview.html">DROP VIEW</a></span><span class="refpurpose"> - remove a view</span>
1089
 
</dt>
1090
 
<dt>
1091
 
<span class="refentrytitle"><a href="sql-end.html">END</a></span><span class="refpurpose"> - commit the current transaction</span>
1092
 
</dt>
1093
 
<dt>
1094
 
<span class="refentrytitle"><a href="sql-execute.html">EXECUTE</a></span><span class="refpurpose"> - execute a prepared statement</span>
1095
 
</dt>
1096
 
<dt>
1097
 
<span class="refentrytitle"><a href="sql-explain.html">EXPLAIN</a></span><span class="refpurpose"> - show the execution plan of a statement</span>
1098
 
</dt>
1099
 
<dt>
1100
 
<span class="refentrytitle"><a href="sql-fetch.html">FETCH</a></span><span class="refpurpose"> - retrieve rows from a query using a cursor</span>
1101
 
</dt>
1102
 
<dt>
1103
 
<span class="refentrytitle"><a href="sql-grant.html">GRANT</a></span><span class="refpurpose"> - define access privileges</span>
1104
 
</dt>
1105
 
<dt>
1106
 
<span class="refentrytitle"><a href="sql-insert.html">INSERT</a></span><span class="refpurpose"> - create new rows in a table</span>
1107
 
</dt>
1108
 
<dt>
1109
 
<span class="refentrytitle"><a href="sql-listen.html">LISTEN</a></span><span class="refpurpose"> - listen for a notification</span>
1110
 
</dt>
1111
 
<dt>
1112
 
<span class="refentrytitle"><a href="sql-load.html">LOAD</a></span><span class="refpurpose"> - load or reload a shared library file</span>
1113
 
</dt>
1114
 
<dt>
1115
 
<span class="refentrytitle"><a href="sql-lock.html">LOCK</a></span><span class="refpurpose"> - lock a table</span>
1116
 
</dt>
1117
 
<dt>
1118
 
<span class="refentrytitle"><a href="sql-move.html">MOVE</a></span><span class="refpurpose"> - position a cursor</span>
1119
 
</dt>
1120
 
<dt>
1121
 
<span class="refentrytitle"><a href="sql-notify.html">NOTIFY</a></span><span class="refpurpose"> - generate a notification</span>
1122
 
</dt>
1123
 
<dt>
1124
 
<span class="refentrytitle"><a href="sql-prepare.html">PREPARE</a></span><span class="refpurpose"> - prepare a statement for execution</span>
1125
 
</dt>
1126
 
<dt>
1127
 
<span class="refentrytitle"><a href="sql-prepare-transaction.html">PREPARE TRANSACTION</a></span><span class="refpurpose"> - prepare the current transaction for two-phase commit</span>
1128
 
</dt>
1129
 
<dt>
1130
 
<span class="refentrytitle"><a href="sql-reindex.html">REINDEX</a></span><span class="refpurpose"> - rebuild indexes</span>
1131
 
</dt>
1132
 
<dt>
1133
 
<span class="refentrytitle"><a href="sql-release-savepoint.html">RELEASE SAVEPOINT</a></span><span class="refpurpose"> - destroy a previously defined savepoint</span>
1134
 
</dt>
1135
 
<dt>
1136
 
<span class="refentrytitle"><a href="sql-reset.html">RESET</a></span><span class="refpurpose"> - restore the value of a run-time parameter to the default value</span>
1137
 
</dt>
1138
 
<dt>
1139
 
<span class="refentrytitle"><a href="sql-revoke.html">REVOKE</a></span><span class="refpurpose"> - remove access privileges</span>
1140
 
</dt>
1141
 
<dt>
1142
 
<span class="refentrytitle"><a href="sql-rollback.html">ROLLBACK</a></span><span class="refpurpose"> - abort the current transaction</span>
1143
 
</dt>
1144
 
<dt>
1145
 
<span class="refentrytitle"><a href="sql-rollback-prepared.html">ROLLBACK PREPARED</a></span><span class="refpurpose"> - cancel a transaction that was earlier prepared for two-phase commit</span>
1146
 
</dt>
1147
 
<dt>
1148
 
<span class="refentrytitle"><a href="sql-rollback-to.html">ROLLBACK TO SAVEPOINT</a></span><span class="refpurpose"> - roll back to a savepoint</span>
1149
 
</dt>
1150
 
<dt>
1151
 
<span class="refentrytitle"><a href="sql-savepoint.html">SAVEPOINT</a></span><span class="refpurpose"> - define a new savepoint within the current transaction</span>
1152
 
</dt>
1153
 
<dt>
1154
 
<span class="refentrytitle"><a href="sql-select.html">SELECT</a></span><span class="refpurpose"> - retrieve rows from a table or view</span>
1155
 
</dt>
1156
 
<dt>
1157
 
<span class="refentrytitle"><a href="sql-selectinto.html">SELECT INTO</a></span><span class="refpurpose"> - define a new table from the results of a query</span>
1158
 
</dt>
1159
 
<dt>
1160
 
<span class="refentrytitle"><a href="sql-set.html">SET</a></span><span class="refpurpose"> - change a run-time parameter</span>
1161
 
</dt>
1162
 
<dt>
1163
 
<span class="refentrytitle"><a href="sql-set-constraints.html">SET CONSTRAINTS</a></span><span class="refpurpose"> - set constraint checking modes for the current transaction</span>
1164
 
</dt>
1165
 
<dt>
1166
 
<span class="refentrytitle"><a href="sql-set-role.html">SET ROLE</a></span><span class="refpurpose"> - set the current user identifier of the current session</span>
1167
 
</dt>
1168
 
<dt>
1169
 
<span class="refentrytitle"><a href="sql-set-session-authorization.html">SET SESSION AUTHORIZATION</a></span><span class="refpurpose"> - set the session user identifier and the current user identifier of the current session</span>
1170
 
</dt>
1171
 
<dt>
1172
 
<span class="refentrytitle"><a href="sql-set-transaction.html">SET TRANSACTION</a></span><span class="refpurpose"> - set the characteristics of the current transaction</span>
1173
 
</dt>
1174
 
<dt>
1175
 
<span class="refentrytitle"><a href="sql-show.html">SHOW</a></span><span class="refpurpose"> - show the value of a run-time parameter</span>
1176
 
</dt>
1177
 
<dt>
1178
 
<span class="refentrytitle"><a href="sql-start-transaction.html">START TRANSACTION</a></span><span class="refpurpose"> - start a transaction block</span>
1179
 
</dt>
1180
 
<dt>
1181
 
<span class="refentrytitle"><a href="sql-truncate.html">TRUNCATE</a></span><span class="refpurpose"> - empty a table or set of tables</span>
1182
 
</dt>
1183
 
<dt>
1184
 
<span class="refentrytitle"><a href="sql-unlisten.html">UNLISTEN</a></span><span class="refpurpose"> - stop listening for a notification</span>
1185
 
</dt>
1186
 
<dt>
1187
 
<span class="refentrytitle"><a href="sql-update.html">UPDATE</a></span><span class="refpurpose"> - update rows of a table</span>
1188
 
</dt>
1189
 
<dt>
1190
 
<span class="refentrytitle"><a href="sql-vacuum.html">VACUUM</a></span><span class="refpurpose"> - garbage-collect and optionally analyze a database</span>
 
865
<span class="refentrytitle"><a href="sql-abort.html">ABORT</a></span><span class="refpurpose"> &#8212; abort the current transaction</span>
 
866
</dt>
 
867
<dt>
 
868
<span class="refentrytitle"><a href="sql-alteraggregate.html">ALTER AGGREGATE</a></span><span class="refpurpose"> &#8212; change the definition of an aggregate function</span>
 
869
</dt>
 
870
<dt>
 
871
<span class="refentrytitle"><a href="sql-alterconversion.html">ALTER CONVERSION</a></span><span class="refpurpose"> &#8212; change the definition of a conversion</span>
 
872
</dt>
 
873
<dt>
 
874
<span class="refentrytitle"><a href="sql-alterdatabase.html">ALTER DATABASE</a></span><span class="refpurpose"> &#8212; change a database</span>
 
875
</dt>
 
876
<dt>
 
877
<span class="refentrytitle"><a href="sql-alterdomain.html">ALTER DOMAIN</a></span><span class="refpurpose"> &#8212;    change the definition of a domain
 
878
  </span>
 
879
</dt>
 
880
<dt>
 
881
<span class="refentrytitle"><a href="sql-alterfunction.html">ALTER FUNCTION</a></span><span class="refpurpose"> &#8212; change the definition of a function</span>
 
882
</dt>
 
883
<dt>
 
884
<span class="refentrytitle"><a href="sql-altergroup.html">ALTER GROUP</a></span><span class="refpurpose"> &#8212; change role name or membership</span>
 
885
</dt>
 
886
<dt>
 
887
<span class="refentrytitle"><a href="sql-alterindex.html">ALTER INDEX</a></span><span class="refpurpose"> &#8212; change the definition of an index</span>
 
888
</dt>
 
889
<dt>
 
890
<span class="refentrytitle"><a href="sql-alterlanguage.html">ALTER LANGUAGE</a></span><span class="refpurpose"> &#8212; change the definition of a procedural language</span>
 
891
</dt>
 
892
<dt>
 
893
<span class="refentrytitle"><a href="sql-alteroperator.html">ALTER OPERATOR</a></span><span class="refpurpose"> &#8212; change the definition of an operator</span>
 
894
</dt>
 
895
<dt>
 
896
<span class="refentrytitle"><a href="sql-alteropclass.html">ALTER OPERATOR CLASS</a></span><span class="refpurpose"> &#8212; change the definition of an operator class</span>
 
897
</dt>
 
898
<dt>
 
899
<span class="refentrytitle"><a href="sql-alterrole.html">ALTER ROLE</a></span><span class="refpurpose"> &#8212; change a database role</span>
 
900
</dt>
 
901
<dt>
 
902
<span class="refentrytitle"><a href="sql-alterschema.html">ALTER SCHEMA</a></span><span class="refpurpose"> &#8212; change the definition of a schema</span>
 
903
</dt>
 
904
<dt>
 
905
<span class="refentrytitle"><a href="sql-altersequence.html">ALTER SEQUENCE</a></span><span class="refpurpose"> &#8212;    change the definition of a sequence generator
 
906
  </span>
 
907
</dt>
 
908
<dt>
 
909
<span class="refentrytitle"><a href="sql-altertable.html">ALTER TABLE</a></span><span class="refpurpose"> &#8212; change the definition of a table</span>
 
910
</dt>
 
911
<dt>
 
912
<span class="refentrytitle"><a href="sql-altertablespace.html">ALTER TABLESPACE</a></span><span class="refpurpose"> &#8212; change the definition of a tablespace</span>
 
913
</dt>
 
914
<dt>
 
915
<span class="refentrytitle"><a href="sql-altertrigger.html">ALTER TRIGGER</a></span><span class="refpurpose"> &#8212; change the definition of a trigger</span>
 
916
</dt>
 
917
<dt>
 
918
<span class="refentrytitle"><a href="sql-altertype.html">ALTER TYPE</a></span><span class="refpurpose"> &#8212;    change the definition of a type
 
919
  </span>
 
920
</dt>
 
921
<dt>
 
922
<span class="refentrytitle"><a href="sql-alteruser.html">ALTER USER</a></span><span class="refpurpose"> &#8212; change a database role</span>
 
923
</dt>
 
924
<dt>
 
925
<span class="refentrytitle"><a href="sql-analyze.html">ANALYZE</a></span><span class="refpurpose"> &#8212; collect statistics about a database</span>
 
926
</dt>
 
927
<dt>
 
928
<span class="refentrytitle"><a href="sql-begin.html">BEGIN</a></span><span class="refpurpose"> &#8212; start a transaction block</span>
 
929
</dt>
 
930
<dt>
 
931
<span class="refentrytitle"><a href="sql-checkpoint.html">CHECKPOINT</a></span><span class="refpurpose"> &#8212; force a transaction log checkpoint</span>
 
932
</dt>
 
933
<dt>
 
934
<span class="refentrytitle"><a href="sql-close.html">CLOSE</a></span><span class="refpurpose"> &#8212; close a cursor</span>
 
935
</dt>
 
936
<dt>
 
937
<span class="refentrytitle"><a href="sql-cluster.html">CLUSTER</a></span><span class="refpurpose"> &#8212; cluster a table according to an index</span>
 
938
</dt>
 
939
<dt>
 
940
<span class="refentrytitle"><a href="sql-comment.html">COMMENT</a></span><span class="refpurpose"> &#8212; define or change the comment of an object</span>
 
941
</dt>
 
942
<dt>
 
943
<span class="refentrytitle"><a href="sql-commit.html">COMMIT</a></span><span class="refpurpose"> &#8212; commit the current transaction</span>
 
944
</dt>
 
945
<dt>
 
946
<span class="refentrytitle"><a href="sql-commit-prepared.html">COMMIT PREPARED</a></span><span class="refpurpose"> &#8212; commit a transaction that was earlier prepared for two-phase commit</span>
 
947
</dt>
 
948
<dt>
 
949
<span class="refentrytitle"><a href="sql-copy.html">COPY</a></span><span class="refpurpose"> &#8212; copy data between a file and a table</span>
 
950
</dt>
 
951
<dt>
 
952
<span class="refentrytitle"><a href="sql-createaggregate.html">CREATE AGGREGATE</a></span><span class="refpurpose"> &#8212; define a new aggregate function</span>
 
953
</dt>
 
954
<dt>
 
955
<span class="refentrytitle"><a href="sql-createcast.html">CREATE CAST</a></span><span class="refpurpose"> &#8212; define a new cast</span>
 
956
</dt>
 
957
<dt>
 
958
<span class="refentrytitle"><a href="sql-createconstraint.html">CREATE CONSTRAINT TRIGGER</a></span><span class="refpurpose"> &#8212; define a new constraint trigger</span>
 
959
</dt>
 
960
<dt>
 
961
<span class="refentrytitle"><a href="sql-createconversion.html">CREATE CONVERSION</a></span><span class="refpurpose"> &#8212; define a new encoding conversion</span>
 
962
</dt>
 
963
<dt>
 
964
<span class="refentrytitle"><a href="sql-createdatabase.html">CREATE DATABASE</a></span><span class="refpurpose"> &#8212; create a new database</span>
 
965
</dt>
 
966
<dt>
 
967
<span class="refentrytitle"><a href="sql-createdomain.html">CREATE DOMAIN</a></span><span class="refpurpose"> &#8212; define a new domain</span>
 
968
</dt>
 
969
<dt>
 
970
<span class="refentrytitle"><a href="sql-createfunction.html">CREATE FUNCTION</a></span><span class="refpurpose"> &#8212; define a new function</span>
 
971
</dt>
 
972
<dt>
 
973
<span class="refentrytitle"><a href="sql-creategroup.html">CREATE GROUP</a></span><span class="refpurpose"> &#8212; define a new database role</span>
 
974
</dt>
 
975
<dt>
 
976
<span class="refentrytitle"><a href="sql-createindex.html">CREATE INDEX</a></span><span class="refpurpose"> &#8212; define a new index</span>
 
977
</dt>
 
978
<dt>
 
979
<span class="refentrytitle"><a href="sql-createlanguage.html">CREATE LANGUAGE</a></span><span class="refpurpose"> &#8212; define a new procedural language</span>
 
980
</dt>
 
981
<dt>
 
982
<span class="refentrytitle"><a href="sql-createoperator.html">CREATE OPERATOR</a></span><span class="refpurpose"> &#8212; define a new operator</span>
 
983
</dt>
 
984
<dt>
 
985
<span class="refentrytitle"><a href="sql-createopclass.html">CREATE OPERATOR CLASS</a></span><span class="refpurpose"> &#8212; define a new operator class</span>
 
986
</dt>
 
987
<dt>
 
988
<span class="refentrytitle"><a href="sql-createrole.html">CREATE ROLE</a></span><span class="refpurpose"> &#8212; define a new database role</span>
 
989
</dt>
 
990
<dt>
 
991
<span class="refentrytitle"><a href="sql-createrule.html">CREATE RULE</a></span><span class="refpurpose"> &#8212; define a new rewrite rule</span>
 
992
</dt>
 
993
<dt>
 
994
<span class="refentrytitle"><a href="sql-createschema.html">CREATE SCHEMA</a></span><span class="refpurpose"> &#8212; define a new schema</span>
 
995
</dt>
 
996
<dt>
 
997
<span class="refentrytitle"><a href="sql-createsequence.html">CREATE SEQUENCE</a></span><span class="refpurpose"> &#8212; define a new sequence generator</span>
 
998
</dt>
 
999
<dt>
 
1000
<span class="refentrytitle"><a href="sql-createtable.html">CREATE TABLE</a></span><span class="refpurpose"> &#8212; define a new table</span>
 
1001
</dt>
 
1002
<dt>
 
1003
<span class="refentrytitle"><a href="sql-createtableas.html">CREATE TABLE AS</a></span><span class="refpurpose"> &#8212; define a new table from the results of a query</span>
 
1004
</dt>
 
1005
<dt>
 
1006
<span class="refentrytitle"><a href="sql-createtablespace.html">CREATE TABLESPACE</a></span><span class="refpurpose"> &#8212; define a new tablespace</span>
 
1007
</dt>
 
1008
<dt>
 
1009
<span class="refentrytitle"><a href="sql-createtrigger.html">CREATE TRIGGER</a></span><span class="refpurpose"> &#8212; define a new trigger</span>
 
1010
</dt>
 
1011
<dt>
 
1012
<span class="refentrytitle"><a href="sql-createtype.html">CREATE TYPE</a></span><span class="refpurpose"> &#8212; define a new data type</span>
 
1013
</dt>
 
1014
<dt>
 
1015
<span class="refentrytitle"><a href="sql-createuser.html">CREATE USER</a></span><span class="refpurpose"> &#8212; define a new database role</span>
 
1016
</dt>
 
1017
<dt>
 
1018
<span class="refentrytitle"><a href="sql-createview.html">CREATE VIEW</a></span><span class="refpurpose"> &#8212; define a new view</span>
 
1019
</dt>
 
1020
<dt>
 
1021
<span class="refentrytitle"><a href="sql-deallocate.html">DEALLOCATE</a></span><span class="refpurpose"> &#8212; deallocate a prepared statement</span>
 
1022
</dt>
 
1023
<dt>
 
1024
<span class="refentrytitle"><a href="sql-declare.html">DECLARE</a></span><span class="refpurpose"> &#8212; define a cursor</span>
 
1025
</dt>
 
1026
<dt>
 
1027
<span class="refentrytitle"><a href="sql-delete.html">DELETE</a></span><span class="refpurpose"> &#8212; delete rows of a table</span>
 
1028
</dt>
 
1029
<dt>
 
1030
<span class="refentrytitle"><a href="sql-dropaggregate.html">DROP AGGREGATE</a></span><span class="refpurpose"> &#8212; remove an aggregate function</span>
 
1031
</dt>
 
1032
<dt>
 
1033
<span class="refentrytitle"><a href="sql-dropcast.html">DROP CAST</a></span><span class="refpurpose"> &#8212; remove a cast</span>
 
1034
</dt>
 
1035
<dt>
 
1036
<span class="refentrytitle"><a href="sql-dropconversion.html">DROP CONVERSION</a></span><span class="refpurpose"> &#8212; remove a conversion</span>
 
1037
</dt>
 
1038
<dt>
 
1039
<span class="refentrytitle"><a href="sql-dropdatabase.html">DROP DATABASE</a></span><span class="refpurpose"> &#8212; remove a database</span>
 
1040
</dt>
 
1041
<dt>
 
1042
<span class="refentrytitle"><a href="sql-dropdomain.html">DROP DOMAIN</a></span><span class="refpurpose"> &#8212; remove a domain</span>
 
1043
</dt>
 
1044
<dt>
 
1045
<span class="refentrytitle"><a href="sql-dropfunction.html">DROP FUNCTION</a></span><span class="refpurpose"> &#8212; remove a function</span>
 
1046
</dt>
 
1047
<dt>
 
1048
<span class="refentrytitle"><a href="sql-dropgroup.html">DROP GROUP</a></span><span class="refpurpose"> &#8212; remove a database role</span>
 
1049
</dt>
 
1050
<dt>
 
1051
<span class="refentrytitle"><a href="sql-dropindex.html">DROP INDEX</a></span><span class="refpurpose"> &#8212; remove an index</span>
 
1052
</dt>
 
1053
<dt>
 
1054
<span class="refentrytitle"><a href="sql-droplanguage.html">DROP LANGUAGE</a></span><span class="refpurpose"> &#8212; remove a procedural language</span>
 
1055
</dt>
 
1056
<dt>
 
1057
<span class="refentrytitle"><a href="sql-dropoperator.html">DROP OPERATOR</a></span><span class="refpurpose"> &#8212; remove an operator</span>
 
1058
</dt>
 
1059
<dt>
 
1060
<span class="refentrytitle"><a href="sql-dropopclass.html">DROP OPERATOR CLASS</a></span><span class="refpurpose"> &#8212; remove an operator class</span>
 
1061
</dt>
 
1062
<dt>
 
1063
<span class="refentrytitle"><a href="sql-droprole.html">DROP ROLE</a></span><span class="refpurpose"> &#8212; remove a database role</span>
 
1064
</dt>
 
1065
<dt>
 
1066
<span class="refentrytitle"><a href="sql-droprule.html">DROP RULE</a></span><span class="refpurpose"> &#8212; remove a rewrite rule</span>
 
1067
</dt>
 
1068
<dt>
 
1069
<span class="refentrytitle"><a href="sql-dropschema.html">DROP SCHEMA</a></span><span class="refpurpose"> &#8212; remove a schema</span>
 
1070
</dt>
 
1071
<dt>
 
1072
<span class="refentrytitle"><a href="sql-dropsequence.html">DROP SEQUENCE</a></span><span class="refpurpose"> &#8212; remove a sequence</span>
 
1073
</dt>
 
1074
<dt>
 
1075
<span class="refentrytitle"><a href="sql-droptable.html">DROP TABLE</a></span><span class="refpurpose"> &#8212; remove a table</span>
 
1076
</dt>
 
1077
<dt>
 
1078
<span class="refentrytitle"><a href="sql-droptablespace.html">DROP TABLESPACE</a></span><span class="refpurpose"> &#8212; remove a tablespace</span>
 
1079
</dt>
 
1080
<dt>
 
1081
<span class="refentrytitle"><a href="sql-droptrigger.html">DROP TRIGGER</a></span><span class="refpurpose"> &#8212; remove a trigger</span>
 
1082
</dt>
 
1083
<dt>
 
1084
<span class="refentrytitle"><a href="sql-droptype.html">DROP TYPE</a></span><span class="refpurpose"> &#8212; remove a data type</span>
 
1085
</dt>
 
1086
<dt>
 
1087
<span class="refentrytitle"><a href="sql-dropuser.html">DROP USER</a></span><span class="refpurpose"> &#8212; remove a database role</span>
 
1088
</dt>
 
1089
<dt>
 
1090
<span class="refentrytitle"><a href="sql-dropview.html">DROP VIEW</a></span><span class="refpurpose"> &#8212; remove a view</span>
 
1091
</dt>
 
1092
<dt>
 
1093
<span class="refentrytitle"><a href="sql-end.html">END</a></span><span class="refpurpose"> &#8212; commit the current transaction</span>
 
1094
</dt>
 
1095
<dt>
 
1096
<span class="refentrytitle"><a href="sql-execute.html">EXECUTE</a></span><span class="refpurpose"> &#8212; execute a prepared statement</span>
 
1097
</dt>
 
1098
<dt>
 
1099
<span class="refentrytitle"><a href="sql-explain.html">EXPLAIN</a></span><span class="refpurpose"> &#8212; show the execution plan of a statement</span>
 
1100
</dt>
 
1101
<dt>
 
1102
<span class="refentrytitle"><a href="sql-fetch.html">FETCH</a></span><span class="refpurpose"> &#8212; retrieve rows from a query using a cursor</span>
 
1103
</dt>
 
1104
<dt>
 
1105
<span class="refentrytitle"><a href="sql-grant.html">GRANT</a></span><span class="refpurpose"> &#8212; define access privileges</span>
 
1106
</dt>
 
1107
<dt>
 
1108
<span class="refentrytitle"><a href="sql-insert.html">INSERT</a></span><span class="refpurpose"> &#8212; create new rows in a table</span>
 
1109
</dt>
 
1110
<dt>
 
1111
<span class="refentrytitle"><a href="sql-listen.html">LISTEN</a></span><span class="refpurpose"> &#8212; listen for a notification</span>
 
1112
</dt>
 
1113
<dt>
 
1114
<span class="refentrytitle"><a href="sql-load.html">LOAD</a></span><span class="refpurpose"> &#8212; load or reload a shared library file</span>
 
1115
</dt>
 
1116
<dt>
 
1117
<span class="refentrytitle"><a href="sql-lock.html">LOCK</a></span><span class="refpurpose"> &#8212; lock a table</span>
 
1118
</dt>
 
1119
<dt>
 
1120
<span class="refentrytitle"><a href="sql-move.html">MOVE</a></span><span class="refpurpose"> &#8212; position a cursor</span>
 
1121
</dt>
 
1122
<dt>
 
1123
<span class="refentrytitle"><a href="sql-notify.html">NOTIFY</a></span><span class="refpurpose"> &#8212; generate a notification</span>
 
1124
</dt>
 
1125
<dt>
 
1126
<span class="refentrytitle"><a href="sql-prepare.html">PREPARE</a></span><span class="refpurpose"> &#8212; prepare a statement for execution</span>
 
1127
</dt>
 
1128
<dt>
 
1129
<span class="refentrytitle"><a href="sql-prepare-transaction.html">PREPARE TRANSACTION</a></span><span class="refpurpose"> &#8212; prepare the current transaction for two-phase commit</span>
 
1130
</dt>
 
1131
<dt>
 
1132
<span class="refentrytitle"><a href="sql-reindex.html">REINDEX</a></span><span class="refpurpose"> &#8212; rebuild indexes</span>
 
1133
</dt>
 
1134
<dt>
 
1135
<span class="refentrytitle"><a href="sql-release-savepoint.html">RELEASE SAVEPOINT</a></span><span class="refpurpose"> &#8212; destroy a previously defined savepoint</span>
 
1136
</dt>
 
1137
<dt>
 
1138
<span class="refentrytitle"><a href="sql-reset.html">RESET</a></span><span class="refpurpose"> &#8212; restore the value of a run-time parameter to the default value</span>
 
1139
</dt>
 
1140
<dt>
 
1141
<span class="refentrytitle"><a href="sql-revoke.html">REVOKE</a></span><span class="refpurpose"> &#8212; remove access privileges</span>
 
1142
</dt>
 
1143
<dt>
 
1144
<span class="refentrytitle"><a href="sql-rollback.html">ROLLBACK</a></span><span class="refpurpose"> &#8212; abort the current transaction</span>
 
1145
</dt>
 
1146
<dt>
 
1147
<span class="refentrytitle"><a href="sql-rollback-prepared.html">ROLLBACK PREPARED</a></span><span class="refpurpose"> &#8212; cancel a transaction that was earlier prepared for two-phase commit</span>
 
1148
</dt>
 
1149
<dt>
 
1150
<span class="refentrytitle"><a href="sql-rollback-to.html">ROLLBACK TO SAVEPOINT</a></span><span class="refpurpose"> &#8212; roll back to a savepoint</span>
 
1151
</dt>
 
1152
<dt>
 
1153
<span class="refentrytitle"><a href="sql-savepoint.html">SAVEPOINT</a></span><span class="refpurpose"> &#8212; define a new savepoint within the current transaction</span>
 
1154
</dt>
 
1155
<dt>
 
1156
<span class="refentrytitle"><a href="sql-select.html">SELECT</a></span><span class="refpurpose"> &#8212; retrieve rows from a table or view</span>
 
1157
</dt>
 
1158
<dt>
 
1159
<span class="refentrytitle"><a href="sql-selectinto.html">SELECT INTO</a></span><span class="refpurpose"> &#8212; define a new table from the results of a query</span>
 
1160
</dt>
 
1161
<dt>
 
1162
<span class="refentrytitle"><a href="sql-set.html">SET</a></span><span class="refpurpose"> &#8212; change a run-time parameter</span>
 
1163
</dt>
 
1164
<dt>
 
1165
<span class="refentrytitle"><a href="sql-set-constraints.html">SET CONSTRAINTS</a></span><span class="refpurpose"> &#8212; set constraint checking modes for the current transaction</span>
 
1166
</dt>
 
1167
<dt>
 
1168
<span class="refentrytitle"><a href="sql-set-role.html">SET ROLE</a></span><span class="refpurpose"> &#8212; set the current user identifier of the current session</span>
 
1169
</dt>
 
1170
<dt>
 
1171
<span class="refentrytitle"><a href="sql-set-session-authorization.html">SET SESSION AUTHORIZATION</a></span><span class="refpurpose"> &#8212; set the session user identifier and the current user identifier of the current session</span>
 
1172
</dt>
 
1173
<dt>
 
1174
<span class="refentrytitle"><a href="sql-set-transaction.html">SET TRANSACTION</a></span><span class="refpurpose"> &#8212; set the characteristics of the current transaction</span>
 
1175
</dt>
 
1176
<dt>
 
1177
<span class="refentrytitle"><a href="sql-show.html">SHOW</a></span><span class="refpurpose"> &#8212; show the value of a run-time parameter</span>
 
1178
</dt>
 
1179
<dt>
 
1180
<span class="refentrytitle"><a href="sql-start-transaction.html">START TRANSACTION</a></span><span class="refpurpose"> &#8212; start a transaction block</span>
 
1181
</dt>
 
1182
<dt>
 
1183
<span class="refentrytitle"><a href="sql-truncate.html">TRUNCATE</a></span><span class="refpurpose"> &#8212; empty a table or set of tables</span>
 
1184
</dt>
 
1185
<dt>
 
1186
<span class="refentrytitle"><a href="sql-unlisten.html">UNLISTEN</a></span><span class="refpurpose"> &#8212; stop listening for a notification</span>
 
1187
</dt>
 
1188
<dt>
 
1189
<span class="refentrytitle"><a href="sql-update.html">UPDATE</a></span><span class="refpurpose"> &#8212; update rows of a table</span>
 
1190
</dt>
 
1191
<dt>
 
1192
<span class="refentrytitle"><a href="sql-vacuum.html">VACUUM</a></span><span class="refpurpose"> &#8212; garbage-collect and optionally analyze a database</span>
1191
1193
</dt>
1192
1194
</dl></dd>
1193
1195
<dt><span class="reference"><a href="reference-client.html">II. PostgreSQL Client Applications</a></span></dt>
1194
1196
<dd><dl>
1195
1197
<dt>
1196
 
<span class="refentrytitle"><a href="app-clusterdb.html"><span class="application">clusterdb</span></a></span><span class="refpurpose"> - cluster a PostgreSQL database</span>
1197
 
</dt>
1198
 
<dt>
1199
 
<span class="refentrytitle"><a href="app-createdb.html"><span class="application">createdb</span></a></span><span class="refpurpose"> - create a new PostgreSQL database</span>
1200
 
</dt>
1201
 
<dt>
1202
 
<span class="refentrytitle"><a href="app-createlang.html"><span class="application">createlang</span></a></span><span class="refpurpose"> - define a new PostgreSQL procedural language</span>
1203
 
</dt>
1204
 
<dt>
1205
 
<span class="refentrytitle"><a href="app-createuser.html"><span class="application">createuser</span></a></span><span class="refpurpose"> - define a new PostgreSQL user account</span>
1206
 
</dt>
1207
 
<dt>
1208
 
<span class="refentrytitle"><a href="app-dropdb.html"><span class="application">dropdb</span></a></span><span class="refpurpose"> - remove a PostgreSQL database</span>
1209
 
</dt>
1210
 
<dt>
1211
 
<span class="refentrytitle"><a href="app-droplang.html"><span class="application">droplang</span></a></span><span class="refpurpose"> - remove a PostgreSQL procedural language</span>
1212
 
</dt>
1213
 
<dt>
1214
 
<span class="refentrytitle"><a href="app-dropuser.html"><span class="application">dropuser</span></a></span><span class="refpurpose"> - remove a PostgreSQL user account</span>
1215
 
</dt>
1216
 
<dt>
1217
 
<span class="refentrytitle"><a href="app-ecpg.html"><span class="application">ecpg</span></a></span><span class="refpurpose"> - embedded SQL C preprocessor</span>
1218
 
</dt>
1219
 
<dt>
1220
 
<span class="refentrytitle"><a href="app-pgconfig.html">pg_config</a></span><span class="refpurpose"> - retrieve information about the installed version of PostgreSQL</span>
1221
 
</dt>
1222
 
<dt>
1223
 
<span class="refentrytitle"><a href="app-pgdump.html">pg_dump</a></span><span class="refpurpose"> -    extract a PostgreSQL database into a script file or other archive file 
1224
 
  </span>
1225
 
</dt>
1226
 
<dt>
1227
 
<span class="refentrytitle"><a href="app-pg-dumpall.html"><span class="application">pg_dumpall</span></a></span><span class="refpurpose"> - extract a PostgreSQL database cluster into a script file</span>
1228
 
</dt>
1229
 
<dt>
1230
 
<span class="refentrytitle"><a href="app-pgrestore.html">pg_restore</a></span><span class="refpurpose"> -    restore a PostgreSQL database from an archive file created by pg_dump
1231
 
  </span>
1232
 
</dt>
1233
 
<dt>
1234
 
<span class="refentrytitle"><a href="app-psql.html"><span class="application">psql</span></a></span><span class="refpurpose"> -       PostgreSQL interactive terminal
 
1198
<span class="refentrytitle"><a href="app-clusterdb.html"><span class="application">clusterdb</span></a></span><span class="refpurpose"> &#8212; cluster a <span class="productname">PostgreSQL</span> database</span>
 
1199
</dt>
 
1200
<dt>
 
1201
<span class="refentrytitle"><a href="app-createdb.html"><span class="application">createdb</span></a></span><span class="refpurpose"> &#8212; create a new <span class="productname">PostgreSQL</span> database</span>
 
1202
</dt>
 
1203
<dt>
 
1204
<span class="refentrytitle"><a href="app-createlang.html"><span class="application">createlang</span></a></span><span class="refpurpose"> &#8212; define a new <span class="productname">PostgreSQL</span> procedural language</span>
 
1205
</dt>
 
1206
<dt>
 
1207
<span class="refentrytitle"><a href="app-createuser.html"><span class="application">createuser</span></a></span><span class="refpurpose"> &#8212; define a new <span class="productname">PostgreSQL</span> user account</span>
 
1208
</dt>
 
1209
<dt>
 
1210
<span class="refentrytitle"><a href="app-dropdb.html"><span class="application">dropdb</span></a></span><span class="refpurpose"> &#8212; remove a <span class="productname">PostgreSQL</span> database</span>
 
1211
</dt>
 
1212
<dt>
 
1213
<span class="refentrytitle"><a href="app-droplang.html"><span class="application">droplang</span></a></span><span class="refpurpose"> &#8212; remove a <span class="productname">PostgreSQL</span> procedural language</span>
 
1214
</dt>
 
1215
<dt>
 
1216
<span class="refentrytitle"><a href="app-dropuser.html"><span class="application">dropuser</span></a></span><span class="refpurpose"> &#8212; remove a <span class="productname">PostgreSQL</span> user account</span>
 
1217
</dt>
 
1218
<dt>
 
1219
<span class="refentrytitle"><a href="app-ecpg.html"><span class="application">ecpg</span></a></span><span class="refpurpose"> &#8212; embedded SQL C preprocessor</span>
 
1220
</dt>
 
1221
<dt>
 
1222
<span class="refentrytitle"><a href="app-pgconfig.html">pg_config</a></span><span class="refpurpose"> &#8212; retrieve information about the installed version of <span class="productname">PostgreSQL</span></span>
 
1223
</dt>
 
1224
<dt>
 
1225
<span class="refentrytitle"><a href="app-pgdump.html">pg_dump</a></span><span class="refpurpose"> &#8212;    extract a <span class="productname">PostgreSQL</span> database into a script file or other archive file 
 
1226
  </span>
 
1227
</dt>
 
1228
<dt>
 
1229
<span class="refentrytitle"><a href="app-pg-dumpall.html"><span class="application">pg_dumpall</span></a></span><span class="refpurpose"> &#8212; extract a <span class="productname">PostgreSQL</span> database cluster into a script file</span>
 
1230
</dt>
 
1231
<dt>
 
1232
<span class="refentrytitle"><a href="app-pgrestore.html">pg_restore</a></span><span class="refpurpose"> &#8212;    restore a <span class="productname">PostgreSQL</span> database from an archive file created by pg_dump
 
1233
  </span>
 
1234
</dt>
 
1235
<dt>
 
1236
<span class="refentrytitle"><a href="app-psql.html"><span class="application">psql</span></a></span><span class="refpurpose"> &#8212;       <span class="productname">PostgreSQL</span> interactive terminal
1235
1237
    </span>
1236
1238
</dt>
1237
1239
<dt>
1238
 
<span class="refentrytitle"><a href="app-reindexdb.html"><span class="application">reindexdb</span></a></span><span class="refpurpose"> - reindex a PostgreSQL database</span>
 
1240
<span class="refentrytitle"><a href="app-reindexdb.html"><span class="application">reindexdb</span></a></span><span class="refpurpose"> &#8212; reindex a <span class="productname">PostgreSQL</span> database</span>
1239
1241
</dt>
1240
1242
<dt>
1241
 
<span class="refentrytitle"><a href="app-vacuumdb.html"><span class="application">vacuumdb</span></a></span><span class="refpurpose"> - garbage-collect and analyze a PostgreSQL database</span>
 
1243
<span class="refentrytitle"><a href="app-vacuumdb.html"><span class="application">vacuumdb</span></a></span><span class="refpurpose"> &#8212; garbage-collect and analyze a <span class="productname">PostgreSQL</span> database</span>
1242
1244
</dt>
1243
1245
</dl></dd>
1244
1246
<dt><span class="reference"><a href="reference-server.html">III. PostgreSQL Server Applications</a></span></dt>
1245
1247
<dd><dl>
1246
1248
<dt>
1247
 
<span class="refentrytitle"><a href="app-initdb.html">initdb</a></span><span class="refpurpose"> - create a new PostgreSQL database cluster</span>
1248
 
</dt>
1249
 
<dt>
1250
 
<span class="refentrytitle"><a href="app-ipcclean.html"><span class="application">ipcclean</span></a></span><span class="refpurpose"> - remove shared memory and semaphores from a failed PostgreSQL server</span>
1251
 
</dt>
1252
 
<dt>
1253
 
<span class="refentrytitle"><a href="app-pgcontroldata.html"><span class="application">pg_controldata</span></a></span><span class="refpurpose"> - display control information of a PostgreSQL database cluster</span>
1254
 
</dt>
1255
 
<dt>
1256
 
<span class="refentrytitle"><a href="app-pg-ctl.html"><span class="application">pg_ctl</span></a></span><span class="refpurpose"> - start, stop, or restart a PostgreSQL server</span>
1257
 
</dt>
1258
 
<dt>
1259
 
<span class="refentrytitle"><a href="app-pgresetxlog.html"><span class="application">pg_resetxlog</span></a></span><span class="refpurpose"> - reset the write-ahead log and other control information of a PostgreSQL database cluster</span>
1260
 
</dt>
1261
 
<dt>
1262
 
<span class="refentrytitle"><a href="app-postgres.html"><span class="application">postgres</span></a></span><span class="refpurpose"> - run a PostgreSQL server in single-user mode</span>
1263
 
</dt>
1264
 
<dt>
1265
 
<span class="refentrytitle"><a href="app-postmaster.html"><span class="application">postmaster</span></a></span><span class="refpurpose"> - PostgreSQL multiuser database server</span>
 
1249
<span class="refentrytitle"><a href="app-initdb.html">initdb</a></span><span class="refpurpose"> &#8212; create a new <span class="productname">PostgreSQL</span> database cluster</span>
 
1250
</dt>
 
1251
<dt>
 
1252
<span class="refentrytitle"><a href="app-ipcclean.html"><span class="application">ipcclean</span></a></span><span class="refpurpose"> &#8212; remove shared memory and semaphores from a failed <span class="productname">PostgreSQL</span> server</span>
 
1253
</dt>
 
1254
<dt>
 
1255
<span class="refentrytitle"><a href="app-pgcontroldata.html"><span class="application">pg_controldata</span></a></span><span class="refpurpose"> &#8212; display control information of a <span class="productname">PostgreSQL</span> database cluster</span>
 
1256
</dt>
 
1257
<dt>
 
1258
<span class="refentrytitle"><a href="app-pg-ctl.html"><span class="application">pg_ctl</span></a></span><span class="refpurpose"> &#8212; start, stop, or restart a <span class="productname">PostgreSQL</span> server</span>
 
1259
</dt>
 
1260
<dt>
 
1261
<span class="refentrytitle"><a href="app-pgresetxlog.html"><span class="application">pg_resetxlog</span></a></span><span class="refpurpose"> &#8212; reset the write-ahead log and other control information of a <span class="productname">PostgreSQL</span> database cluster</span>
 
1262
</dt>
 
1263
<dt>
 
1264
<span class="refentrytitle"><a href="app-postgres.html"><span class="application">postgres</span></a></span><span class="refpurpose"> &#8212; run a <span class="productname">PostgreSQL</span> server in single-user mode</span>
 
1265
</dt>
 
1266
<dt>
 
1267
<span class="refentrytitle"><a href="app-postmaster.html"><span class="application">postmaster</span></a></span><span class="refpurpose"> &#8212; <span class="productname">PostgreSQL</span> multiuser database server</span>
1266
1268
</dt>
1267
1269
</dl></dd>
1268
1270
</dl></dd>
1274
1276
<dt><span class="sect1"><a href="connect-estab.html">41.2. How Connections are Established</a></span></dt>
1275
1277
<dt><span class="sect1"><a href="parser-stage.html">41.3. The Parser Stage</a></span></dt>
1276
1278
<dd><dl>
1277
 
<dt><span class="sect2"><a href="parser-stage.html#id763064">41.3.1. Parser</a></span></dt>
1278
 
<dt><span class="sect2"><a href="parser-stage.html#id763268">41.3.2. Transformation Process</a></span></dt>
 
1279
<dt><span class="sect2"><a href="parser-stage.html#id815181">41.3.1. Parser</a></span></dt>
 
1280
<dt><span class="sect2"><a href="parser-stage.html#id815385">41.3.2. Transformation Process</a></span></dt>
1279
1281
</dl></dd>
1280
1282
<dt><span class="sect1"><a href="rule-system.html">41.4. The <span class="productname">PostgreSQL</span> Rule System</a></span></dt>
1281
1283
<dt><span class="sect1"><a href="planner-optimizer.html">41.5. Planner/Optimizer</a></span></dt>
1282
 
<dd><dl><dt><span class="sect2"><a href="planner-optimizer.html#id763545">41.5.1. Generating Possible Plans</a></span></dt></dl></dd>
 
1284
<dd><dl><dt><span class="sect2"><a href="planner-optimizer.html#id815662">41.5.1. Generating Possible Plans</a></span></dt></dl></dd>
1283
1285
<dt><span class="sect1"><a href="executor.html">41.6. Executor</a></span></dt>
1284
1286
</dl></dd>
1285
1287
<dt><span class="chapter"><a href="catalogs.html">42. System Catalogs</a></span></dt>
1341
1343
</dl></dd>
1342
1344
<dt><span class="sect1"><a href="protocol-flow.html">43.2. Message Flow</a></span></dt>
1343
1345
<dd><dl>
1344
 
<dt><span class="sect2"><a href="protocol-flow.html#id782130">43.2.1. Start-Up</a></span></dt>
1345
 
<dt><span class="sect2"><a href="protocol-flow.html#id782376">43.2.2. Simple Query</a></span></dt>
1346
 
<dt><span class="sect2"><a href="protocol-flow.html#id782634">43.2.3. Extended Query</a></span></dt>
1347
 
<dt><span class="sect2"><a href="protocol-flow.html#id783012">43.2.4. Function Call</a></span></dt>
 
1346
<dt><span class="sect2"><a href="protocol-flow.html#id834234">43.2.1. Start-Up</a></span></dt>
 
1347
<dt><span class="sect2"><a href="protocol-flow.html#id834480">43.2.2. Simple Query</a></span></dt>
 
1348
<dt><span class="sect2"><a href="protocol-flow.html#id834738">43.2.3. Extended Query</a></span></dt>
 
1349
<dt><span class="sect2"><a href="protocol-flow.html#id835121">43.2.4. Function Call</a></span></dt>
1348
1350
<dt><span class="sect2"><a href="protocol-flow.html#protocol-copy">43.2.5. COPY Operations</a></span></dt>
1349
1351
<dt><span class="sect2"><a href="protocol-flow.html#protocol-async">43.2.6. Asynchronous Operations</a></span></dt>
1350
 
<dt><span class="sect2"><a href="protocol-flow.html#id783463">43.2.7. Cancelling Requests in Progress</a></span></dt>
1351
 
<dt><span class="sect2"><a href="protocol-flow.html#id783536">43.2.8. Termination</a></span></dt>
1352
 
<dt><span class="sect2"><a href="protocol-flow.html#id783596">43.2.9. <span class="acronym">SSL</span> Session Encryption</a></span></dt>
 
1352
<dt><span class="sect2"><a href="protocol-flow.html#id835564">43.2.7. Cancelling Requests in Progress</a></span></dt>
 
1353
<dt><span class="sect2"><a href="protocol-flow.html#id835628">43.2.8. Termination</a></span></dt>
 
1354
<dt><span class="sect2"><a href="protocol-flow.html#id835688">43.2.9. <acronym class="acronym">SSL</acronym> Session Encryption</a></span></dt>
1353
1355
</dl></dd>
1354
1356
<dt><span class="sect1"><a href="protocol-message-types.html">43.3. Message Data Types</a></span></dt>
1355
1357
<dt><span class="sect1"><a href="protocol-message-formats.html">43.4. Message Formats</a></span></dt>
1366
1368
<dd><dl>
1367
1369
<dt><span class="sect1"><a href="nls.html#nls-translator">45.1. For the Translator</a></span></dt>
1368
1370
<dd><dl>
1369
 
<dt><span class="sect2"><a href="nls.html#id788127">45.1.1. Requirements</a></span></dt>
1370
 
<dt><span class="sect2"><a href="nls.html#id788201">45.1.2. Concepts</a></span></dt>
1371
 
<dt><span class="sect2"><a href="nls.html#id788336">45.1.3. Creating and maintaining message catalogs</a></span></dt>
1372
 
<dt><span class="sect2"><a href="nls.html#id788532">45.1.4. Editing the PO files</a></span></dt>
 
1371
<dt><span class="sect2"><a href="nls.html#id840226">45.1.1. Requirements</a></span></dt>
 
1372
<dt><span class="sect2"><a href="nls.html#id840300">45.1.2. Concepts</a></span></dt>
 
1373
<dt><span class="sect2"><a href="nls.html#id840436">45.1.3. Creating and maintaining message catalogs</a></span></dt>
 
1374
<dt><span class="sect2"><a href="nls.html#id840632">45.1.4. Editing the PO files</a></span></dt>
1373
1375
</dl></dd>
1374
1376
<dt><span class="sect1"><a href="nls-programmer.html">45.2. For the Programmer</a></span></dt>
1375
1377
<dd><dl>
1382
1384
<dd><dl>
1383
1385
<dt><span class="sect1"><a href="geqo.html#geqo-intro">47.1. Query Handling as a Complex Optimization Problem</a></span></dt>
1384
1386
<dt><span class="sect1"><a href="geqo-intro2.html">47.2. Genetic Algorithms</a></span></dt>
1385
 
<dt><span class="sect1"><a href="geqo-pg-intro.html">47.3. Genetic Query Optimization (<span class="acronym">GEQO</span>) in PostgreSQL</a></span></dt>
 
1387
<dt><span class="sect1"><a href="geqo-pg-intro.html">47.3. Genetic Query Optimization (<acronym class="acronym">GEQO</acronym>) in PostgreSQL</a></span></dt>
1386
1388
<dd><dl><dt><span class="sect2"><a href="geqo-pg-intro.html#geqo-future">47.3.1. Future Implementation Tasks for
1387
 
    <span class="productname">PostgreSQL</span> <span class="acronym">GEQO</span></a></span></dt></dl></dd>
 
1389
    <span class="productname">PostgreSQL</span> <acronym class="acronym">GEQO</acronym></a></span></dt></dl></dd>
1388
1390
<dt><span class="sect1"><a href="geqo-biblio.html">47.4. Further Reading</a></span></dt>
1389
1391
</dl></dd>
1390
1392
<dt><span class="chapter"><a href="indexam.html">48. Index Access Method Interface Definition</a></span></dt>
1410
1412
<dt><span class="sect1"><a href="storage-toast.html">50.2. TOAST</a></span></dt>
1411
1413
<dt><span class="sect1"><a href="storage-page-layout.html">50.3. Database Page Layout</a></span></dt>
1412
1414
</dl></dd>
1413
 
<dt><span class="chapter"><a href="bki.html">51. <span class="acronym">BKI</span> Backend Interface</a></span></dt>
 
1415
<dt><span class="chapter"><a href="bki.html">51. <acronym class="acronym">BKI</acronym> Backend Interface</a></span></dt>
1414
1416
<dd><dl>
1415
 
<dt><span class="sect1"><a href="bki.html#bki-format">51.1. <span class="acronym">BKI</span> File Format</a></span></dt>
1416
 
<dt><span class="sect1"><a href="bki-commands.html">51.2. <span class="acronym">BKI</span> Commands</a></span></dt>
1417
 
<dt><span class="sect1"><a href="bki-structure.html">51.3. Structure of the Bootstrap <span class="acronym">BKI</span> File</a></span></dt>
 
1417
<dt><span class="sect1"><a href="bki.html#bki-format">51.1. <acronym class="acronym">BKI</acronym> File Format</a></span></dt>
 
1418
<dt><span class="sect1"><a href="bki-commands.html">51.2. <acronym class="acronym">BKI</acronym> Commands</a></span></dt>
 
1419
<dt><span class="sect1"><a href="bki-structure.html">51.3. Structure of the Bootstrap <acronym class="acronym">BKI</acronym> File</a></span></dt>
1418
1420
<dt><span class="sect1"><a href="bki-example.html">51.4. Example</a></span></dt>
1419
1421
</dl></dd>
1420
1422
<dt><span class="chapter"><a href="planner-stats-details.html">52. How the Planner Uses Statistics</a></span></dt>
1425
1427
<dt><span class="appendix"><a href="errcodes-appendix.html">A. <span class="productname">PostgreSQL</span> Error Codes</a></span></dt>
1426
1428
<dt><span class="appendix"><a href="datetime-appendix.html">B. Date/Time Support</a></span></dt>
1427
1429
<dd><dl>
1428
 
<dt><span class="sect1"><a href="datetime-appendix.html#id797998">B.1. Date/Time Input Interpretation</a></span></dt>
 
1430
<dt><span class="sect1"><a href="datetime-appendix.html#id850147">B.1. Date/Time Input Interpretation</a></span></dt>
1429
1431
<dt><span class="sect1"><a href="datetime-keywords.html">B.2. Date/Time Key Words</a></span></dt>
1430
1432
<dt><span class="sect1"><a href="datetime-units-history.html">B.3. History of Units</a></span></dt>
1431
1433
</dl></dd>
1432
 
<dt><span class="appendix"><a href="sql-keywords-appendix.html">C. <span class="acronym">SQL</span> Key Words</a></span></dt>
 
1434
<dt><span class="appendix"><a href="sql-keywords-appendix.html">C. <acronym class="acronym">SQL</acronym> Key Words</a></span></dt>
1433
1435
<dt><span class="appendix"><a href="features.html">D. SQL Conformance</a></span></dt>
1434
1436
<dd><dl>
1435
1437
<dt><span class="sect1"><a href="features.html#features-sql-standard">D.1. Supported Features</a></span></dt>
1437
1439
</dl></dd>
1438
1440
<dt><span class="appendix"><a href="release.html">E. Release Notes</a></span></dt>
1439
1441
<dd><dl>
1440
 
<dt><span class="sect1"><a href="release.html#release-8-1-3">E.1. Release 8.1.3</a></span></dt>
1441
 
<dd><dl>
1442
 
<dt><span class="sect2"><a href="release.html#id815549">E.1.1. Migration to version 8.1.3</a></span></dt>
1443
 
<dt><span class="sect2"><a href="release.html#id815559">E.1.2. Changes</a></span></dt>
1444
 
</dl></dd>
1445
 
<dt><span class="sect1"><a href="release-8-1-2.html">E.2. Release 8.1.2</a></span></dt>
1446
 
<dd><dl>
1447
 
<dt><span class="sect2"><a href="release-8-1-2.html#id815919">E.2.1. Migration to version 8.1.2</a></span></dt>
1448
 
<dt><span class="sect2"><a href="release-8-1-2.html#id815943">E.2.2. Changes</a></span></dt>
1449
 
</dl></dd>
1450
 
<dt><span class="sect1"><a href="release-8-1-1.html">E.3. Release 8.1.1</a></span></dt>
1451
 
<dd><dl>
1452
 
<dt><span class="sect2"><a href="release-8-1-1.html#id816178">E.3.1. Migration to version 8.1.1</a></span></dt>
1453
 
<dt><span class="sect2"><a href="release-8-1-1.html#id816186">E.3.2. Changes</a></span></dt>
1454
 
</dl></dd>
1455
 
<dt><span class="sect1"><a href="release-8-1.html">E.4. Release 8.1</a></span></dt>
1456
 
<dd><dl>
1457
 
<dt><span class="sect2"><a href="release-8-1.html#id816401">E.4.1. Overview</a></span></dt>
1458
 
<dt><span class="sect2"><a href="release-8-1.html#id816754">E.4.2. Migration to version 8.1</a></span></dt>
1459
 
<dt><span class="sect2"><a href="release-8-1.html#id817514">E.4.3. Additional Changes</a></span></dt>
1460
 
</dl></dd>
1461
 
<dt><span class="sect1"><a href="release-8-0-7.html">E.5. Release 8.0.7</a></span></dt>
1462
 
<dd><dl>
1463
 
<dt><span class="sect2"><a href="release-8-0-7.html#id820574">E.5.1. Migration to version 8.0.7</a></span></dt>
1464
 
<dt><span class="sect2"><a href="release-8-0-7.html#id820584">E.5.2. Changes</a></span></dt>
1465
 
</dl></dd>
1466
 
<dt><span class="sect1"><a href="release-8-0-6.html">E.6. Release 8.0.6</a></span></dt>
1467
 
<dd><dl>
1468
 
<dt><span class="sect2"><a href="release-8-0-6.html#id820853">E.6.1. Migration to version 8.0.6</a></span></dt>
1469
 
<dt><span class="sect2"><a href="release-8-0-6.html#id820878">E.6.2. Changes</a></span></dt>
1470
 
</dl></dd>
1471
 
<dt><span class="sect1"><a href="release-8-0-5.html">E.7. Release 8.0.5</a></span></dt>
1472
 
<dd><dl>
1473
 
<dt><span class="sect2"><a href="release-8-0-5.html#id821045">E.7.1. Migration to version 8.0.5</a></span></dt>
1474
 
<dt><span class="sect2"><a href="release-8-0-5.html#id821055">E.7.2. Changes</a></span></dt>
1475
 
</dl></dd>
1476
 
<dt><span class="sect1"><a href="release-8-0-4.html">E.8. Release 8.0.4</a></span></dt>
1477
 
<dd><dl>
1478
 
<dt><span class="sect2"><a href="release-8-0-4.html#id821210">E.8.1. Migration to version 8.0.4</a></span></dt>
1479
 
<dt><span class="sect2"><a href="release-8-0-4.html#id821219">E.8.2. Changes</a></span></dt>
1480
 
</dl></dd>
1481
 
<dt><span class="sect1"><a href="release-8-0-3.html">E.9. Release 8.0.3</a></span></dt>
1482
 
<dd><dl>
1483
 
<dt><span class="sect2"><a href="release-8-0-3.html#id821574">E.9.1. Migration to version 8.0.3</a></span></dt>
1484
 
<dt><span class="sect2"><a href="release-8-0-3.html#id821646">E.9.2. Changes</a></span></dt>
1485
 
</dl></dd>
1486
 
<dt><span class="sect1"><a href="release-8-0-2.html">E.10. Release 8.0.2</a></span></dt>
1487
 
<dd><dl>
1488
 
<dt><span class="sect2"><a href="release-8-0-2.html#id821892">E.10.1. Migration to version 8.0.2</a></span></dt>
1489
 
<dt><span class="sect2"><a href="release-8-0-2.html#id821909">E.10.2. Changes</a></span></dt>
1490
 
</dl></dd>
1491
 
<dt><span class="sect1"><a href="release-8-0-1.html">E.11. Release 8.0.1</a></span></dt>
1492
 
<dd><dl>
1493
 
<dt><span class="sect2"><a href="release-8-0-1.html#id822473">E.11.1. Migration to version 8.0.1</a></span></dt>
1494
 
<dt><span class="sect2"><a href="release-8-0-1.html#id822481">E.11.2. Changes</a></span></dt>
1495
 
</dl></dd>
1496
 
<dt><span class="sect1"><a href="release-8-0.html">E.12. Release 8.0</a></span></dt>
1497
 
<dd><dl>
1498
 
<dt><span class="sect2"><a href="release-8-0.html#id822612">E.12.1. Overview</a></span></dt>
1499
 
<dt><span class="sect2"><a href="release-8-0.html#id822887">E.12.2. Migration to version 8.0</a></span></dt>
1500
 
<dt><span class="sect2"><a href="release-8-0.html#id823364">E.12.3. Deprecated Features</a></span></dt>
1501
 
<dt><span class="sect2"><a href="release-8-0.html#id823462">E.12.4. Changes</a></span></dt>
1502
 
</dl></dd>
1503
 
<dt><span class="sect1"><a href="release-7-4-12.html">E.13. Release 7.4.12</a></span></dt>
1504
 
<dd><dl>
1505
 
<dt><span class="sect2"><a href="release-7-4-12.html#id826862">E.13.1. Migration to version 7.4.12</a></span></dt>
1506
 
<dt><span class="sect2"><a href="release-7-4-12.html#id826872">E.13.2. Changes</a></span></dt>
1507
 
</dl></dd>
1508
 
<dt><span class="sect1"><a href="release-7-4-11.html">E.14. Release 7.4.11</a></span></dt>
1509
 
<dd><dl>
1510
 
<dt><span class="sect2"><a href="release-7-4-11.html#id826974">E.14.1. Migration to version 7.4.11</a></span></dt>
1511
 
<dt><span class="sect2"><a href="release-7-4-11.html#id826999">E.14.2. Changes</a></span></dt>
1512
 
</dl></dd>
1513
 
<dt><span class="sect1"><a href="release-7-4-10.html">E.15. Release 7.4.10</a></span></dt>
1514
 
<dd><dl>
1515
 
<dt><span class="sect2"><a href="release-7-4-10.html#id827125">E.15.1. Migration to version 7.4.10</a></span></dt>
1516
 
<dt><span class="sect2"><a href="release-7-4-10.html#id827135">E.15.2. Changes</a></span></dt>
1517
 
</dl></dd>
1518
 
<dt><span class="sect1"><a href="release-7-4-9.html">E.16. Release 7.4.9</a></span></dt>
1519
 
<dd><dl>
1520
 
<dt><span class="sect2"><a href="release-7-4-9.html#id827211">E.16.1. Migration to version 7.4.9</a></span></dt>
1521
 
<dt><span class="sect2"><a href="release-7-4-9.html#id827221">E.16.2. Changes</a></span></dt>
1522
 
</dl></dd>
1523
 
<dt><span class="sect1"><a href="release-7-4-8.html">E.17. Release 7.4.8</a></span></dt>
1524
 
<dd><dl>
1525
 
<dt><span class="sect2"><a href="release-7-4-8.html#id827427">E.17.1. Migration to version 7.4.8</a></span></dt>
1526
 
<dt><span class="sect2"><a href="release-7-4-8.html#id827598">E.17.2. Changes</a></span></dt>
1527
 
</dl></dd>
1528
 
<dt><span class="sect1"><a href="release-7-4-7.html">E.18. Release 7.4.7</a></span></dt>
1529
 
<dd><dl>
1530
 
<dt><span class="sect2"><a href="release-7-4-7.html#id827888">E.18.1. Migration to version 7.4.7</a></span></dt>
1531
 
<dt><span class="sect2"><a href="release-7-4-7.html#id827896">E.18.2. Changes</a></span></dt>
1532
 
</dl></dd>
1533
 
<dt><span class="sect1"><a href="release-7-4-6.html">E.19. Release 7.4.6</a></span></dt>
1534
 
<dd><dl>
1535
 
<dt><span class="sect2"><a href="release-7-4-6.html#id827993">E.19.1. Migration to version 7.4.6</a></span></dt>
1536
 
<dt><span class="sect2"><a href="release-7-4-6.html#id828001">E.19.2. Changes</a></span></dt>
1537
 
</dl></dd>
1538
 
<dt><span class="sect1"><a href="release-7-4-5.html">E.20. Release 7.4.5</a></span></dt>
1539
 
<dd><dl>
1540
 
<dt><span class="sect2"><a href="release-7-4-5.html#id828155">E.20.1. Migration to version 7.4.5</a></span></dt>
1541
 
<dt><span class="sect2"><a href="release-7-4-5.html#id828163">E.20.2. Changes</a></span></dt>
1542
 
</dl></dd>
1543
 
<dt><span class="sect1"><a href="release-7-4-4.html">E.21. Release 7.4.4</a></span></dt>
1544
 
<dd><dl>
1545
 
<dt><span class="sect2"><a href="release-7-4-4.html#id828198">E.21.1. Migration to version 7.4.4</a></span></dt>
1546
 
<dt><span class="sect2"><a href="release-7-4-4.html#id828206">E.21.2. Changes</a></span></dt>
1547
 
</dl></dd>
1548
 
<dt><span class="sect1"><a href="release-7-4-3.html">E.22. Release 7.4.3</a></span></dt>
1549
 
<dd><dl>
1550
 
<dt><span class="sect2"><a href="release-7-4-3.html#id828310">E.22.1. Migration to version 7.4.3</a></span></dt>
1551
 
<dt><span class="sect2"><a href="release-7-4-3.html#id828318">E.22.2. Changes</a></span></dt>
1552
 
</dl></dd>
1553
 
<dt><span class="sect1"><a href="release-7-4-2.html">E.23. Release 7.4.2</a></span></dt>
1554
 
<dd><dl>
1555
 
<dt><span class="sect2"><a href="release-7-4-2.html#id828454">E.23.1. Migration to version 7.4.2</a></span></dt>
1556
 
<dt><span class="sect2"><a href="release-7-4-2.html#id828643">E.23.2. Changes</a></span></dt>
1557
 
</dl></dd>
1558
 
<dt><span class="sect1"><a href="release-7-4-1.html">E.24. Release 7.4.1</a></span></dt>
1559
 
<dd><dl>
1560
 
<dt><span class="sect2"><a href="release-7-4-1.html#id828826">E.24.1. Migration to version 7.4.1</a></span></dt>
1561
 
<dt><span class="sect2"><a href="release-7-4-1.html#id828875">E.24.2. Changes</a></span></dt>
1562
 
</dl></dd>
1563
 
<dt><span class="sect1"><a href="release-7-4.html">E.25. Release 7.4</a></span></dt>
1564
 
<dd><dl>
1565
 
<dt><span class="sect2"><a href="release-7-4.html#id829170">E.25.1. Overview</a></span></dt>
1566
 
<dt><span class="sect2"><a href="release-7-4.html#id829543">E.25.2. Migration to version 7.4</a></span></dt>
1567
 
<dt><span class="sect2"><a href="release-7-4.html#id829878">E.25.3. Changes</a></span></dt>
1568
 
</dl></dd>
1569
 
<dt><span class="sect1"><a href="release-7-3-14.html">E.26. Release 7.3.14</a></span></dt>
1570
 
<dd><dl>
1571
 
<dt><span class="sect2"><a href="release-7-3-14.html#id833254">E.26.1. Migration to version 7.3.14</a></span></dt>
1572
 
<dt><span class="sect2"><a href="release-7-3-14.html#id833264">E.26.2. Changes</a></span></dt>
1573
 
</dl></dd>
1574
 
<dt><span class="sect1"><a href="release-7-3-13.html">E.27. Release 7.3.13</a></span></dt>
1575
 
<dd><dl>
1576
 
<dt><span class="sect2"><a href="release-7-3-13.html#id833348">E.27.1. Migration to version 7.3.13</a></span></dt>
1577
 
<dt><span class="sect2"><a href="release-7-3-13.html#id833374">E.27.2. Changes</a></span></dt>
1578
 
</dl></dd>
1579
 
<dt><span class="sect1"><a href="release-7-3-12.html">E.28. Release 7.3.12</a></span></dt>
1580
 
<dd><dl>
1581
 
<dt><span class="sect2"><a href="release-7-3-12.html#id833494">E.28.1. Migration to version 7.3.12</a></span></dt>
1582
 
<dt><span class="sect2"><a href="release-7-3-12.html#id833504">E.28.2. Changes</a></span></dt>
1583
 
</dl></dd>
1584
 
<dt><span class="sect1"><a href="release-7-3-11.html">E.29. Release 7.3.11</a></span></dt>
1585
 
<dd><dl>
1586
 
<dt><span class="sect2"><a href="release-7-3-11.html#id833570">E.29.1. Migration to version 7.3.11</a></span></dt>
1587
 
<dt><span class="sect2"><a href="release-7-3-11.html#id833580">E.29.2. Changes</a></span></dt>
1588
 
</dl></dd>
1589
 
<dt><span class="sect1"><a href="release-7-3-10.html">E.30. Release 7.3.10</a></span></dt>
1590
 
<dd><dl>
1591
 
<dt><span class="sect2"><a href="release-7-3-10.html#id833699">E.30.1. Migration to version 7.3.10</a></span></dt>
1592
 
<dt><span class="sect2"><a href="release-7-3-10.html#id833807">E.30.2. Changes</a></span></dt>
1593
 
</dl></dd>
1594
 
<dt><span class="sect1"><a href="release-7-3-9.html">E.31. Release 7.3.9</a></span></dt>
1595
 
<dd><dl>
1596
 
<dt><span class="sect2"><a href="release-7-3-9.html#id833981">E.31.1. Migration to version 7.3.9</a></span></dt>
1597
 
<dt><span class="sect2"><a href="release-7-3-9.html#id833989">E.31.2. Changes</a></span></dt>
1598
 
</dl></dd>
1599
 
<dt><span class="sect1"><a href="release-7-3-8.html">E.32. Release 7.3.8</a></span></dt>
1600
 
<dd><dl>
1601
 
<dt><span class="sect2"><a href="release-7-3-8.html#id834081">E.32.1. Migration to version 7.3.8</a></span></dt>
1602
 
<dt><span class="sect2"><a href="release-7-3-8.html#id834089">E.32.2. Changes</a></span></dt>
1603
 
</dl></dd>
1604
 
<dt><span class="sect1"><a href="release-7-3-7.html">E.33. Release 7.3.7</a></span></dt>
1605
 
<dd><dl>
1606
 
<dt><span class="sect2"><a href="release-7-3-7.html#id834154">E.33.1. Migration to version 7.3.7</a></span></dt>
1607
 
<dt><span class="sect2"><a href="release-7-3-7.html#id834162">E.33.2. Changes</a></span></dt>
1608
 
</dl></dd>
1609
 
<dt><span class="sect1"><a href="release-7-3-6.html">E.34. Release 7.3.6</a></span></dt>
1610
 
<dd><dl>
1611
 
<dt><span class="sect2"><a href="release-7-3-6.html#id834214">E.34.1. Migration to version 7.3.6</a></span></dt>
1612
 
<dt><span class="sect2"><a href="release-7-3-6.html#id834225">E.34.2. Changes</a></span></dt>
1613
 
</dl></dd>
1614
 
<dt><span class="sect1"><a href="release-7-3-5.html">E.35. Release 7.3.5</a></span></dt>
1615
 
<dd><dl>
1616
 
<dt><span class="sect2"><a href="release-7-3-5.html#id834320">E.35.1. Migration to version 7.3.5</a></span></dt>
1617
 
<dt><span class="sect2"><a href="release-7-3-5.html#id834332">E.35.2. Changes</a></span></dt>
1618
 
</dl></dd>
1619
 
<dt><span class="sect1"><a href="release-7-3-4.html">E.36. Release 7.3.4</a></span></dt>
1620
 
<dd><dl>
1621
 
<dt><span class="sect2"><a href="release-7-3-4.html#id834452">E.36.1. Migration to version 7.3.4</a></span></dt>
1622
 
<dt><span class="sect2"><a href="release-7-3-4.html#id834464">E.36.2. Changes</a></span></dt>
1623
 
</dl></dd>
1624
 
<dt><span class="sect1"><a href="release-7-3-3.html">E.37. Release 7.3.3</a></span></dt>
1625
 
<dd><dl>
1626
 
<dt><span class="sect2"><a href="release-7-3-3.html#id834530">E.37.1. Migration to version 7.3.3</a></span></dt>
1627
 
<dt><span class="sect2"><a href="release-7-3-3.html#id834542">E.37.2. Changes</a></span></dt>
1628
 
</dl></dd>
1629
 
<dt><span class="sect1"><a href="release-7-3-2.html">E.38. Release 7.3.2</a></span></dt>
1630
 
<dd><dl>
1631
 
<dt><span class="sect2"><a href="release-7-3-2.html#id835196">E.38.1. Migration to version 7.3.2</a></span></dt>
1632
 
<dt><span class="sect2"><a href="release-7-3-2.html#id835208">E.38.2. Changes</a></span></dt>
1633
 
</dl></dd>
1634
 
<dt><span class="sect1"><a href="release-7-3-1.html">E.39. Release 7.3.1</a></span></dt>
1635
 
<dd><dl>
1636
 
<dt><span class="sect2"><a href="release-7-3-1.html#id835387">E.39.1. Migration to version 7.3.1</a></span></dt>
1637
 
<dt><span class="sect2"><a href="release-7-3-1.html#id835409">E.39.2. Changes</a></span></dt>
1638
 
</dl></dd>
1639
 
<dt><span class="sect1"><a href="release-7-3.html">E.40. Release 7.3</a></span></dt>
1640
 
<dd><dl>
1641
 
<dt><span class="sect2"><a href="release-7-3.html#id835508">E.40.1. Overview</a></span></dt>
1642
 
<dt><span class="sect2"><a href="release-7-3.html#id835715">E.40.2. Migration to version 7.3</a></span></dt>
1643
 
<dt><span class="sect2"><a href="release-7-3.html#id835913">E.40.3. Changes</a></span></dt>
1644
 
</dl></dd>
1645
 
<dt><span class="sect1"><a href="release-7-2-8.html">E.41. Release 7.2.8</a></span></dt>
1646
 
<dd><dl>
1647
 
<dt><span class="sect2"><a href="release-7-2-8.html#id837456">E.41.1. Migration to version 7.2.8</a></span></dt>
1648
 
<dt><span class="sect2"><a href="release-7-2-8.html#id837464">E.41.2. Changes</a></span></dt>
1649
 
</dl></dd>
1650
 
<dt><span class="sect1"><a href="release-7-2-7.html">E.42. Release 7.2.7</a></span></dt>
1651
 
<dd><dl>
1652
 
<dt><span class="sect2"><a href="release-7-2-7.html#id837564">E.42.1. Migration to version 7.2.7</a></span></dt>
1653
 
<dt><span class="sect2"><a href="release-7-2-7.html#id837572">E.42.2. Changes</a></span></dt>
1654
 
</dl></dd>
1655
 
<dt><span class="sect1"><a href="release-7-2-6.html">E.43. Release 7.2.6</a></span></dt>
1656
 
<dd><dl>
1657
 
<dt><span class="sect2"><a href="release-7-2-6.html#id837645">E.43.1. Migration to version 7.2.6</a></span></dt>
1658
 
<dt><span class="sect2"><a href="release-7-2-6.html#id837653">E.43.2. Changes</a></span></dt>
1659
 
</dl></dd>
1660
 
<dt><span class="sect1"><a href="release-7-2-5.html">E.44. Release 7.2.5</a></span></dt>
1661
 
<dd><dl>
1662
 
<dt><span class="sect2"><a href="release-7-2-5.html#id837722">E.44.1. Migration to version 7.2.5</a></span></dt>
1663
 
<dt><span class="sect2"><a href="release-7-2-5.html#id837730">E.44.2. Changes</a></span></dt>
1664
 
</dl></dd>
1665
 
<dt><span class="sect1"><a href="release-7-2-4.html">E.45. Release 7.2.4</a></span></dt>
1666
 
<dd><dl>
1667
 
<dt><span class="sect2"><a href="release-7-2-4.html#id837822">E.45.1. Migration to version 7.2.4</a></span></dt>
1668
 
<dt><span class="sect2"><a href="release-7-2-4.html#id837833">E.45.2. Changes</a></span></dt>
1669
 
</dl></dd>
1670
 
<dt><span class="sect1"><a href="release-7-2-3.html">E.46. Release 7.2.3</a></span></dt>
1671
 
<dd><dl>
1672
 
<dt><span class="sect2"><a href="release-7-2-3.html#id837897">E.46.1. Migration to version 7.2.3</a></span></dt>
1673
 
<dt><span class="sect2"><a href="release-7-2-3.html#id837909">E.46.2. Changes</a></span></dt>
1674
 
</dl></dd>
1675
 
<dt><span class="sect1"><a href="release-7-2-2.html">E.47. Release 7.2.2</a></span></dt>
1676
 
<dd><dl>
1677
 
<dt><span class="sect2"><a href="release-7-2-2.html#id837968">E.47.1. Migration to version 7.2.2</a></span></dt>
1678
 
<dt><span class="sect2"><a href="release-7-2-2.html#id837980">E.47.2. Changes</a></span></dt>
1679
 
</dl></dd>
1680
 
<dt><span class="sect1"><a href="release-7-2-1.html">E.48. Release 7.2.1</a></span></dt>
1681
 
<dd><dl>
1682
 
<dt><span class="sect2"><a href="release-7-2-1.html#id838072">E.48.1. Migration to version 7.2.1</a></span></dt>
1683
 
<dt><span class="sect2"><a href="release-7-2-1.html#id838083">E.48.2. Changes</a></span></dt>
1684
 
</dl></dd>
1685
 
<dt><span class="sect1"><a href="release-7-2.html">E.49. Release 7.2</a></span></dt>
1686
 
<dd><dl>
1687
 
<dt><span class="sect2"><a href="release-7-2.html#id838179">E.49.1. Overview</a></span></dt>
1688
 
<dt><span class="sect2"><a href="release-7-2.html#id838282">E.49.2. Migration to version 7.2</a></span></dt>
1689
 
<dt><span class="sect2"><a href="release-7-2.html#id838455">E.49.3. Changes</a></span></dt>
1690
 
</dl></dd>
1691
 
<dt><span class="sect1"><a href="release-7-1-3.html">E.50. Release 7.1.3</a></span></dt>
1692
 
<dd><dl>
1693
 
<dt><span class="sect2"><a href="release-7-1-3.html#id839769">E.50.1. Migration to version 7.1.3</a></span></dt>
1694
 
<dt><span class="sect2"><a href="release-7-1-3.html#id839781">E.50.2. Changes</a></span></dt>
1695
 
</dl></dd>
1696
 
<dt><span class="sect1"><a href="release-7-1-2.html">E.51. Release 7.1.2</a></span></dt>
1697
 
<dd><dl>
1698
 
<dt><span class="sect2"><a href="release-7-1-2.html#id839818">E.51.1. Migration to version 7.1.2</a></span></dt>
1699
 
<dt><span class="sect2"><a href="release-7-1-2.html#id839829">E.51.2. Changes</a></span></dt>
1700
 
</dl></dd>
1701
 
<dt><span class="sect1"><a href="release-7-1-1.html">E.52. Release 7.1.1</a></span></dt>
1702
 
<dd><dl>
1703
 
<dt><span class="sect2"><a href="release-7-1-1.html#id839863">E.52.1. Migration to version 7.1.1</a></span></dt>
1704
 
<dt><span class="sect2"><a href="release-7-1-1.html#id839874">E.52.2. Changes</a></span></dt>
1705
 
</dl></dd>
1706
 
<dt><span class="sect1"><a href="release-7-1.html">E.53. Release 7.1</a></span></dt>
1707
 
<dd><dl>
1708
 
<dt><span class="sect2"><a href="release-7-1.html#id839998">E.53.1. Migration to version 7.1</a></span></dt>
1709
 
<dt><span class="sect2"><a href="release-7-1.html#id840006">E.53.2. Changes</a></span></dt>
1710
 
</dl></dd>
1711
 
<dt><span class="sect1"><a href="release-7-0-3.html">E.54. Release 7.0.3</a></span></dt>
1712
 
<dd><dl>
1713
 
<dt><span class="sect2"><a href="release-7-0-3.html#id840037">E.54.1. Migration to version 7.0.3</a></span></dt>
1714
 
<dt><span class="sect2"><a href="release-7-0-3.html#id840240">E.54.2. Changes</a></span></dt>
1715
 
</dl></dd>
1716
 
<dt><span class="sect1"><a href="release-7-0-2.html">E.55. Release 7.0.2</a></span></dt>
1717
 
<dd><dl>
1718
 
<dt><span class="sect2"><a href="release-7-0-2.html#id840347">E.55.1. Migration to version 7.0.2</a></span></dt>
1719
 
<dt><span class="sect2"><a href="release-7-0-2.html#id840359">E.55.2. Changes</a></span></dt>
1720
 
</dl></dd>
1721
 
<dt><span class="sect1"><a href="release-7-0-1.html">E.56. Release 7.0.1</a></span></dt>
1722
 
<dd><dl>
1723
 
<dt><span class="sect2"><a href="release-7-0-1.html#id840390">E.56.1. Migration to version 7.0.1</a></span></dt>
1724
 
<dt><span class="sect2"><a href="release-7-0-1.html#id840402">E.56.2. Changes</a></span></dt>
1725
 
</dl></dd>
1726
 
<dt><span class="sect1"><a href="release-7-0.html">E.57. Release 7.0</a></span></dt>
1727
 
<dd><dl>
1728
 
<dt><span class="sect2"><a href="release-7-0.html#id840597">E.57.1. Migration to version 7.0</a></span></dt>
1729
 
<dt><span class="sect2"><a href="release-7-0.html#id840720">E.57.2. Changes</a></span></dt>
1730
 
</dl></dd>
1731
 
<dt><span class="sect1"><a href="release-6-5-3.html">E.58. Release 6.5.3</a></span></dt>
1732
 
<dd><dl>
1733
 
<dt><span class="sect2"><a href="release-6-5-3.html#id840987">E.58.1. Migration to version 6.5.3</a></span></dt>
1734
 
<dt><span class="sect2"><a href="release-6-5-3.html#id840998">E.58.2. Changes</a></span></dt>
1735
 
</dl></dd>
1736
 
<dt><span class="sect1"><a href="release-6-5-2.html">E.59. Release 6.5.2</a></span></dt>
1737
 
<dd><dl>
1738
 
<dt><span class="sect2"><a href="release-6-5-2.html#id841032">E.59.1. Migration to version 6.5.2</a></span></dt>
1739
 
<dt><span class="sect2"><a href="release-6-5-2.html#id841392">E.59.2. Changes</a></span></dt>
1740
 
</dl></dd>
1741
 
<dt><span class="sect1"><a href="release-6-5-1.html">E.60. Release 6.5.1</a></span></dt>
1742
 
<dd><dl>
1743
 
<dt><span class="sect2"><a href="release-6-5-1.html#id841455">E.60.1. Migration to version 6.5.1</a></span></dt>
1744
 
<dt><span class="sect2"><a href="release-6-5-1.html#id841466">E.60.2. Changes</a></span></dt>
1745
 
</dl></dd>
1746
 
<dt><span class="sect1"><a href="release-6-5.html">E.61. Release 6.5</a></span></dt>
1747
 
<dd><dl>
1748
 
<dt><span class="sect2"><a href="release-6-5.html#id841770">E.61.1. Migration to version 6.5</a></span></dt>
1749
 
<dt><span class="sect2"><a href="release-6-5.html#id841926">E.61.2. Changes</a></span></dt>
1750
 
</dl></dd>
1751
 
<dt><span class="sect1"><a href="release-6-4-2.html">E.62. Release 6.4.2</a></span></dt>
1752
 
<dd><dl>
1753
 
<dt><span class="sect2"><a href="release-6-4-2.html#id842090">E.62.1. Migration to version 6.4.2</a></span></dt>
1754
 
<dt><span class="sect2"><a href="release-6-4-2.html#id842102">E.62.2. Changes</a></span></dt>
1755
 
</dl></dd>
1756
 
<dt><span class="sect1"><a href="release-6-4-1.html">E.63. Release 6.4.1</a></span></dt>
1757
 
<dd><dl>
1758
 
<dt><span class="sect2"><a href="release-6-4-1.html#id842132">E.63.1. Migration to version 6.4.1</a></span></dt>
1759
 
<dt><span class="sect2"><a href="release-6-4-1.html#id842144">E.63.2. Changes</a></span></dt>
1760
 
</dl></dd>
1761
 
<dt><span class="sect1"><a href="release-6-4.html">E.64. Release 6.4</a></span></dt>
1762
 
<dd><dl>
1763
 
<dt><span class="sect2"><a href="release-6-4.html#id842312">E.64.1. Migration to version 6.4</a></span></dt>
1764
 
<dt><span class="sect2"><a href="release-6-4.html#id842340">E.64.2. Changes</a></span></dt>
1765
 
</dl></dd>
1766
 
<dt><span class="sect1"><a href="release-6-3-2.html">E.65. Release 6.3.2</a></span></dt>
1767
 
<dd><dl><dt><span class="sect2"><a href="release-6-3-2.html#id842655">E.65.1. Changes</a></span></dt></dl></dd>
1768
 
<dt><span class="sect1"><a href="release-6-3-1.html">E.66. Release 6.3.1</a></span></dt>
1769
 
<dd><dl><dt><span class="sect2"><a href="release-6-3-1.html#id842753">E.66.1. Changes</a></span></dt></dl></dd>
1770
 
<dt><span class="sect1"><a href="release-6-3.html">E.67. Release 6.3</a></span></dt>
1771
 
<dd><dl>
1772
 
<dt><span class="sect2"><a href="release-6-3.html#id843022">E.67.1. Migration to version 6.3</a></span></dt>
1773
 
<dt><span class="sect2"><a href="release-6-3.html#id843051">E.67.2. Changes</a></span></dt>
1774
 
</dl></dd>
1775
 
<dt><span class="sect1"><a href="release-6-2-1.html">E.68. Release 6.2.1</a></span></dt>
1776
 
<dd><dl>
1777
 
<dt><span class="sect2"><a href="release-6-2-1.html#id843404">E.68.1. Migration from version 6.2 to version 6.2.1</a></span></dt>
1778
 
<dt><span class="sect2"><a href="release-6-2-1.html#id843224">E.68.2. Changes</a></span></dt>
1779
 
</dl></dd>
1780
 
<dt><span class="sect1"><a href="release-6-2.html">E.69. Release 6.2</a></span></dt>
1781
 
<dd><dl>
1782
 
<dt><span class="sect2"><a href="release-6-2.html#id843271">E.69.1. Migration from version 6.1 to version 6.2</a></span></dt>
1783
 
<dt><span class="sect2"><a href="release-6-2.html#id843458">E.69.2. Migration from version 1.<em class="replaceable"><code>x</code></em> to version 6.2</a></span></dt>
1784
 
<dt><span class="sect2"><a href="release-6-2.html#id843471">E.69.3. Changes</a></span></dt>
1785
 
</dl></dd>
1786
 
<dt><span class="sect1"><a href="release-6-1-1.html">E.70. Release 6.1.1</a></span></dt>
1787
 
<dd><dl>
1788
 
<dt><span class="sect2"><a href="release-6-1-1.html#id843497">E.70.1. Migration from version 6.1 to version 6.1.1</a></span></dt>
1789
 
<dt><span class="sect2"><a href="release-6-1-1.html#id843507">E.70.2. Changes</a></span></dt>
1790
 
</dl></dd>
1791
 
<dt><span class="sect1"><a href="release-6-1.html">E.71. Release 6.1</a></span></dt>
1792
 
<dd><dl>
1793
 
<dt><span class="sect2"><a href="release-6-1.html#id843812">E.71.1. Migration to version 6.1</a></span></dt>
1794
 
<dt><span class="sect2"><a href="release-6-1.html#id843825">E.71.2. Changes</a></span></dt>
1795
 
</dl></dd>
1796
 
<dt><span class="sect1"><a href="release-6-0.html">E.72. Release 6.0</a></span></dt>
1797
 
<dd><dl>
1798
 
<dt><span class="sect2"><a href="release-6-0.html#id843964">E.72.1. Migration from version 1.09 to version 6.0</a></span></dt>
1799
 
<dt><span class="sect2"><a href="release-6-0.html#id843972">E.72.2. Migration from pre-1.09 to version 6.0</a></span></dt>
1800
 
<dt><span class="sect2"><a href="release-6-0.html#id843982">E.72.3. Changes</a></span></dt>
1801
 
</dl></dd>
1802
 
<dt><span class="sect1"><a href="release-1-09.html">E.73. Release 1.09</a></span></dt>
1803
 
<dt><span class="sect1"><a href="release-1-02.html">E.74. Release 1.02</a></span></dt>
1804
 
<dd><dl>
1805
 
<dt><span class="sect2"><a href="release-1-02.html#id844014">E.74.1. Migration from version 1.02 to version 1.02.1</a></span></dt>
1806
 
<dt><span class="sect2"><a href="release-1-02.html#id844325">E.74.2. Dump/Reload Procedure</a></span></dt>
1807
 
<dt><span class="sect2"><a href="release-1-02.html#id844381">E.74.3. Changes</a></span></dt>
1808
 
</dl></dd>
1809
 
<dt><span class="sect1"><a href="release-1-01.html">E.75. Release 1.01</a></span></dt>
1810
 
<dd><dl>
1811
 
<dt><span class="sect2"><a href="release-1-01.html#id844420">E.75.1. Migration from version 1.0 to version 1.01</a></span></dt>
1812
 
<dt><span class="sect2"><a href="release-1-01.html#id844726">E.75.2. Changes</a></span></dt>
1813
 
</dl></dd>
1814
 
<dt><span class="sect1"><a href="release-1-0.html">E.76. Release 1.0</a></span></dt>
1815
 
<dd><dl><dt><span class="sect2"><a href="release-1-0.html#id844779">E.76.1. Changes</a></span></dt></dl></dd>
1816
 
<dt><span class="sect1"><a href="release-0-03.html">E.77. <span class="productname">Postgres95</span> Release 0.03</a></span></dt>
1817
 
<dd><dl><dt><span class="sect2"><a href="release-0-03.html#id844869">E.77.1. Changes</a></span></dt></dl></dd>
1818
 
<dt><span class="sect1"><a href="release-0-02.html">E.78. <span class="productname">Postgres95</span> Release 0.02</a></span></dt>
1819
 
<dd><dl><dt><span class="sect2"><a href="release-0-02.html#id845126">E.78.1. Changes</a></span></dt></dl></dd>
1820
 
<dt><span class="sect1"><a href="release-0-01.html">E.79. <span class="productname">Postgres95</span> Release 0.01</a></span></dt>
 
1442
<dt><span class="sect1"><a href="release.html#release-8-1-4">E.1. Release 8.1.4</a></span></dt>
 
1443
<dd><dl>
 
1444
<dt><span class="sect2"><a href="release.html#id867679">E.1.1. Migration to version 8.1.4</a></span></dt>
 
1445
<dt><span class="sect2"><a href="release.html#id867717">E.1.2. Changes</a></span></dt>
 
1446
</dl></dd>
 
1447
<dt><span class="sect1"><a href="release-8-1-3.html">E.2. Release 8.1.3</a></span></dt>
 
1448
<dd><dl>
 
1449
<dt><span class="sect2"><a href="release-8-1-3.html#id868113">E.2.1. Migration to version 8.1.3</a></span></dt>
 
1450
<dt><span class="sect2"><a href="release-8-1-3.html#id868122">E.2.2. Changes</a></span></dt>
 
1451
</dl></dd>
 
1452
<dt><span class="sect1"><a href="release-8-1-2.html">E.3. Release 8.1.2</a></span></dt>
 
1453
<dd><dl>
 
1454
<dt><span class="sect2"><a href="release-8-1-2.html#id868483">E.3.1. Migration to version 8.1.2</a></span></dt>
 
1455
<dt><span class="sect2"><a href="release-8-1-2.html#id868506">E.3.2. Changes</a></span></dt>
 
1456
</dl></dd>
 
1457
<dt><span class="sect1"><a href="release-8-1-1.html">E.4. Release 8.1.1</a></span></dt>
 
1458
<dd><dl>
 
1459
<dt><span class="sect2"><a href="release-8-1-1.html#id868742">E.4.1. Migration to version 8.1.1</a></span></dt>
 
1460
<dt><span class="sect2"><a href="release-8-1-1.html#id868750">E.4.2. Changes</a></span></dt>
 
1461
</dl></dd>
 
1462
<dt><span class="sect1"><a href="release-8-1.html">E.5. Release 8.1</a></span></dt>
 
1463
<dd><dl>
 
1464
<dt><span class="sect2"><a href="release-8-1.html#id868964">E.5.1. Overview</a></span></dt>
 
1465
<dt><span class="sect2"><a href="release-8-1.html#id869318">E.5.2. Migration to version 8.1</a></span></dt>
 
1466
<dt><span class="sect2"><a href="release-8-1.html#id870088">E.5.3. Additional Changes</a></span></dt>
 
1467
</dl></dd>
 
1468
<dt><span class="sect1"><a href="release-8-0-8.html">E.6. Release 8.0.8</a></span></dt>
 
1469
<dd><dl>
 
1470
<dt><span class="sect2"><a href="release-8-0-8.html#id873149">E.6.1. Migration to version 8.0.8</a></span></dt>
 
1471
<dt><span class="sect2"><a href="release-8-0-8.html#id873188">E.6.2. Changes</a></span></dt>
 
1472
</dl></dd>
 
1473
<dt><span class="sect1"><a href="release-8-0-7.html">E.7. Release 8.0.7</a></span></dt>
 
1474
<dd><dl>
 
1475
<dt><span class="sect2"><a href="release-8-0-7.html#id873455">E.7.1. Migration to version 8.0.7</a></span></dt>
 
1476
<dt><span class="sect2"><a href="release-8-0-7.html#id873464">E.7.2. Changes</a></span></dt>
 
1477
</dl></dd>
 
1478
<dt><span class="sect1"><a href="release-8-0-6.html">E.8. Release 8.0.6</a></span></dt>
 
1479
<dd><dl>
 
1480
<dt><span class="sect2"><a href="release-8-0-6.html#id873733">E.8.1. Migration to version 8.0.6</a></span></dt>
 
1481
<dt><span class="sect2"><a href="release-8-0-6.html#id873758">E.8.2. Changes</a></span></dt>
 
1482
</dl></dd>
 
1483
<dt><span class="sect1"><a href="release-8-0-5.html">E.9. Release 8.0.5</a></span></dt>
 
1484
<dd><dl>
 
1485
<dt><span class="sect2"><a href="release-8-0-5.html#id873925">E.9.1. Migration to version 8.0.5</a></span></dt>
 
1486
<dt><span class="sect2"><a href="release-8-0-5.html#id873935">E.9.2. Changes</a></span></dt>
 
1487
</dl></dd>
 
1488
<dt><span class="sect1"><a href="release-8-0-4.html">E.10. Release 8.0.4</a></span></dt>
 
1489
<dd><dl>
 
1490
<dt><span class="sect2"><a href="release-8-0-4.html#id874089">E.10.1. Migration to version 8.0.4</a></span></dt>
 
1491
<dt><span class="sect2"><a href="release-8-0-4.html#id874099">E.10.2. Changes</a></span></dt>
 
1492
</dl></dd>
 
1493
<dt><span class="sect1"><a href="release-8-0-3.html">E.11. Release 8.0.3</a></span></dt>
 
1494
<dd><dl>
 
1495
<dt><span class="sect2"><a href="release-8-0-3.html#id874453">E.11.1. Migration to version 8.0.3</a></span></dt>
 
1496
<dt><span class="sect2"><a href="release-8-0-3.html#id874526">E.11.2. Changes</a></span></dt>
 
1497
</dl></dd>
 
1498
<dt><span class="sect1"><a href="release-8-0-2.html">E.12. Release 8.0.2</a></span></dt>
 
1499
<dd><dl>
 
1500
<dt><span class="sect2"><a href="release-8-0-2.html#id874771">E.12.1. Migration to version 8.0.2</a></span></dt>
 
1501
<dt><span class="sect2"><a href="release-8-0-2.html#id874789">E.12.2. Changes</a></span></dt>
 
1502
</dl></dd>
 
1503
<dt><span class="sect1"><a href="release-8-0-1.html">E.13. Release 8.0.1</a></span></dt>
 
1504
<dd><dl>
 
1505
<dt><span class="sect2"><a href="release-8-0-1.html#id875352">E.13.1. Migration to version 8.0.1</a></span></dt>
 
1506
<dt><span class="sect2"><a href="release-8-0-1.html#id875360">E.13.2. Changes</a></span></dt>
 
1507
</dl></dd>
 
1508
<dt><span class="sect1"><a href="release-8-0.html">E.14. Release 8.0</a></span></dt>
 
1509
<dd><dl>
 
1510
<dt><span class="sect2"><a href="release-8-0.html#id875491">E.14.1. Overview</a></span></dt>
 
1511
<dt><span class="sect2"><a href="release-8-0.html#id875759">E.14.2. Migration to version 8.0</a></span></dt>
 
1512
<dt><span class="sect2"><a href="release-8-0.html#id876242">E.14.3. Deprecated Features</a></span></dt>
 
1513
<dt><span class="sect2"><a href="release-8-0.html#id876340">E.14.4. Changes</a></span></dt>
 
1514
</dl></dd>
 
1515
<dt><span class="sect1"><a href="release-7-4-13.html">E.15. Release 7.4.13</a></span></dt>
 
1516
<dd><dl>
 
1517
<dt><span class="sect2"><a href="release-7-4-13.html#id879731">E.15.1. Migration to version 7.4.13</a></span></dt>
 
1518
<dt><span class="sect2"><a href="release-7-4-13.html#id879770">E.15.2. Changes</a></span></dt>
 
1519
</dl></dd>
 
1520
<dt><span class="sect1"><a href="release-7-4-12.html">E.16. Release 7.4.12</a></span></dt>
 
1521
<dd><dl>
 
1522
<dt><span class="sect2"><a href="release-7-4-12.html#id880013">E.16.1. Migration to version 7.4.12</a></span></dt>
 
1523
<dt><span class="sect2"><a href="release-7-4-12.html#id880023">E.16.2. Changes</a></span></dt>
 
1524
</dl></dd>
 
1525
<dt><span class="sect1"><a href="release-7-4-11.html">E.17. Release 7.4.11</a></span></dt>
 
1526
<dd><dl>
 
1527
<dt><span class="sect2"><a href="release-7-4-11.html#id880125">E.17.1. Migration to version 7.4.11</a></span></dt>
 
1528
<dt><span class="sect2"><a href="release-7-4-11.html#id880150">E.17.2. Changes</a></span></dt>
 
1529
</dl></dd>
 
1530
<dt><span class="sect1"><a href="release-7-4-10.html">E.18. Release 7.4.10</a></span></dt>
 
1531
<dd><dl>
 
1532
<dt><span class="sect2"><a href="release-7-4-10.html#id880276">E.18.1. Migration to version 7.4.10</a></span></dt>
 
1533
<dt><span class="sect2"><a href="release-7-4-10.html#id880286">E.18.2. Changes</a></span></dt>
 
1534
</dl></dd>
 
1535
<dt><span class="sect1"><a href="release-7-4-9.html">E.19. Release 7.4.9</a></span></dt>
 
1536
<dd><dl>
 
1537
<dt><span class="sect2"><a href="release-7-4-9.html#id880362">E.19.1. Migration to version 7.4.9</a></span></dt>
 
1538
<dt><span class="sect2"><a href="release-7-4-9.html#id880372">E.19.2. Changes</a></span></dt>
 
1539
</dl></dd>
 
1540
<dt><span class="sect1"><a href="release-7-4-8.html">E.20. Release 7.4.8</a></span></dt>
 
1541
<dd><dl>
 
1542
<dt><span class="sect2"><a href="release-7-4-8.html#id880578">E.20.1. Migration to version 7.4.8</a></span></dt>
 
1543
<dt><span class="sect2"><a href="release-7-4-8.html#id880749">E.20.2. Changes</a></span></dt>
 
1544
</dl></dd>
 
1545
<dt><span class="sect1"><a href="release-7-4-7.html">E.21. Release 7.4.7</a></span></dt>
 
1546
<dd><dl>
 
1547
<dt><span class="sect2"><a href="release-7-4-7.html#id881039">E.21.1. Migration to version 7.4.7</a></span></dt>
 
1548
<dt><span class="sect2"><a href="release-7-4-7.html#id881047">E.21.2. Changes</a></span></dt>
 
1549
</dl></dd>
 
1550
<dt><span class="sect1"><a href="release-7-4-6.html">E.22. Release 7.4.6</a></span></dt>
 
1551
<dd><dl>
 
1552
<dt><span class="sect2"><a href="release-7-4-6.html#id881144">E.22.1. Migration to version 7.4.6</a></span></dt>
 
1553
<dt><span class="sect2"><a href="release-7-4-6.html#id881152">E.22.2. Changes</a></span></dt>
 
1554
</dl></dd>
 
1555
<dt><span class="sect1"><a href="release-7-4-5.html">E.23. Release 7.4.5</a></span></dt>
 
1556
<dd><dl>
 
1557
<dt><span class="sect2"><a href="release-7-4-5.html#id881306">E.23.1. Migration to version 7.4.5</a></span></dt>
 
1558
<dt><span class="sect2"><a href="release-7-4-5.html#id881314">E.23.2. Changes</a></span></dt>
 
1559
</dl></dd>
 
1560
<dt><span class="sect1"><a href="release-7-4-4.html">E.24. Release 7.4.4</a></span></dt>
 
1561
<dd><dl>
 
1562
<dt><span class="sect2"><a href="release-7-4-4.html#id881349">E.24.1. Migration to version 7.4.4</a></span></dt>
 
1563
<dt><span class="sect2"><a href="release-7-4-4.html#id881357">E.24.2. Changes</a></span></dt>
 
1564
</dl></dd>
 
1565
<dt><span class="sect1"><a href="release-7-4-3.html">E.25. Release 7.4.3</a></span></dt>
 
1566
<dd><dl>
 
1567
<dt><span class="sect2"><a href="release-7-4-3.html#id881461">E.25.1. Migration to version 7.4.3</a></span></dt>
 
1568
<dt><span class="sect2"><a href="release-7-4-3.html#id881469">E.25.2. Changes</a></span></dt>
 
1569
</dl></dd>
 
1570
<dt><span class="sect1"><a href="release-7-4-2.html">E.26. Release 7.4.2</a></span></dt>
 
1571
<dd><dl>
 
1572
<dt><span class="sect2"><a href="release-7-4-2.html#id881605">E.26.1. Migration to version 7.4.2</a></span></dt>
 
1573
<dt><span class="sect2"><a href="release-7-4-2.html#id881794">E.26.2. Changes</a></span></dt>
 
1574
</dl></dd>
 
1575
<dt><span class="sect1"><a href="release-7-4-1.html">E.27. Release 7.4.1</a></span></dt>
 
1576
<dd><dl>
 
1577
<dt><span class="sect2"><a href="release-7-4-1.html#id881977">E.27.1. Migration to version 7.4.1</a></span></dt>
 
1578
<dt><span class="sect2"><a href="release-7-4-1.html#id882026">E.27.2. Changes</a></span></dt>
 
1579
</dl></dd>
 
1580
<dt><span class="sect1"><a href="release-7-4.html">E.28. Release 7.4</a></span></dt>
 
1581
<dd><dl>
 
1582
<dt><span class="sect2"><a href="release-7-4.html#id882322">E.28.1. Overview</a></span></dt>
 
1583
<dt><span class="sect2"><a href="release-7-4.html#id882695">E.28.2. Migration to version 7.4</a></span></dt>
 
1584
<dt><span class="sect2"><a href="release-7-4.html#id883030">E.28.3. Changes</a></span></dt>
 
1585
</dl></dd>
 
1586
<dt><span class="sect1"><a href="release-7-3-15.html">E.29. Release 7.3.15</a></span></dt>
 
1587
<dd><dl>
 
1588
<dt><span class="sect2"><a href="release-7-3-15.html#id886406">E.29.1. Migration to version 7.3.15</a></span></dt>
 
1589
<dt><span class="sect2"><a href="release-7-3-15.html#id886445">E.29.2. Changes</a></span></dt>
 
1590
</dl></dd>
 
1591
<dt><span class="sect1"><a href="release-7-3-14.html">E.30. Release 7.3.14</a></span></dt>
 
1592
<dd><dl>
 
1593
<dt><span class="sect2"><a href="release-7-3-14.html#id886652">E.30.1. Migration to version 7.3.14</a></span></dt>
 
1594
<dt><span class="sect2"><a href="release-7-3-14.html#id886662">E.30.2. Changes</a></span></dt>
 
1595
</dl></dd>
 
1596
<dt><span class="sect1"><a href="release-7-3-13.html">E.31. Release 7.3.13</a></span></dt>
 
1597
<dd><dl>
 
1598
<dt><span class="sect2"><a href="release-7-3-13.html#id886747">E.31.1. Migration to version 7.3.13</a></span></dt>
 
1599
<dt><span class="sect2"><a href="release-7-3-13.html#id886772">E.31.2. Changes</a></span></dt>
 
1600
</dl></dd>
 
1601
<dt><span class="sect1"><a href="release-7-3-12.html">E.32. Release 7.3.12</a></span></dt>
 
1602
<dd><dl>
 
1603
<dt><span class="sect2"><a href="release-7-3-12.html#id886893">E.32.1. Migration to version 7.3.12</a></span></dt>
 
1604
<dt><span class="sect2"><a href="release-7-3-12.html#id886902">E.32.2. Changes</a></span></dt>
 
1605
</dl></dd>
 
1606
<dt><span class="sect1"><a href="release-7-3-11.html">E.33. Release 7.3.11</a></span></dt>
 
1607
<dd><dl>
 
1608
<dt><span class="sect2"><a href="release-7-3-11.html#id886969">E.33.1. Migration to version 7.3.11</a></span></dt>
 
1609
<dt><span class="sect2"><a href="release-7-3-11.html#id886978">E.33.2. Changes</a></span></dt>
 
1610
</dl></dd>
 
1611
<dt><span class="sect1"><a href="release-7-3-10.html">E.34. Release 7.3.10</a></span></dt>
 
1612
<dd><dl>
 
1613
<dt><span class="sect2"><a href="release-7-3-10.html#id887097">E.34.1. Migration to version 7.3.10</a></span></dt>
 
1614
<dt><span class="sect2"><a href="release-7-3-10.html#id887191">E.34.2. Changes</a></span></dt>
 
1615
</dl></dd>
 
1616
<dt><span class="sect1"><a href="release-7-3-9.html">E.35. Release 7.3.9</a></span></dt>
 
1617
<dd><dl>
 
1618
<dt><span class="sect2"><a href="release-7-3-9.html#id887365">E.35.1. Migration to version 7.3.9</a></span></dt>
 
1619
<dt><span class="sect2"><a href="release-7-3-9.html#id887373">E.35.2. Changes</a></span></dt>
 
1620
</dl></dd>
 
1621
<dt><span class="sect1"><a href="release-7-3-8.html">E.36. Release 7.3.8</a></span></dt>
 
1622
<dd><dl>
 
1623
<dt><span class="sect2"><a href="release-7-3-8.html#id887465">E.36.1. Migration to version 7.3.8</a></span></dt>
 
1624
<dt><span class="sect2"><a href="release-7-3-8.html#id887473">E.36.2. Changes</a></span></dt>
 
1625
</dl></dd>
 
1626
<dt><span class="sect1"><a href="release-7-3-7.html">E.37. Release 7.3.7</a></span></dt>
 
1627
<dd><dl>
 
1628
<dt><span class="sect2"><a href="release-7-3-7.html#id887538">E.37.1. Migration to version 7.3.7</a></span></dt>
 
1629
<dt><span class="sect2"><a href="release-7-3-7.html#id887546">E.37.2. Changes</a></span></dt>
 
1630
</dl></dd>
 
1631
<dt><span class="sect1"><a href="release-7-3-6.html">E.38. Release 7.3.6</a></span></dt>
 
1632
<dd><dl>
 
1633
<dt><span class="sect2"><a href="release-7-3-6.html#id887598">E.38.1. Migration to version 7.3.6</a></span></dt>
 
1634
<dt><span class="sect2"><a href="release-7-3-6.html#id887610">E.38.2. Changes</a></span></dt>
 
1635
</dl></dd>
 
1636
<dt><span class="sect1"><a href="release-7-3-5.html">E.39. Release 7.3.5</a></span></dt>
 
1637
<dd><dl>
 
1638
<dt><span class="sect2"><a href="release-7-3-5.html#id887704">E.39.1. Migration to version 7.3.5</a></span></dt>
 
1639
<dt><span class="sect2"><a href="release-7-3-5.html#id887716">E.39.2. Changes</a></span></dt>
 
1640
</dl></dd>
 
1641
<dt><span class="sect1"><a href="release-7-3-4.html">E.40. Release 7.3.4</a></span></dt>
 
1642
<dd><dl>
 
1643
<dt><span class="sect2"><a href="release-7-3-4.html#id887836">E.40.1. Migration to version 7.3.4</a></span></dt>
 
1644
<dt><span class="sect2"><a href="release-7-3-4.html#id887848">E.40.2. Changes</a></span></dt>
 
1645
</dl></dd>
 
1646
<dt><span class="sect1"><a href="release-7-3-3.html">E.41. Release 7.3.3</a></span></dt>
 
1647
<dd><dl>
 
1648
<dt><span class="sect2"><a href="release-7-3-3.html#id887914">E.41.1. Migration to version 7.3.3</a></span></dt>
 
1649
<dt><span class="sect2"><a href="release-7-3-3.html#id887926">E.41.2. Changes</a></span></dt>
 
1650
</dl></dd>
 
1651
<dt><span class="sect1"><a href="release-7-3-2.html">E.42. Release 7.3.2</a></span></dt>
 
1652
<dd><dl>
 
1653
<dt><span class="sect2"><a href="release-7-3-2.html#id888580">E.42.1. Migration to version 7.3.2</a></span></dt>
 
1654
<dt><span class="sect2"><a href="release-7-3-2.html#id888592">E.42.2. Changes</a></span></dt>
 
1655
</dl></dd>
 
1656
<dt><span class="sect1"><a href="release-7-3-1.html">E.43. Release 7.3.1</a></span></dt>
 
1657
<dd><dl>
 
1658
<dt><span class="sect2"><a href="release-7-3-1.html#id888771">E.43.1. Migration to version 7.3.1</a></span></dt>
 
1659
<dt><span class="sect2"><a href="release-7-3-1.html#id888793">E.43.2. Changes</a></span></dt>
 
1660
</dl></dd>
 
1661
<dt><span class="sect1"><a href="release-7-3.html">E.44. Release 7.3</a></span></dt>
 
1662
<dd><dl>
 
1663
<dt><span class="sect2"><a href="release-7-3.html#id888892">E.44.1. Overview</a></span></dt>
 
1664
<dt><span class="sect2"><a href="release-7-3.html#id889099">E.44.2. Migration to version 7.3</a></span></dt>
 
1665
<dt><span class="sect2"><a href="release-7-3.html#id889297">E.44.3. Changes</a></span></dt>
 
1666
</dl></dd>
 
1667
<dt><span class="sect1"><a href="release-7-2-8.html">E.45. Release 7.2.8</a></span></dt>
 
1668
<dd><dl>
 
1669
<dt><span class="sect2"><a href="release-7-2-8.html#id890841">E.45.1. Migration to version 7.2.8</a></span></dt>
 
1670
<dt><span class="sect2"><a href="release-7-2-8.html#id890849">E.45.2. Changes</a></span></dt>
 
1671
</dl></dd>
 
1672
<dt><span class="sect1"><a href="release-7-2-7.html">E.46. Release 7.2.7</a></span></dt>
 
1673
<dd><dl>
 
1674
<dt><span class="sect2"><a href="release-7-2-7.html#id890948">E.46.1. Migration to version 7.2.7</a></span></dt>
 
1675
<dt><span class="sect2"><a href="release-7-2-7.html#id890956">E.46.2. Changes</a></span></dt>
 
1676
</dl></dd>
 
1677
<dt><span class="sect1"><a href="release-7-2-6.html">E.47. Release 7.2.6</a></span></dt>
 
1678
<dd><dl>
 
1679
<dt><span class="sect2"><a href="release-7-2-6.html#id891030">E.47.1. Migration to version 7.2.6</a></span></dt>
 
1680
<dt><span class="sect2"><a href="release-7-2-6.html#id891038">E.47.2. Changes</a></span></dt>
 
1681
</dl></dd>
 
1682
<dt><span class="sect1"><a href="release-7-2-5.html">E.48. Release 7.2.5</a></span></dt>
 
1683
<dd><dl>
 
1684
<dt><span class="sect2"><a href="release-7-2-5.html#id891107">E.48.1. Migration to version 7.2.5</a></span></dt>
 
1685
<dt><span class="sect2"><a href="release-7-2-5.html#id891115">E.48.2. Changes</a></span></dt>
 
1686
</dl></dd>
 
1687
<dt><span class="sect1"><a href="release-7-2-4.html">E.49. Release 7.2.4</a></span></dt>
 
1688
<dd><dl>
 
1689
<dt><span class="sect2"><a href="release-7-2-4.html#id891206">E.49.1. Migration to version 7.2.4</a></span></dt>
 
1690
<dt><span class="sect2"><a href="release-7-2-4.html#id891218">E.49.2. Changes</a></span></dt>
 
1691
</dl></dd>
 
1692
<dt><span class="sect1"><a href="release-7-2-3.html">E.50. Release 7.2.3</a></span></dt>
 
1693
<dd><dl>
 
1694
<dt><span class="sect2"><a href="release-7-2-3.html#id891282">E.50.1. Migration to version 7.2.3</a></span></dt>
 
1695
<dt><span class="sect2"><a href="release-7-2-3.html#id891294">E.50.2. Changes</a></span></dt>
 
1696
</dl></dd>
 
1697
<dt><span class="sect1"><a href="release-7-2-2.html">E.51. Release 7.2.2</a></span></dt>
 
1698
<dd><dl>
 
1699
<dt><span class="sect2"><a href="release-7-2-2.html#id891352">E.51.1. Migration to version 7.2.2</a></span></dt>
 
1700
<dt><span class="sect2"><a href="release-7-2-2.html#id891364">E.51.2. Changes</a></span></dt>
 
1701
</dl></dd>
 
1702
<dt><span class="sect1"><a href="release-7-2-1.html">E.52. Release 7.2.1</a></span></dt>
 
1703
<dd><dl>
 
1704
<dt><span class="sect2"><a href="release-7-2-1.html#id891456">E.52.1. Migration to version 7.2.1</a></span></dt>
 
1705
<dt><span class="sect2"><a href="release-7-2-1.html#id891468">E.52.2. Changes</a></span></dt>
 
1706
</dl></dd>
 
1707
<dt><span class="sect1"><a href="release-7-2.html">E.53. Release 7.2</a></span></dt>
 
1708
<dd><dl>
 
1709
<dt><span class="sect2"><a href="release-7-2.html#id891563">E.53.1. Overview</a></span></dt>
 
1710
<dt><span class="sect2"><a href="release-7-2.html#id891666">E.53.2. Migration to version 7.2</a></span></dt>
 
1711
<dt><span class="sect2"><a href="release-7-2.html#id891839">E.53.3. Changes</a></span></dt>
 
1712
</dl></dd>
 
1713
<dt><span class="sect1"><a href="release-7-1-3.html">E.54. Release 7.1.3</a></span></dt>
 
1714
<dd><dl>
 
1715
<dt><span class="sect2"><a href="release-7-1-3.html#id893154">E.54.1. Migration to version 7.1.3</a></span></dt>
 
1716
<dt><span class="sect2"><a href="release-7-1-3.html#id893165">E.54.2. Changes</a></span></dt>
 
1717
</dl></dd>
 
1718
<dt><span class="sect1"><a href="release-7-1-2.html">E.55. Release 7.1.2</a></span></dt>
 
1719
<dd><dl>
 
1720
<dt><span class="sect2"><a href="release-7-1-2.html#id893202">E.55.1. Migration to version 7.1.2</a></span></dt>
 
1721
<dt><span class="sect2"><a href="release-7-1-2.html#id893214">E.55.2. Changes</a></span></dt>
 
1722
</dl></dd>
 
1723
<dt><span class="sect1"><a href="release-7-1-1.html">E.56. Release 7.1.1</a></span></dt>
 
1724
<dd><dl>
 
1725
<dt><span class="sect2"><a href="release-7-1-1.html#id893247">E.56.1. Migration to version 7.1.1</a></span></dt>
 
1726
<dt><span class="sect2"><a href="release-7-1-1.html#id893259">E.56.2. Changes</a></span></dt>
 
1727
</dl></dd>
 
1728
<dt><span class="sect1"><a href="release-7-1.html">E.57. Release 7.1</a></span></dt>
 
1729
<dd><dl>
 
1730
<dt><span class="sect2"><a href="release-7-1.html#id893382">E.57.1. Migration to version 7.1</a></span></dt>
 
1731
<dt><span class="sect2"><a href="release-7-1.html#id893391">E.57.2. Changes</a></span></dt>
 
1732
</dl></dd>
 
1733
<dt><span class="sect1"><a href="release-7-0-3.html">E.58. Release 7.0.3</a></span></dt>
 
1734
<dd><dl>
 
1735
<dt><span class="sect2"><a href="release-7-0-3.html#id893572">E.58.1. Migration to version 7.0.3</a></span></dt>
 
1736
<dt><span class="sect2"><a href="release-7-0-3.html#id893583">E.58.2. Changes</a></span></dt>
 
1737
</dl></dd>
 
1738
<dt><span class="sect1"><a href="release-7-0-2.html">E.59. Release 7.0.2</a></span></dt>
 
1739
<dd><dl>
 
1740
<dt><span class="sect2"><a href="release-7-0-2.html#id893645">E.59.1. Migration to version 7.0.2</a></span></dt>
 
1741
<dt><span class="sect2"><a href="release-7-0-2.html#id893657">E.59.2. Changes</a></span></dt>
 
1742
</dl></dd>
 
1743
<dt><span class="sect1"><a href="release-7-0-1.html">E.60. Release 7.0.1</a></span></dt>
 
1744
<dd><dl>
 
1745
<dt><span class="sect2"><a href="release-7-0-1.html#id893689">E.60.1. Migration to version 7.0.1</a></span></dt>
 
1746
<dt><span class="sect2"><a href="release-7-0-1.html#id893701">E.60.2. Changes</a></span></dt>
 
1747
</dl></dd>
 
1748
<dt><span class="sect1"><a href="release-7-0.html">E.61. Release 7.0</a></span></dt>
 
1749
<dd><dl>
 
1750
<dt><span class="sect2"><a href="release-7-0.html#id893878">E.61.1. Migration to version 7.0</a></span></dt>
 
1751
<dt><span class="sect2"><a href="release-7-0.html#id894001">E.61.2. Changes</a></span></dt>
 
1752
</dl></dd>
 
1753
<dt><span class="sect1"><a href="release-6-5-3.html">E.62. Release 6.5.3</a></span></dt>
 
1754
<dd><dl>
 
1755
<dt><span class="sect2"><a href="release-6-5-3.html#id894240">E.62.1. Migration to version 6.5.3</a></span></dt>
 
1756
<dt><span class="sect2"><a href="release-6-5-3.html#id894252">E.62.2. Changes</a></span></dt>
 
1757
</dl></dd>
 
1758
<dt><span class="sect1"><a href="release-6-5-2.html">E.63. Release 6.5.2</a></span></dt>
 
1759
<dd><dl>
 
1760
<dt><span class="sect2"><a href="release-6-5-2.html#id894285">E.63.1. Migration to version 6.5.2</a></span></dt>
 
1761
<dt><span class="sect2"><a href="release-6-5-2.html#id894640">E.63.2. Changes</a></span></dt>
 
1762
</dl></dd>
 
1763
<dt><span class="sect1"><a href="release-6-5-1.html">E.64. Release 6.5.1</a></span></dt>
 
1764
<dd><dl>
 
1765
<dt><span class="sect2"><a href="release-6-5-1.html#id894703">E.64.1. Migration to version 6.5.1</a></span></dt>
 
1766
<dt><span class="sect2"><a href="release-6-5-1.html#id894714">E.64.2. Changes</a></span></dt>
 
1767
</dl></dd>
 
1768
<dt><span class="sect1"><a href="release-6-5.html">E.65. Release 6.5</a></span></dt>
 
1769
<dd><dl>
 
1770
<dt><span class="sect2"><a href="release-6-5.html#id895002">E.65.1. Migration to version 6.5</a></span></dt>
 
1771
<dt><span class="sect2"><a href="release-6-5.html#id895158">E.65.2. Changes</a></span></dt>
 
1772
</dl></dd>
 
1773
<dt><span class="sect1"><a href="release-6-4-2.html">E.66. Release 6.4.2</a></span></dt>
 
1774
<dd><dl>
 
1775
<dt><span class="sect2"><a href="release-6-4-2.html#id895189">E.66.1. Migration to version 6.4.2</a></span></dt>
 
1776
<dt><span class="sect2"><a href="release-6-4-2.html#id895201">E.66.2. Changes</a></span></dt>
 
1777
</dl></dd>
 
1778
<dt><span class="sect1"><a href="release-6-4-1.html">E.67. Release 6.4.1</a></span></dt>
 
1779
<dd><dl>
 
1780
<dt><span class="sect2"><a href="release-6-4-1.html#id895231">E.67.1. Migration to version 6.4.1</a></span></dt>
 
1781
<dt><span class="sect2"><a href="release-6-4-1.html#id895243">E.67.2. Changes</a></span></dt>
 
1782
</dl></dd>
 
1783
<dt><span class="sect1"><a href="release-6-4.html">E.68. Release 6.4</a></span></dt>
 
1784
<dd><dl>
 
1785
<dt><span class="sect2"><a href="release-6-4.html#id895718">E.68.1. Migration to version 6.4</a></span></dt>
 
1786
<dt><span class="sect2"><a href="release-6-4.html#id895746">E.68.2. Changes</a></span></dt>
 
1787
</dl></dd>
 
1788
<dt><span class="sect1"><a href="release-6-3-2.html">E.69. Release 6.3.2</a></span></dt>
 
1789
<dd><dl><dt><span class="sect2"><a href="release-6-3-2.html#id896015">E.69.1. Changes</a></span></dt></dl></dd>
 
1790
<dt><span class="sect1"><a href="release-6-3-1.html">E.70. Release 6.3.1</a></span></dt>
 
1791
<dd><dl><dt><span class="sect2"><a href="release-6-3-1.html#id896113">E.70.1. Changes</a></span></dt></dl></dd>
 
1792
<dt><span class="sect1"><a href="release-6-3.html">E.71. Release 6.3</a></span></dt>
 
1793
<dd><dl>
 
1794
<dt><span class="sect2"><a href="release-6-3.html#id896400">E.71.1. Migration to version 6.3</a></span></dt>
 
1795
<dt><span class="sect2"><a href="release-6-3.html#id896429">E.71.2. Changes</a></span></dt>
 
1796
</dl></dd>
 
1797
<dt><span class="sect1"><a href="release-6-2-1.html">E.72. Release 6.2.1</a></span></dt>
 
1798
<dd><dl>
 
1799
<dt><span class="sect2"><a href="release-6-2-1.html#id896606">E.72.1. Migration from version 6.2 to version 6.2.1</a></span></dt>
 
1800
<dt><span class="sect2"><a href="release-6-2-1.html#id896755">E.72.2. Changes</a></span></dt>
 
1801
</dl></dd>
 
1802
<dt><span class="sect1"><a href="release-6-2.html">E.73. Release 6.2</a></span></dt>
 
1803
<dd><dl>
 
1804
<dt><span class="sect2"><a href="release-6-2.html#id896802">E.73.1. Migration from version 6.1 to version 6.2</a></span></dt>
 
1805
<dt><span class="sect2"><a href="release-6-2.html#id896828">E.73.2. Migration from version 1.<em class="replaceable"><code>x</code></em> to version 6.2</a></span></dt>
 
1806
<dt><span class="sect2"><a href="release-6-2.html#id896841">E.73.3. Changes</a></span></dt>
 
1807
</dl></dd>
 
1808
<dt><span class="sect1"><a href="release-6-1-1.html">E.74. Release 6.1.1</a></span></dt>
 
1809
<dd><dl>
 
1810
<dt><span class="sect2"><a href="release-6-1-1.html#id897048">E.74.1. Migration from version 6.1 to version 6.1.1</a></span></dt>
 
1811
<dt><span class="sect2"><a href="release-6-1-1.html#id897058">E.74.2. Changes</a></span></dt>
 
1812
</dl></dd>
 
1813
<dt><span class="sect1"><a href="release-6-1.html">E.75. Release 6.1</a></span></dt>
 
1814
<dd><dl>
 
1815
<dt><span class="sect2"><a href="release-6-1.html#id897188">E.75.1. Migration to version 6.1</a></span></dt>
 
1816
<dt><span class="sect2"><a href="release-6-1.html#id897201">E.75.2. Changes</a></span></dt>
 
1817
</dl></dd>
 
1818
<dt><span class="sect1"><a href="release-6-0.html">E.76. Release 6.0</a></span></dt>
 
1819
<dd><dl>
 
1820
<dt><span class="sect2"><a href="release-6-0.html#id897393">E.76.1. Migration from version 1.09 to version 6.0</a></span></dt>
 
1821
<dt><span class="sect2"><a href="release-6-0.html#id897402">E.76.2. Migration from pre-1.09 to version 6.0</a></span></dt>
 
1822
<dt><span class="sect2"><a href="release-6-0.html#id897411">E.76.3. Changes</a></span></dt>
 
1823
</dl></dd>
 
1824
<dt><span class="sect1"><a href="release-1-09.html">E.77. Release 1.09</a></span></dt>
 
1825
<dt><span class="sect1"><a href="release-1-02.html">E.78. Release 1.02</a></span></dt>
 
1826
<dd><dl>
 
1827
<dt><span class="sect2"><a href="release-1-02.html#id897458">E.78.1. Migration from version 1.02 to version 1.02.1</a></span></dt>
 
1828
<dt><span class="sect2"><a href="release-1-02.html#id897729">E.78.2. Dump/Reload Procedure</a></span></dt>
 
1829
<dt><span class="sect2"><a href="release-1-02.html#id897778">E.78.3. Changes</a></span></dt>
 
1830
</dl></dd>
 
1831
<dt><span class="sect1"><a href="release-1-01.html">E.79. Release 1.01</a></span></dt>
 
1832
<dd><dl>
 
1833
<dt><span class="sect2"><a href="release-1-01.html#id897816">E.79.1. Migration from version 1.0 to version 1.01</a></span></dt>
 
1834
<dt><span class="sect2"><a href="release-1-01.html#id898087">E.79.2. Changes</a></span></dt>
 
1835
</dl></dd>
 
1836
<dt><span class="sect1"><a href="release-1-0.html">E.80. Release 1.0</a></span></dt>
 
1837
<dd><dl><dt><span class="sect2"><a href="release-1-0.html#id898169">E.80.1. Changes</a></span></dt></dl></dd>
 
1838
<dt><span class="sect1"><a href="release-0-03.html">E.81. <span class="productname">Postgres95</span> Release 0.03</a></span></dt>
 
1839
<dd><dl><dt><span class="sect2"><a href="release-0-03.html#id898232">E.81.1. Changes</a></span></dt></dl></dd>
 
1840
<dt><span class="sect1"><a href="release-0-02.html">E.82. <span class="productname">Postgres95</span> Release 0.02</a></span></dt>
 
1841
<dd><dl><dt><span class="sect2"><a href="release-0-02.html#id898263">E.82.1. Changes</a></span></dt></dl></dd>
 
1842
<dt><span class="sect1"><a href="release-0-01.html">E.83. <span class="productname">Postgres95</span> Release 0.01</a></span></dt>
1821
1843
</dl></dd>
1822
1844
<dt><span class="appendix"><a href="cvs.html">F. The <span class="productname">CVS</span> Repository</a></span></dt>
1823
1845
<dd><dl>
1825
1847
<dt><span class="sect1"><a href="cvs-tree.html">F.2. <span class="productname">CVS</span> Tree Organization</a></span></dt>
1826
1848
<dt><span class="sect1"><a href="cvsup.html">F.3. Getting The Source Via <span class="productname">CVSup</span></a></span></dt>
1827
1849
<dd><dl>
1828
 
<dt><span class="sect2"><a href="cvsup.html#id845847">F.3.1. Preparing A <span class="productname">CVSup</span> Client System</a></span></dt>
1829
 
<dt><span class="sect2"><a href="cvsup.html#id845993">F.3.2. Running a <span class="productname">CVSup</span> Client</a></span></dt>
1830
 
<dt><span class="sect2"><a href="cvsup.html#id846213">F.3.3. Installing <span class="productname">CVSup</span></a></span></dt>
1831
 
<dt><span class="sect2"><a href="cvsup.html#id846420">F.3.4. Installation from Sources</a></span></dt>
 
1850
<dt><span class="sect2"><a href="cvsup.html#id899222">F.3.1. Preparing A <span class="productname">CVSup</span> Client System</a></span></dt>
 
1851
<dt><span class="sect2"><a href="cvsup.html#id899367">F.3.2. Running a <span class="productname">CVSup</span> Client</a></span></dt>
 
1852
<dt><span class="sect2"><a href="cvsup.html#id899616">F.3.3. Installing <span class="productname">CVSup</span></a></span></dt>
 
1853
<dt><span class="sect2"><a href="cvsup.html#id899823">F.3.4. Installation from Sources</a></span></dt>
1832
1854
</dl></dd>
1833
1855
</dl></dd>
1834
1856
<dt><span class="appendix"><a href="docguide.html">G. Documentation</a></span></dt>
1836
1858
<dt><span class="sect1"><a href="docguide.html#docguide-docbook">G.1. DocBook</a></span></dt>
1837
1859
<dt><span class="sect1"><a href="docguide-toolsets.html">G.2. Tool Sets</a></span></dt>
1838
1860
<dd><dl>
1839
 
<dt><span class="sect2"><a href="docguide-toolsets.html#id846941">G.2.1. <span class="productname">Linux</span> <span class="acronym">RPM</span> Installation</a></span></dt>
1840
 
<dt><span class="sect2"><a href="docguide-toolsets.html#id847005">G.2.2. FreeBSD Installation</a></span></dt>
1841
 
<dt><span class="sect2"><a href="docguide-toolsets.html#id847118">G.2.3. Debian Packages</a></span></dt>
1842
 
<dt><span class="sect2"><a href="docguide-toolsets.html#id847141">G.2.4. Manual Installation from Source</a></span></dt>
 
1861
<dt><span class="sect2"><a href="docguide-toolsets.html#id900348">G.2.1. <span class="productname">Linux</span> <acronym class="acronym">RPM</acronym> Installation</a></span></dt>
 
1862
<dt><span class="sect2"><a href="docguide-toolsets.html#id900413">G.2.2. FreeBSD Installation</a></span></dt>
 
1863
<dt><span class="sect2"><a href="docguide-toolsets.html#id900526">G.2.3. Debian Packages</a></span></dt>
 
1864
<dt><span class="sect2"><a href="docguide-toolsets.html#id900549">G.2.4. Manual Installation from Source</a></span></dt>
1843
1865
<dt><span class="sect2"><a href="docguide-toolsets.html#docguide-toolsets-configure">G.2.5. Detection by <code class="command">configure</code></a></span></dt>
1844
1866
</dl></dd>
1845
1867
<dt><span class="sect1"><a href="docguide-build.html">G.3. Building The Documentation</a></span></dt>
1846
1868
<dd><dl>
1847
 
<dt><span class="sect2"><a href="docguide-build.html#id847972">G.3.1. HTML</a></span></dt>
1848
 
<dt><span class="sect2"><a href="docguide-build.html#id848040">G.3.2. Manpages</a></span></dt>
1849
 
<dt><span class="sect2"><a href="docguide-build.html#id848092">G.3.3. Print Output via <span class="application">JadeTex</span></a></span></dt>
1850
 
<dt><span class="sect2"><a href="docguide-build.html#id848196">G.3.4. Print Output via <span class="acronym">RTF</span></a></span></dt>
1851
 
<dt><span class="sect2"><a href="docguide-build.html#id848734">G.3.5. Plain Text Files</a></span></dt>
1852
 
<dt><span class="sect2"><a href="docguide-build.html#id848842">G.3.6. Syntax Check</a></span></dt>
 
1869
<dt><span class="sect2"><a href="docguide-build.html#id901379">G.3.1. HTML</a></span></dt>
 
1870
<dt><span class="sect2"><a href="docguide-build.html#id901442">G.3.2. Manpages</a></span></dt>
 
1871
<dt><span class="sect2"><a href="docguide-build.html#id901494">G.3.3. Print Output via <span class="application">JadeTex</span></a></span></dt>
 
1872
<dt><span class="sect2"><a href="docguide-build.html#id901598">G.3.4. Print Output via <acronym class="acronym">RTF</acronym></a></span></dt>
 
1873
<dt><span class="sect2"><a href="docguide-build.html#id902136">G.3.5. Plain Text Files</a></span></dt>
 
1874
<dt><span class="sect2"><a href="docguide-build.html#id902244">G.3.6. Syntax Check</a></span></dt>
1853
1875
</dl></dd>
1854
1876
<dt><span class="sect1"><a href="docguide-authoring.html">G.4. Documentation Authoring</a></span></dt>
1855
1877
<dd><dl>
1856
 
<dt><span class="sect2"><a href="docguide-authoring.html#id848906">G.4.1. Emacs/PSGML</a></span></dt>
1857
 
<dt><span class="sect2"><a href="docguide-authoring.html#id849144">G.4.2. Other Emacs modes</a></span></dt>
 
1878
<dt><span class="sect2"><a href="docguide-authoring.html#id902308">G.4.1. Emacs/PSGML</a></span></dt>
 
1879
<dt><span class="sect2"><a href="docguide-authoring.html#id902546">G.4.2. Other Emacs modes</a></span></dt>
1858
1880
</dl></dd>
1859
1881
<dt><span class="sect1"><a href="docguide-style.html">G.5. Style Guide</a></span></dt>
1860
 
<dd><dl><dt><span class="sect2"><a href="docguide-style.html#id849192">G.5.1. Reference Pages</a></span></dt></dl></dd>
 
1882
<dd><dl><dt><span class="sect2"><a href="docguide-style.html#id902594">G.5.1. Reference Pages</a></span></dt></dl></dd>
1861
1883
</dl></dd>
1862
1884
<dt><span class="appendix"><a href="external-projects.html">H. External Projects</a></span></dt>
1863
1885
<dd><dl>
1927
1949
</dt>
1928
1950
<dt>9.4. <a href="functions-math.html#functions-math-trig-table">Trigonometric Functions</a>
1929
1951
</dt>
1930
 
<dt>9.5. <a href="functions-string.html#functions-string-sql"><span class="acronym">SQL</span> String Functions and Operators</a>
 
1952
<dt>9.5. <a href="functions-string.html#functions-string-sql"><acronym class="acronym">SQL</acronym> String Functions and Operators</a>
1931
1953
</dt>
1932
1954
<dt>9.6. <a href="functions-string.html#functions-string-other">Other String Functions</a>
1933
1955
</dt>
1934
1956
<dt>9.7. <a href="functions-string.html#conversion-names">Built-in Conversions</a>
1935
1957
</dt>
1936
 
<dt>9.8. <a href="functions-binarystring.html#functions-binarystring-sql"><span class="acronym">SQL</span> Binary String Functions and Operators</a>
 
1958
<dt>9.8. <a href="functions-binarystring.html#functions-binarystring-sql"><acronym class="acronym">SQL</acronym> Binary String Functions and Operators</a>
1937
1959
</dt>
1938
1960
<dt>9.9. <a href="functions-binarystring.html#functions-binarystring-other">Other Binary String Functions</a>
1939
1961
</dt>
2015
2037
</dt>
2016
2038
<dt>9.48. <a href="functions-admin.html#functions-admin-genfile">Generic File Access Functions</a>
2017
2039
</dt>
2018
 
<dt>12.1. <a href="transaction-iso.html#mvcc-isolevel-table"><span class="acronym">SQL</span> Transaction Isolation Levels</a>
 
2040
<dt>12.1. <a href="transaction-iso.html#mvcc-isolevel-table"><acronym class="acronym">SQL</acronym> Transaction Isolation Levels</a>
2019
2041
</dt>
2020
 
<dt>16.1. <a href="kernel-resources.html#sysvipc-parameters"><span class="systemitem">System V</span> <span class="acronym">IPC</span> parameters</a>
 
2042
<dt>16.1. <a href="kernel-resources.html#sysvipc-parameters"><span class="systemitem">System V</span> <acronym class="acronym">IPC</acronym> parameters</a>
2021
2043
</dt>
2022
2044
<dt>16.2. <a href="kernel-resources.html#shared-memory-parameters">Configuration parameters affecting
2023
2045
    <span class="productname">PostgreSQL</span>'s shared memory usage</a>
2032
2054
</dt>
2033
2055
<dt>24.2. <a href="monitoring-stats.html#monitoring-stats-funcs-table">Statistics Access Functions</a>
2034
2056
</dt>
2035
 
<dt>31.1. <a href="infoschema-information-schema-catalog-name.html#id639853"><code class="literal">information_schema_catalog_name</code> Columns</a>
2036
 
</dt>
2037
 
<dt>31.2. <a href="infoschema-applicable-roles.html#id639925"><code class="literal">applicable_roles</code> Columns</a>
2038
 
</dt>
2039
 
<dt>31.3. <a href="infoschema-check-constraints.html#id640024"><code class="literal">check_constraints</code> Columns</a>
2040
 
</dt>
2041
 
<dt>31.4. <a href="infoschema-column-domain-usage.html#id640143"><code class="literal">column_domain_usage</code> Columns</a>
2042
 
</dt>
2043
 
<dt>31.5. <a href="infoschema-column-privileges.html#id640362"><code class="literal">column_privileges</code> Columns</a>
2044
 
</dt>
2045
 
<dt>31.6. <a href="infoschema-column-udt-usage.html#id640604"><code class="literal">column_udt_usage</code> Columns</a>
2046
 
</dt>
2047
 
<dt>31.7. <a href="infoschema-columns.html#id640770"><code class="literal">columns</code> Columns</a>
2048
 
</dt>
2049
 
<dt>31.8. <a href="infoschema-constraint-column-usage.html#id641655"><code class="literal">constraint_column_usage</code> Columns</a>
2050
 
</dt>
2051
 
<dt>31.9. <a href="infoschema-constraint-table-usage.html#id641827"><code class="literal">constraint_table_usage</code> Columns</a>
2052
 
</dt>
2053
 
<dt>31.10. <a href="infoschema-data-type-privileges.html#id641967"><code class="literal">data_type_privileges</code> Columns</a>
2054
 
</dt>
2055
 
<dt>31.11. <a href="infoschema-domain-constraints.html#id642115"><code class="literal">domain_constraints</code> Columns</a>
2056
 
</dt>
2057
 
<dt>31.12. <a href="infoschema-domain-udt-usage.html#id642313"><code class="literal">domain_udt_usage</code> Columns</a>
2058
 
</dt>
2059
 
<dt>31.13. <a href="infoschema-domains.html#id642450"><code class="literal">domains</code> Columns</a>
2060
 
</dt>
2061
 
<dt>31.14. <a href="infoschema-element-types.html#id643080"><code class="literal">element_types</code> Columns</a>
2062
 
</dt>
2063
 
<dt>31.15. <a href="infoschema-enabled-roles.html#id643726"><code class="literal">enabled_roles</code> Columns</a>
2064
 
</dt>
2065
 
<dt>31.16. <a href="infoschema-key-column-usage.html#id643791"><code class="literal">key_column_usage</code> Columns</a>
2066
 
</dt>
2067
 
<dt>31.17. <a href="infoschema-parameters.html#id643968"><code class="literal">parameters</code> Columns</a>
2068
 
</dt>
2069
 
<dt>31.18. <a href="infoschema-referential-constraints.html#id644648"><code class="literal">referential_constraints</code> Columns</a>
2070
 
</dt>
2071
 
<dt>31.19. <a href="infoschema-role-column-grants.html#id644953"><code class="literal">role_column_grants</code> Columns</a>
2072
 
</dt>
2073
 
<dt>31.20. <a href="infoschema-role-routine-grants.html#id645165"><code class="literal">role_routine_grants</code> Columns</a>
2074
 
</dt>
2075
 
<dt>31.21. <a href="infoschema-role-table-grants.html#id645400"><code class="literal">role_table_grants</code> Columns</a>
2076
 
</dt>
2077
 
<dt>31.22. <a href="infoschema-role-usage-grants.html#id645660"><code class="literal">role_usage_grants</code> Columns</a>
2078
 
</dt>
2079
 
<dt>31.23. <a href="infoschema-routine-privileges.html#id645853"><code class="literal">routine_privileges</code> Columns</a>
2080
 
</dt>
2081
 
<dt>31.24. <a href="infoschema-routines.html#id646102"><code class="literal">routines</code> Columns</a>
2082
 
</dt>
2083
 
<dt>31.25. <a href="infoschema-schemata.html#id647322"><code class="literal">schemata</code> Columns</a>
2084
 
</dt>
2085
 
<dt>31.26. <a href="infoschema-sql-features.html#id647512"><code class="literal">sql_features</code> Columns</a>
2086
 
</dt>
2087
 
<dt>31.27. <a href="infoschema-sql-implementation-info.html#id647699"><code class="literal">sql_implementation_info</code> Columns</a>
2088
 
</dt>
2089
 
<dt>31.28. <a href="infoschema-sql-languages.html#id647853"><code class="literal">sql_languages</code> Columns</a>
2090
 
</dt>
2091
 
<dt>31.29. <a href="infoschema-sql-packages.html#id648077"><code class="literal">sql_packages</code> Columns</a>
2092
 
</dt>
2093
 
<dt>31.30. <a href="infoschema-sql-sizing.html#id648238"><code class="literal">sql_sizing</code> Columns</a>
2094
 
</dt>
2095
 
<dt>31.31. <a href="infoschema-sql-sizing-profiles.html#id648362"><code class="literal">sql_sizing_profiles</code> Columns</a>
2096
 
</dt>
2097
 
<dt>31.32. <a href="infoschema-table-constraints.html#id648488"><code class="literal">table_constraints</code> Columns</a>
2098
 
</dt>
2099
 
<dt>31.33. <a href="infoschema-table-privileges.html#id648729"><code class="literal">table_privileges</code> Columns</a>
2100
 
</dt>
2101
 
<dt>31.34. <a href="infoschema-tables.html#id648979"><code class="literal">tables</code> Columns</a>
2102
 
</dt>
2103
 
<dt>31.35. <a href="infoschema-triggers.html#id649210"><code class="literal">triggers</code> Columns</a>
2104
 
</dt>
2105
 
<dt>31.36. <a href="infoschema-usage-privileges.html#id649664"><code class="literal">usage_privileges</code> Columns</a>
2106
 
</dt>
2107
 
<dt>31.37. <a href="infoschema-view-column-usage.html#id649864"><code class="literal">view_column_usage</code> Columns</a>
2108
 
</dt>
2109
 
<dt>31.38. <a href="infoschema-view-table-usage.html#id650034"><code class="literal">view_table_usage</code> Columns</a>
2110
 
</dt>
2111
 
<dt>31.39. <a href="infoschema-views.html#id650176"><code class="literal">views</code> Columns</a>
 
2057
<dt>31.1. <a href="infoschema-information-schema-catalog-name.html#id692882"><code class="literal">information_schema_catalog_name</code> Columns</a>
 
2058
</dt>
 
2059
<dt>31.2. <a href="infoschema-applicable-roles.html#id692955"><code class="literal">applicable_roles</code> Columns</a>
 
2060
</dt>
 
2061
<dt>31.3. <a href="infoschema-check-constraints.html#id693054"><code class="literal">check_constraints</code> Columns</a>
 
2062
</dt>
 
2063
<dt>31.4. <a href="infoschema-column-domain-usage.html#id693173"><code class="literal">column_domain_usage</code> Columns</a>
 
2064
</dt>
 
2065
<dt>31.5. <a href="infoschema-column-privileges.html#id693391"><code class="literal">column_privileges</code> Columns</a>
 
2066
</dt>
 
2067
<dt>31.6. <a href="infoschema-column-udt-usage.html#id693634"><code class="literal">column_udt_usage</code> Columns</a>
 
2068
</dt>
 
2069
<dt>31.7. <a href="infoschema-columns.html#id693799"><code class="literal">columns</code> Columns</a>
 
2070
</dt>
 
2071
<dt>31.8. <a href="infoschema-constraint-column-usage.html#id694685"><code class="literal">constraint_column_usage</code> Columns</a>
 
2072
</dt>
 
2073
<dt>31.9. <a href="infoschema-constraint-table-usage.html#id694857"><code class="literal">constraint_table_usage</code> Columns</a>
 
2074
</dt>
 
2075
<dt>31.10. <a href="infoschema-data-type-privileges.html#id694996"><code class="literal">data_type_privileges</code> Columns</a>
 
2076
</dt>
 
2077
<dt>31.11. <a href="infoschema-domain-constraints.html#id695144"><code class="literal">domain_constraints</code> Columns</a>
 
2078
</dt>
 
2079
<dt>31.12. <a href="infoschema-domain-udt-usage.html#id695342"><code class="literal">domain_udt_usage</code> Columns</a>
 
2080
</dt>
 
2081
<dt>31.13. <a href="infoschema-domains.html#id695480"><code class="literal">domains</code> Columns</a>
 
2082
</dt>
 
2083
<dt>31.14. <a href="infoschema-element-types.html#id696110"><code class="literal">element_types</code> Columns</a>
 
2084
</dt>
 
2085
<dt>31.15. <a href="infoschema-enabled-roles.html#id696755"><code class="literal">enabled_roles</code> Columns</a>
 
2086
</dt>
 
2087
<dt>31.16. <a href="infoschema-key-column-usage.html#id696821"><code class="literal">key_column_usage</code> Columns</a>
 
2088
</dt>
 
2089
<dt>31.17. <a href="infoschema-parameters.html#id696997"><code class="literal">parameters</code> Columns</a>
 
2090
</dt>
 
2091
<dt>31.18. <a href="infoschema-referential-constraints.html#id697677"><code class="literal">referential_constraints</code> Columns</a>
 
2092
</dt>
 
2093
<dt>31.19. <a href="infoschema-role-column-grants.html#id697982"><code class="literal">role_column_grants</code> Columns</a>
 
2094
</dt>
 
2095
<dt>31.20. <a href="infoschema-role-routine-grants.html#id698194"><code class="literal">role_routine_grants</code> Columns</a>
 
2096
</dt>
 
2097
<dt>31.21. <a href="infoschema-role-table-grants.html#id698429"><code class="literal">role_table_grants</code> Columns</a>
 
2098
</dt>
 
2099
<dt>31.22. <a href="infoschema-role-usage-grants.html#id698689"><code class="literal">role_usage_grants</code> Columns</a>
 
2100
</dt>
 
2101
<dt>31.23. <a href="infoschema-routine-privileges.html#id698882"><code class="literal">routine_privileges</code> Columns</a>
 
2102
</dt>
 
2103
<dt>31.24. <a href="infoschema-routines.html#id699131"><code class="literal">routines</code> Columns</a>
 
2104
</dt>
 
2105
<dt>31.25. <a href="infoschema-schemata.html#id700351"><code class="literal">schemata</code> Columns</a>
 
2106
</dt>
 
2107
<dt>31.26. <a href="infoschema-sql-features.html#id700541"><code class="literal">sql_features</code> Columns</a>
 
2108
</dt>
 
2109
<dt>31.27. <a href="infoschema-sql-implementation-info.html#id700728"><code class="literal">sql_implementation_info</code> Columns</a>
 
2110
</dt>
 
2111
<dt>31.28. <a href="infoschema-sql-languages.html#id700882"><code class="literal">sql_languages</code> Columns</a>
 
2112
</dt>
 
2113
<dt>31.29. <a href="infoschema-sql-packages.html#id701106"><code class="literal">sql_packages</code> Columns</a>
 
2114
</dt>
 
2115
<dt>31.30. <a href="infoschema-sql-sizing.html#id701267"><code class="literal">sql_sizing</code> Columns</a>
 
2116
</dt>
 
2117
<dt>31.31. <a href="infoschema-sql-sizing-profiles.html#id701391"><code class="literal">sql_sizing_profiles</code> Columns</a>
 
2118
</dt>
 
2119
<dt>31.32. <a href="infoschema-table-constraints.html#id701517"><code class="literal">table_constraints</code> Columns</a>
 
2120
</dt>
 
2121
<dt>31.33. <a href="infoschema-table-privileges.html#id701758"><code class="literal">table_privileges</code> Columns</a>
 
2122
</dt>
 
2123
<dt>31.34. <a href="infoschema-tables.html#id702008"><code class="literal">tables</code> Columns</a>
 
2124
</dt>
 
2125
<dt>31.35. <a href="infoschema-triggers.html#id702240"><code class="literal">triggers</code> Columns</a>
 
2126
</dt>
 
2127
<dt>31.36. <a href="infoschema-usage-privileges.html#id702693"><code class="literal">usage_privileges</code> Columns</a>
 
2128
</dt>
 
2129
<dt>31.37. <a href="infoschema-view-column-usage.html#id702893"><code class="literal">view_column_usage</code> Columns</a>
 
2130
</dt>
 
2131
<dt>31.38. <a href="infoschema-view-table-usage.html#id703063"><code class="literal">view_table_usage</code> Columns</a>
 
2132
</dt>
 
2133
<dt>31.39. <a href="infoschema-views.html#id703205"><code class="literal">views</code> Columns</a>
2112
2134
</dt>
2113
2135
<dt>32.1. <a href="xfunc-c.html#xfunc-c-type-table">Equivalent C Types for Built-In SQL Types</a>
2114
2136
</dt>
2128
2150
</dt>
2129
2151
<dt>42.1. <a href="catalogs.html#catalog-table">System Catalogs</a>
2130
2152
</dt>
2131
 
<dt>42.2. <a href="catalog-pg-aggregate.html#id768828"><code class="structname">pg_aggregate</code> Columns</a>
2132
 
</dt>
2133
 
<dt>42.3. <a href="catalog-pg-am.html#id769057"><code class="structname">pg_am</code> Columns</a>
2134
 
</dt>
2135
 
<dt>42.4. <a href="catalog-pg-amop.html#id769580"><code class="structname">pg_amop</code> Columns</a>
2136
 
</dt>
2137
 
<dt>42.5. <a href="catalog-pg-amproc.html#id769741"><code class="structname">pg_amproc</code> Columns</a>
2138
 
</dt>
2139
 
<dt>42.6. <a href="catalog-pg-attrdef.html#id769893"><code class="structname">pg_attrdef</code> Columns</a>
2140
 
</dt>
2141
 
<dt>42.7. <a href="catalog-pg-attribute.html#id770062"><code class="structname">pg_attribute</code> Columns</a>
2142
 
</dt>
2143
 
<dt>42.8. <a href="catalog-pg-authid.html#id770581"><code class="structname">pg_authid</code> Columns</a>
2144
 
</dt>
2145
 
<dt>42.9. <a href="catalog-pg-auth-members.html#id770802"><code class="structname">pg_auth_members</code> Columns</a>
2146
 
</dt>
2147
 
<dt>42.10. <a href="catalog-pg-autovacuum.html#id770986"><code class="structname">pg_autovacuum</code> Columns</a>
2148
 
</dt>
2149
 
<dt>42.11. <a href="catalog-pg-cast.html#id771251"><code class="structfield">pg_cast</code> Columns</a>
2150
 
</dt>
2151
 
<dt>42.12. <a href="catalog-pg-class.html#id771526"><code class="structname">pg_class</code> Columns</a>
2152
 
</dt>
2153
 
<dt>42.13. <a href="catalog-pg-constraint.html#id772215"><code class="structname">pg_constraint</code> Columns</a>
2154
 
</dt>
2155
 
<dt>42.14. <a href="catalog-pg-conversion.html#id772618"><code class="structname">pg_conversion</code> Columns</a>
2156
 
</dt>
2157
 
<dt>42.15. <a href="catalog-pg-database.html#id772832"><code class="structname">pg_database</code> Columns</a>
2158
 
</dt>
2159
 
<dt>42.16. <a href="catalog-pg-depend.html#id773183"><code class="structname">pg_depend</code> Columns</a>
2160
 
</dt>
2161
 
<dt>42.17. <a href="catalog-pg-description.html#id773573"><code class="structname">pg_description</code> Columns</a>
2162
 
</dt>
2163
 
<dt>42.18. <a href="catalog-pg-index.html#id773709"><code class="structname">pg_index</code> Columns</a>
2164
 
</dt>
2165
 
<dt>42.19. <a href="catalog-pg-inherits.html#id774017"><code class="structname">pg_inherits</code> Columns</a>
2166
 
</dt>
2167
 
<dt>42.20. <a href="catalog-pg-language.html#id774157"><code class="structname">pg_language</code> Columns</a>
2168
 
</dt>
2169
 
<dt>42.21. <a href="catalog-pg-largeobject.html#id774390"><code class="structname">pg_largeobject</code> Columns</a>
2170
 
</dt>
2171
 
<dt>42.22. <a href="catalog-pg-listener.html#id774548"><code class="structname">pg_listener</code> Columns</a>
2172
 
</dt>
2173
 
<dt>42.23. <a href="catalog-pg-namespace.html#id774650"><code class="structname">pg_namespace</code> Columns</a>
2174
 
</dt>
2175
 
<dt>42.24. <a href="catalog-pg-opclass.html#id774791"><code class="structname">pg_opclass</code> Columns</a>
2176
 
</dt>
2177
 
<dt>42.25. <a href="catalog-pg-operator.html#id775054"><code class="structname">pg_operator</code> Columns</a>
2178
 
</dt>
2179
 
<dt>42.26. <a href="catalog-pg-pltemplate.html#id775614"><code class="structname">pg_pltemplate</code> Columns</a>
2180
 
</dt>
2181
 
<dt>42.27. <a href="catalog-pg-proc.html#id775802"><code class="structname">pg_proc</code> Columns</a>
2182
 
</dt>
2183
 
<dt>42.28. <a href="catalog-pg-rewrite.html#id776338"><code class="structname">pg_rewrite</code> Columns</a>
2184
 
</dt>
2185
 
<dt>42.29. <a href="catalog-pg-shdepend.html#id776594"><code class="structname">pg_shdepend</code> Columns</a>
2186
 
</dt>
2187
 
<dt>42.30. <a href="catalog-pg-statistic.html#id776948"><code class="structname">pg_statistic</code> Columns</a>
2188
 
</dt>
2189
 
<dt>42.31. <a href="catalog-pg-tablespace.html#id777253"><code class="structname">pg_tablespace</code> Columns</a>
2190
 
</dt>
2191
 
<dt>42.32. <a href="catalog-pg-trigger.html#id777405"><code class="structname">pg_trigger</code> Columns</a>
2192
 
</dt>
2193
 
<dt>42.33. <a href="catalog-pg-type.html#id777714"><code class="structname">pg_type</code> Columns</a>
 
2153
<dt>42.2. <a href="catalog-pg-aggregate.html#id820945"><code class="structname">pg_aggregate</code> Columns</a>
 
2154
</dt>
 
2155
<dt>42.3. <a href="catalog-pg-am.html#id821174"><code class="structname">pg_am</code> Columns</a>
 
2156
</dt>
 
2157
<dt>42.4. <a href="catalog-pg-amop.html#id821697"><code class="structname">pg_amop</code> Columns</a>
 
2158
</dt>
 
2159
<dt>42.5. <a href="catalog-pg-amproc.html#id821858"><code class="structname">pg_amproc</code> Columns</a>
 
2160
</dt>
 
2161
<dt>42.6. <a href="catalog-pg-attrdef.html#id822010"><code class="structname">pg_attrdef</code> Columns</a>
 
2162
</dt>
 
2163
<dt>42.7. <a href="catalog-pg-attribute.html#id822179"><code class="structname">pg_attribute</code> Columns</a>
 
2164
</dt>
 
2165
<dt>42.8. <a href="catalog-pg-authid.html#id822699"><code class="structname">pg_authid</code> Columns</a>
 
2166
</dt>
 
2167
<dt>42.9. <a href="catalog-pg-auth-members.html#id822919"><code class="structname">pg_auth_members</code> Columns</a>
 
2168
</dt>
 
2169
<dt>42.10. <a href="catalog-pg-autovacuum.html#id823104"><code class="structname">pg_autovacuum</code> Columns</a>
 
2170
</dt>
 
2171
<dt>42.11. <a href="catalog-pg-cast.html#id823368"><code class="structfield">pg_cast</code> Columns</a>
 
2172
</dt>
 
2173
<dt>42.12. <a href="catalog-pg-class.html#id823643"><code class="structname">pg_class</code> Columns</a>
 
2174
</dt>
 
2175
<dt>42.13. <a href="catalog-pg-constraint.html#id824333"><code class="structname">pg_constraint</code> Columns</a>
 
2176
</dt>
 
2177
<dt>42.14. <a href="catalog-pg-conversion.html#id824736"><code class="structname">pg_conversion</code> Columns</a>
 
2178
</dt>
 
2179
<dt>42.15. <a href="catalog-pg-database.html#id824949"><code class="structname">pg_database</code> Columns</a>
 
2180
</dt>
 
2181
<dt>42.16. <a href="catalog-pg-depend.html#id825300"><code class="structname">pg_depend</code> Columns</a>
 
2182
</dt>
 
2183
<dt>42.17. <a href="catalog-pg-description.html#id825690"><code class="structname">pg_description</code> Columns</a>
 
2184
</dt>
 
2185
<dt>42.18. <a href="catalog-pg-index.html#id825827"><code class="structname">pg_index</code> Columns</a>
 
2186
</dt>
 
2187
<dt>42.19. <a href="catalog-pg-inherits.html#id826134"><code class="structname">pg_inherits</code> Columns</a>
 
2188
</dt>
 
2189
<dt>42.20. <a href="catalog-pg-language.html#id826275"><code class="structname">pg_language</code> Columns</a>
 
2190
</dt>
 
2191
<dt>42.21. <a href="catalog-pg-largeobject.html#id826507"><code class="structname">pg_largeobject</code> Columns</a>
 
2192
</dt>
 
2193
<dt>42.22. <a href="catalog-pg-listener.html#id826665"><code class="structname">pg_listener</code> Columns</a>
 
2194
</dt>
 
2195
<dt>42.23. <a href="catalog-pg-namespace.html#id826768"><code class="structname">pg_namespace</code> Columns</a>
 
2196
</dt>
 
2197
<dt>42.24. <a href="catalog-pg-opclass.html#id826908"><code class="structname">pg_opclass</code> Columns</a>
 
2198
</dt>
 
2199
<dt>42.25. <a href="catalog-pg-operator.html#id827171"><code class="structname">pg_operator</code> Columns</a>
 
2200
</dt>
 
2201
<dt>42.26. <a href="catalog-pg-pltemplate.html#id827731"><code class="structname">pg_pltemplate</code> Columns</a>
 
2202
</dt>
 
2203
<dt>42.27. <a href="catalog-pg-proc.html#id827919"><code class="structname">pg_proc</code> Columns</a>
 
2204
</dt>
 
2205
<dt>42.28. <a href="catalog-pg-rewrite.html#id828456"><code class="structname">pg_rewrite</code> Columns</a>
 
2206
</dt>
 
2207
<dt>42.29. <a href="catalog-pg-shdepend.html#id828712"><code class="structname">pg_shdepend</code> Columns</a>
 
2208
</dt>
 
2209
<dt>42.30. <a href="catalog-pg-statistic.html#id829066"><code class="structname">pg_statistic</code> Columns</a>
 
2210
</dt>
 
2211
<dt>42.31. <a href="catalog-pg-tablespace.html#id829371"><code class="structname">pg_tablespace</code> Columns</a>
 
2212
</dt>
 
2213
<dt>42.32. <a href="catalog-pg-trigger.html#id829523"><code class="structname">pg_trigger</code> Columns</a>
 
2214
</dt>
 
2215
<dt>42.33. <a href="catalog-pg-type.html#id829832"><code class="structname">pg_type</code> Columns</a>
2194
2216
</dt>
2195
2217
<dt>42.34. <a href="views-overview.html#view-table">System Views</a>
2196
2218
</dt>
2197
 
<dt>42.35. <a href="view-pg-group.html#id778932"><code class="structname">pg_group</code> Columns</a>
2198
 
</dt>
2199
 
<dt>42.36. <a href="view-pg-indexes.html#id779063"><code class="structname">pg_indexes</code> Columns</a>
2200
 
</dt>
2201
 
<dt>42.37. <a href="view-pg-locks.html#id779273"><code class="structname">pg_locks</code> Columns</a>
2202
 
</dt>
2203
 
<dt>42.38. <a href="view-pg-prepared-xacts.html#id779766"><code class="structname">pg_prepared_xacts</code> Columns</a>
2204
 
</dt>
2205
 
<dt>42.39. <a href="view-pg-roles.html#id779944"><code class="structname">pg_roles</code> Columns</a>
2206
 
</dt>
2207
 
<dt>42.40. <a href="view-pg-rules.html#id780181"><code class="structname">pg_rules</code> Columns</a>
2208
 
</dt>
2209
 
<dt>42.41. <a href="view-pg-settings.html#id780363"><code class="structname">pg_settings</code> Columns</a>
2210
 
</dt>
2211
 
<dt>42.42. <a href="view-pg-shadow.html#id780669"><code class="structname">pg_shadow</code> Columns</a>
2212
 
</dt>
2213
 
<dt>42.43. <a href="view-pg-stats.html#id780887"><code class="structname">pg_stats</code> Columns</a>
2214
 
</dt>
2215
 
<dt>42.44. <a href="view-pg-tables.html#id781198"><code class="structname">pg_tables</code> Columns</a>
2216
 
</dt>
2217
 
<dt>42.45. <a href="view-pg-user.html#id781447"><code class="structname">pg_user</code> Columns</a>
2218
 
</dt>
2219
 
<dt>42.46. <a href="view-pg-views.html#id781614"><code class="structname">pg_views</code> Columns</a>
 
2219
<dt>42.35. <a href="view-pg-group.html#id831050"><code class="structname">pg_group</code> Columns</a>
 
2220
</dt>
 
2221
<dt>42.36. <a href="view-pg-indexes.html#id831181"><code class="structname">pg_indexes</code> Columns</a>
 
2222
</dt>
 
2223
<dt>42.37. <a href="view-pg-locks.html#id831391"><code class="structname">pg_locks</code> Columns</a>
 
2224
</dt>
 
2225
<dt>42.38. <a href="view-pg-prepared-xacts.html#id831871"><code class="structname">pg_prepared_xacts</code> Columns</a>
 
2226
</dt>
 
2227
<dt>42.39. <a href="view-pg-roles.html#id832049"><code class="structname">pg_roles</code> Columns</a>
 
2228
</dt>
 
2229
<dt>42.40. <a href="view-pg-rules.html#id832286"><code class="structname">pg_rules</code> Columns</a>
 
2230
</dt>
 
2231
<dt>42.41. <a href="view-pg-settings.html#id832468"><code class="structname">pg_settings</code> Columns</a>
 
2232
</dt>
 
2233
<dt>42.42. <a href="view-pg-shadow.html#id832774"><code class="structname">pg_shadow</code> Columns</a>
 
2234
</dt>
 
2235
<dt>42.43. <a href="view-pg-stats.html#id832992"><code class="structname">pg_stats</code> Columns</a>
 
2236
</dt>
 
2237
<dt>42.44. <a href="view-pg-tables.html#id833303"><code class="structname">pg_tables</code> Columns</a>
 
2238
</dt>
 
2239
<dt>42.45. <a href="view-pg-user.html#id833551"><code class="structname">pg_user</code> Columns</a>
 
2240
</dt>
 
2241
<dt>42.46. <a href="view-pg-views.html#id833719"><code class="structname">pg_views</code> Columns</a>
2220
2242
</dt>
2221
2243
<dt>50.1. <a href="storage.html#pgdata-contents-table">Contents of <code class="varname">PGDATA</code></a>
2222
2244
</dt>
2240
2262
</dt>
2241
2263
<dt>B.6. <a href="datetime-keywords.html#datetime-timezone-set-table">Time Zone Names for Setting <code class="varname">timezone</code></a>
2242
2264
</dt>
2243
 
<dt>C.1. <a href="sql-keywords-appendix.html#keywords-table"><span class="acronym">SQL</span> Key Words</a>
 
2265
<dt>C.1. <a href="sql-keywords-appendix.html#keywords-table"><acronym class="acronym">SQL</acronym> Key Words</a>
2244
2266
</dt>
2245
2267
</dl>
2246
2268
</div>
2247
2269
<div class="list-of-examples">
2248
2270
<p><b>List of Examples</b></p>
2249
2271
<dl>
2250
 
<dt>8.1. <a href="datatype-character.html#id533465">Using the character types</a>
 
2272
<dt>8.1. <a href="datatype-character.html#id586027">Using the character types</a>
2251
2273
</dt>
2252
2274
<dt>8.2. <a href="datatype-boolean.html#datatype-boolean-example">Using the <code class="type">boolean</code> type</a>
2253
2275
</dt>
2254
 
<dt>8.3. <a href="datatype-bit.html#id538677">Using the bit string types</a>
2255
 
</dt>
2256
 
<dt>10.1. <a href="typeconv-oper.html#id574023">Exponentiation Operator Type Resolution</a>
2257
 
</dt>
2258
 
<dt>10.2. <a href="typeconv-oper.html#id574056">String Concatenation Operator Type Resolution</a>
2259
 
</dt>
2260
 
<dt>10.3. <a href="typeconv-oper.html#id574114">Absolute-Value and Negation Operator Type Resolution</a>
2261
 
</dt>
2262
 
<dt>10.4. <a href="typeconv-func.html#id574413">Rounding Function Argument Type Resolution</a>
2263
 
</dt>
2264
 
<dt>10.5. <a href="typeconv-func.html#id574474">Substring Function Type Resolution</a>
2265
 
</dt>
2266
 
<dt>10.6. <a href="typeconv-query.html#id574669"><code class="type">character</code> Storage Type Conversion</a>
2267
 
</dt>
2268
 
<dt>10.7. <a href="typeconv-union-case.html#id574964">Type Resolution with Underspecified Types in a Union</a>
2269
 
</dt>
2270
 
<dt>10.8. <a href="typeconv-union-case.html#id574989">Type Resolution in a Simple Union</a>
2271
 
</dt>
2272
 
<dt>10.9. <a href="typeconv-union-case.html#id575029">Type Resolution in a Transposed Union</a>
 
2276
<dt>8.3. <a href="datatype-bit.html#id591240">Using the bit string types</a>
 
2277
</dt>
 
2278
<dt>10.1. <a href="typeconv-oper.html#id626561">Exponentiation Operator Type Resolution</a>
 
2279
</dt>
 
2280
<dt>10.2. <a href="typeconv-oper.html#id626595">String Concatenation Operator Type Resolution</a>
 
2281
</dt>
 
2282
<dt>10.3. <a href="typeconv-oper.html#id626653">Absolute-Value and Negation Operator Type Resolution</a>
 
2283
</dt>
 
2284
<dt>10.4. <a href="typeconv-func.html#id626952">Rounding Function Argument Type Resolution</a>
 
2285
</dt>
 
2286
<dt>10.5. <a href="typeconv-func.html#id627013">Substring Function Type Resolution</a>
 
2287
</dt>
 
2288
<dt>10.6. <a href="typeconv-query.html#id627208"><code class="type">character</code> Storage Type Conversion</a>
 
2289
</dt>
 
2290
<dt>10.7. <a href="typeconv-union-case.html#id627503">Type Resolution with Underspecified Types in a Union</a>
 
2291
</dt>
 
2292
<dt>10.8. <a href="typeconv-union-case.html#id627528">Type Resolution in a Simple Union</a>
 
2293
</dt>
 
2294
<dt>10.9. <a href="typeconv-union-case.html#id627568">Type Resolution in a Transposed Union</a>
2273
2295
</dt>
2274
2296
<dt>11.1. <a href="indexes-partial.html#indexes-partial-ex1">Setting up a Partial Index to Exclude Common Values</a>
2275
2297
</dt>