Skip to content

Commit 2243c31

Browse files
author
James William Pye
committed
Add Cluster Management documentation.
postgresql.temporal documentation will soon follow.
1 parent 69189ec commit 2243c31

33 files changed

Lines changed: 1343 additions & 98 deletions

postgresql/documentation/changes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changes
44
1.0.2 in development
55
--------------------
66

7+
* Add Cluster Management documentation.
8+
79
1.0.1 released on 2010-04-24
810
----------------------------
911

postgresql/documentation/cluster.txt

Lines changed: 378 additions & 0 deletions
Large diffs are not rendered by default.

postgresql/documentation/html/_sources/changes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
1.0.2 in development
5+
--------------------
6+
7+
* Add Cluster Management documentation.
8+
49
1.0.1 released on 2010-04-24
510
----------------------------
611

postgresql/documentation/html/_sources/cluster.txt

Lines changed: 378 additions & 0 deletions
Large diffs are not rendered by default.

postgresql/documentation/html/_sources/driver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ Message Metadata
17051705
----------------
17061706

17071707
PostgreSQL messages, `postgresql.message.Message`, are primarily described in three
1708-
parts: the SQL-state code, the main message string, and a mapping defining the
1708+
parts: the SQL-state code, the main message string, and a mapping containing the
17091709
details. The follow attributes are available on message objects:
17101710

17111711
``Message.message``

postgresql/documentation/html/_sources/gotchas.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ the entire sequence can cause this TypeError during the loading process::
9696

9797
TypeError: inconsistent items, N processors and M items in row
9898

99-
This exception is raised by a generic processing routine whose funcitonality
99+
This exception is raised by a generic processing routine whose functionality
100100
is abstract in nature, so the message is abstract as well. It essentially means
101101
that a tuple in the sequence given to the loading method had too many or too few
102102
items.

postgresql/documentation/html/_sources/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Contents
1919
copyman
2020
notifyman
2121
alock
22+
cluster
2223
lib
2324
clientparameters
2425
gotchas

postgresql/documentation/html/_sources/lib.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ purpose of the file and to provide a hint to editors that SQL highlighting
4242
should be used. The format of an ILF takes the form::
4343

4444
<Preface>
45-
[symbol:type:method]
46-
<symbol statement>
45+
[name:type:method]
46+
<statement>
4747
...
4848

4949
Where multiple symbols may be defined. The Preface that comes before the first

postgresql/documentation/html/admin.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

8-
<title>Administration &mdash; py-postgresql v1.0.1 documentation</title>
8+
<title>Administration &mdash; py-postgresql v1.0.2dev documentation</title>
99
<link rel="stylesheet" href="_static/default.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: '',
14-
VERSION: '1.0.1',
14+
VERSION: '1.0.2dev',
1515
COLLAPSE_MODINDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true
1818
};
1919
</script>
2020
<script type="text/javascript" src="_static/jquery.js"></script>
2121
<script type="text/javascript" src="_static/doctools.js"></script>
22-
<link rel="top" title="py-postgresql v1.0.1 documentation" href="index.html" />
22+
<link rel="top" title="py-postgresql v1.0.2dev documentation" href="index.html" />
2323
<link rel="next" title="Driver" href="driver.html" />
2424
<link rel="prev" title="py-postgresql" href="index.html" />
2525
</head>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li class="right" >
3737
<a href="index.html" title="py-postgresql"
3838
accesskey="P">previous</a> |</li>
39-
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
39+
<li><a href="index.html">py-postgresql v1.0.2dev documentation</a> &raquo;</li>
4040
</ul>
4141
</div>
4242

@@ -138,12 +138,12 @@ <h3>Navigation</h3>
138138
<li class="right" >
139139
<a href="index.html" title="py-postgresql"
140140
>previous</a> |</li>
141-
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
141+
<li><a href="index.html">py-postgresql v1.0.2dev documentation</a> &raquo;</li>
142142
</ul>
143143
</div>
144144
<div class="footer">
145145
&copy; Copyright 2010, James William Pye &lt;[email protected]&gt;.
146-
Last updated on Apr 24, 2010.
146+
Last updated on Apr 29, 2010.
147147
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
148148
</div>
149149
</body>

postgresql/documentation/html/alock.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

8-
<title>Advisory Locks &mdash; py-postgresql v1.0.1 documentation</title>
8+
<title>Advisory Locks &mdash; py-postgresql v1.0.2dev documentation</title>
99
<link rel="stylesheet" href="_static/default.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: '',
14-
VERSION: '1.0.1',
14+
VERSION: '1.0.2dev',
1515
COLLAPSE_MODINDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true
1818
};
1919
</script>
2020
<script type="text/javascript" src="_static/jquery.js"></script>
2121
<script type="text/javascript" src="_static/doctools.js"></script>
22-
<link rel="top" title="py-postgresql v1.0.1 documentation" href="index.html" />
23-
<link rel="next" title="Categories and Libraries" href="lib.html" />
22+
<link rel="top" title="py-postgresql v1.0.2dev documentation" href="index.html" />
23+
<link rel="next" title="Cluster Management" href="cluster.html" />
2424
<link rel="prev" title="Notification Management" href="notifyman.html" />
2525
</head>
2626
<body>
@@ -31,12 +31,12 @@ <h3>Navigation</h3>
3131
<a href="genindex.html" title="General Index"
3232
accesskey="I">index</a></li>
3333
<li class="right" >
34-
<a href="lib.html" title="Categories and Libraries"
34+
<a href="cluster.html" title="Cluster Management"
3535
accesskey="N">next</a> |</li>
3636
<li class="right" >
3737
<a href="notifyman.html" title="Notification Management"
3838
accesskey="P">previous</a> |</li>
39-
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
39+
<li><a href="index.html">py-postgresql v1.0.2dev documentation</a> &raquo;</li>
4040
</ul>
4141
</div>
4242

@@ -168,8 +168,8 @@ <h4>Previous topic</h4>
168168
<p class="topless"><a href="notifyman.html"
169169
title="previous chapter">Notification Management</a></p>
170170
<h4>Next topic</h4>
171-
<p class="topless"><a href="lib.html"
172-
title="next chapter">Categories and Libraries</a></p>
171+
<p class="topless"><a href="cluster.html"
172+
title="next chapter">Cluster Management</a></p>
173173
<h3>This Page</h3>
174174
<ul class="this-page-menu">
175175
<li><a href="_sources/alock.txt"
@@ -199,17 +199,17 @@ <h3>Navigation</h3>
199199
<a href="genindex.html" title="General Index"
200200
>index</a></li>
201201
<li class="right" >
202-
<a href="lib.html" title="Categories and Libraries"
202+
<a href="cluster.html" title="Cluster Management"
203203
>next</a> |</li>
204204
<li class="right" >
205205
<a href="notifyman.html" title="Notification Management"
206206
>previous</a> |</li>
207-
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
207+
<li><a href="index.html">py-postgresql v1.0.2dev documentation</a> &raquo;</li>
208208
</ul>
209209
</div>
210210
<div class="footer">
211211
&copy; Copyright 2010, James William Pye &lt;[email protected]&gt;.
212-
Last updated on Apr 24, 2010.
212+
Last updated on Apr 29, 2010.
213213
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
214214
</div>
215215
</body>

0 commit comments

Comments
 (0)