Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Update docs for PostgreSQL 8.2.7 and Slony 1.2.13
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.pgadmin.org/branches/REL-1_6_0_PATCHES@7165 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed Mar 17, 2008
1 parent 64b2003 commit b709fb2
Show file tree
Hide file tree
Showing 962 changed files with 11,219 additions and 10,740 deletions.
4 changes: 2 additions & 2 deletions docs/en_US/pg/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="PostgreSQL 8.2.6 Documentation">
<link rel="up" href="index.html" title="PostgreSQL 8.2.6 Documentation">
<link rel="start" href="index.html" title="PostgreSQL 8.2.7 Documentation">
<link rel="up" href="index.html" title="PostgreSQL 8.2.7 Documentation">
<link rel="prev" href="populate.html" title="13.4. Populating a Database">
<link rel="next" href="installation.html" title="Chapter 14.  Installation Instructions">
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
Expand Down
16 changes: 8 additions & 8 deletions docs/en_US/pg/app-clusterdb.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="PostgreSQL 8.2.6 Documentation">
<link rel="start" href="index.html" title="PostgreSQL 8.2.7 Documentation">
<link rel="up" href="reference-client.html" title="PostgreSQL Client Applications">
<link rel="prev" href="reference-client.html" title="PostgreSQL Client Applications">
<link rel="next" href="app-createdb.html" title="createdb">
Expand All @@ -17,12 +17,12 @@
<h2>Name</h2>
<p>clusterdb &#8212; cluster a <span class="productname">PostgreSQL</span> database</p>
</div>
<a name="id2809695"></a><div class="refsynopsisdiv">
<a name="id2809701"></a><div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">clusterdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [--table | -t <em class="replaceable"><code>table</code></em> ] [<em class="replaceable"><code>dbname</code></em>]<br><code class="command">clusterdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [[--all] | [-a]]</p></div>
</div>
<div class="refsect1" lang="en">
<a name="id2809771"></a><h2>Description</h2>
<a name="id2809777"></a><h2>Description</h2>
<p> <span class="application">clusterdb</span> is a utility for reclustering tables
in a <span class="productname">PostgreSQL</span> database. It finds tables
that have previously been clustered, and clusters them again on the same
Expand All @@ -36,7 +36,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2809813"></a><h2>Options</h2>
<a name="id2809819"></a><h2>Options</h2>
<p> <span class="application">clusterdb</span> accepts the following command-line arguments:

</p>
Expand Down Expand Up @@ -109,7 +109,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2810025"></a><h2>Environment</h2>
<a name="id2810031"></a><h2>Environment</h2>
<div class="variablelist"><dl>
<dt>
<span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="term"><code xmlns="" class="envar">PGDATABASE</code></span><br xmlns="http://www.w3.org/TR/xhtml1/transitional"></br><span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="term"><code xmlns="" class="envar">PGHOST</code></span><br xmlns="http://www.w3.org/TR/xhtml1/transitional"></br><span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="term"><code xmlns="" class="envar">PGPORT</code></span><br xmlns="http://www.w3.org/TR/xhtml1/transitional"></br><span class="term"><code class="envar">PGUSER</code></span>
Expand All @@ -123,7 +123,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2810070"></a><h2>Diagnostics</h2>
<a name="id2810076"></a><h2>Diagnostics</h2>
<p> In case of difficulty, see <a class="xref" href="sql-cluster.html" title="CLUSTER">CLUSTER</a> and <a class="xref" href="app-psql.html" title="psql"><span class="refentrytitle"><a name="app-psql-title"></a><span class="application">psql</span></span></a> for
discussions of potential problems and error messages.
The database server must be running at the
Expand All @@ -133,7 +133,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2810101"></a><h2>Examples</h2>
<a name="id2810107"></a><h2>Examples</h2>
<p> To cluster the database <code class="literal">test</code>:
</p>
<pre class="screen"><code class="prompt">$ </code><strong class="userinput"><code>clusterdb test</code></strong></pre>
Expand All @@ -148,7 +148,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2810155"></a><h2>See Also</h2>
<a name="id2810161"></a><h2>See Also</h2>
<span class="simplelist"><a class="xref" href="sql-cluster.html" title="CLUSTER">CLUSTER</a></span>
</div>
</div></body>
Expand Down
14 changes: 7 additions & 7 deletions docs/en_US/pg/app-createdb.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="PostgreSQL 8.2.6 Documentation">
<link rel="start" href="index.html" title="PostgreSQL 8.2.7 Documentation">
<link rel="up" href="reference-client.html" title="PostgreSQL Client Applications">
<link rel="prev" href="app-clusterdb.html" title="clusterdb">
<link rel="next" href="app-createlang.html" title="createlang">
Expand All @@ -17,7 +17,7 @@
<h2>Name</h2>
<p>createdb &#8212; create a new <span class="productname">PostgreSQL</span> database</p>
</div>
<a name="id2810202"></a><div class="refsynopsisdiv">
<a name="id2810208"></a><div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">createdb</code> [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>dbname</code></em>] [<em class="replaceable"><code>description</code></em>]</p></div>
</div>
Expand All @@ -39,7 +39,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2810299"></a><h2>Options</h2>
<a name="id2810305"></a><h2>Options</h2>
<p> <span class="application">createdb</span> accepts the following command-line arguments:

</p>
Expand Down Expand Up @@ -130,7 +130,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2810595"></a><h2>Environment</h2>
<a name="id2810601"></a><h2>Environment</h2>
<div class="variablelist"><dl>
<dt><span class="term"><code class="envar">PGDATABASE</code></span></dt>
<dd><p> If set, the name of the database to create, unless overridden on
Expand All @@ -150,7 +150,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2810655"></a><h2>Diagnostics</h2>
<a name="id2810661"></a><h2>Diagnostics</h2>
<p> In case of difficulty, see <a class="xref" href="sql-createdatabase.html" title="CREATE DATABASE">CREATE DATABASE</a> and <a class="xref" href="app-psql.html" title="psql"><span class="refentrytitle"><a name="app-psql-title"></a><span class="application">psql</span></span></a> for
discussions of potential problems and error messages.
The database server must be running at the
Expand All @@ -160,7 +160,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2810686"></a><h2>Examples</h2>
<a name="id2810692"></a><h2>Examples</h2>
<p> To create the database <code class="literal">demo</code> using the default
database server:
</p>
Expand All @@ -182,7 +182,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2810778"></a><h2>See Also</h2>
<a name="id2810783"></a><h2>See Also</h2>
<span class="simplelist"><a class="xref" href="app-dropdb.html" title="dropdb"><span class="refentrytitle"><a name="app-dropdb-title"></a><span class="application">dropdb</span></span></a>, <a class="xref" href="sql-createdatabase.html" title="CREATE DATABASE">CREATE DATABASE</a></span>
</div>
</div></body>
Expand Down
18 changes: 9 additions & 9 deletions docs/en_US/pg/app-createlang.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="PostgreSQL 8.2.6 Documentation">
<link rel="start" href="index.html" title="PostgreSQL 8.2.7 Documentation">
<link rel="up" href="reference-client.html" title="PostgreSQL Client Applications">
<link rel="prev" href="app-createdb.html" title="createdb">
<link rel="next" href="app-createuser.html" title="createuser">
Expand All @@ -17,12 +17,12 @@
<h2>Name</h2>
<p>createlang &#8212; define a new <span class="productname">PostgreSQL</span> procedural language</p>
</div>
<a name="id2810831"></a><div class="refsynopsisdiv">
<a name="id2810837"></a><div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">createlang</code> [<em class="replaceable"><code>connection-option</code></em>...] <em class="replaceable"><code>langname</code></em> [<em class="replaceable"><code>dbname</code></em>]<br><code class="command">createlang</code> [<em class="replaceable"><code>connection-option</code></em>...] [--list] | [-l] <em class="replaceable"><code>dbname</code></em> </p></div>
</div>
<div class="refsect1" lang="en">
<a name="id2810913"></a><h2>Description</h2>
<a name="id2810919"></a><h2>Description</h2>
<p> <span class="application">createlang</span> is a utility for adding a new
programming language to a <span class="productname">PostgreSQL</span> database.
<span class="application">createlang</span> is just a wrapper around the
Expand All @@ -31,7 +31,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2810948"></a><h2>Options</h2>
<a name="id2810954"></a><h2>Options</h2>
<p> <span class="application">createlang</span> accepts the following command-line arguments:

</p>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2811118"></a><h2>Environment</h2>
<a name="id2811124"></a><h2>Environment</h2>
<div class="variablelist"><dl>
<dt>
<span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="term"><code xmlns="" class="envar">PGDATABASE</code></span><br xmlns="http://www.w3.org/TR/xhtml1/transitional"></br><span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="term"><code xmlns="" class="envar">PGHOST</code></span><br xmlns="http://www.w3.org/TR/xhtml1/transitional"></br><span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="term"><code xmlns="" class="envar">PGPORT</code></span><br xmlns="http://www.w3.org/TR/xhtml1/transitional"></br><span class="term"><code class="envar">PGUSER</code></span>
Expand All @@ -109,7 +109,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2811163"></a><h2>Diagnostics</h2>
<a name="id2811169"></a><h2>Diagnostics</h2>
<p> Most error messages are self-explanatory. If not, run
<span class="application">createlang</span> with the <code class="option">--echo</code>
option and see under the respective <acronym class="acronym">SQL</acronym> command
Expand All @@ -119,12 +119,12 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2811192"></a><h2>Notes</h2>
<a name="id2811198"></a><h2>Notes</h2>
<p> Use <a class="xref" href="app-droplang.html" title="droplang"><span class="refentrytitle"><a name="app-droplang-title"></a><span class="application">droplang</span></span></a> to remove a language.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2811203"></a><h2>Examples</h2>
<a name="id2811209"></a><h2>Examples</h2>
<p> To install the language <code class="literal">pltcl</code> into the database
<code class="literal">template1</code>:
</p>
Expand All @@ -136,7 +136,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2811244"></a><h2>See Also</h2>
<a name="id2811249"></a><h2>See Also</h2>
<span class="simplelist"><a class="xref" href="app-droplang.html" title="droplang"><span class="refentrytitle"><a name="app-droplang-title"></a><span class="application">droplang</span></span></a>, <a class="xref" href="sql-createlanguage.html" title="CREATE LANGUAGE">CREATE LANGUAGE</a></span>
</div>
</div></body>
Expand Down
16 changes: 8 additions & 8 deletions docs/en_US/pg/app-createuser.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="PostgreSQL 8.2.6 Documentation">
<link rel="start" href="index.html" title="PostgreSQL 8.2.7 Documentation">
<link rel="up" href="reference-client.html" title="PostgreSQL Client Applications">
<link rel="prev" href="app-createlang.html" title="createlang">
<link rel="next" href="app-dropdb.html" title="dropdb">
Expand All @@ -17,12 +17,12 @@
<h2>Name</h2>
<p>createuser &#8212; define a new <span class="productname">PostgreSQL</span> user account</p>
</div>
<a name="id2811298"></a><div class="refsynopsisdiv">
<a name="id2811304"></a><div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">createuser</code> [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>username</code></em>]</p></div>
</div>
<div class="refsect1" lang="en">
<a name="id2811332"></a><h2>Description</h2>
<a name="id2811338"></a><h2>Description</h2>
<p> <span class="application">createuser</span> creates a
new <span class="productname">PostgreSQL</span> user (or more precisely, a role).
Only superusers and users with <code class="literal">CREATEROLE</code> privilege can create
Expand All @@ -42,7 +42,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2811406"></a><h2>Options</h2>
<a name="id2811412"></a><h2>Options</h2>
<p> <span class="application">createuser</span> accepts the following command-line arguments:

</p>
Expand Down Expand Up @@ -192,7 +192,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2811777"></a><h2>Environment</h2>
<a name="id2811783"></a><h2>Environment</h2>
<div class="variablelist"><dl>
<dt>
<span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="term"><code xmlns="" class="envar">PGHOST</code></span><br xmlns="http://www.w3.org/TR/xhtml1/transitional"></br><span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="term"><code xmlns="" class="envar">PGPORT</code></span><br xmlns="http://www.w3.org/TR/xhtml1/transitional"></br><span class="term"><code class="envar">PGUSER</code></span>
Expand All @@ -206,7 +206,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2811819"></a><h2>Diagnostics</h2>
<a name="id2811825"></a><h2>Diagnostics</h2>
<p> In case of difficulty, see <a class="xref" href="sql-createrole.html" title="CREATE ROLE">CREATE ROLE</a> and <a class="xref" href="app-psql.html" title="psql"><span class="refentrytitle"><a name="app-psql-title"></a><span class="application">psql</span></span></a> for
discussions of potential problems and error messages.
The database server must be running at the
Expand All @@ -216,7 +216,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2811850"></a><h2>Examples</h2>
<a name="id2811856"></a><h2>Examples</h2>
<p> To create a user <code class="literal">joe</code> on the default database
server:
</p>
Expand Down Expand Up @@ -253,7 +253,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2812028"></a><h2>See Also</h2>
<a name="id2812034"></a><h2>See Also</h2>
<span class="simplelist"><a class="xref" href="app-dropuser.html" title="dropuser"><span class="refentrytitle"><a name="app-dropuser-title"></a><span class="application">dropuser</span></span></a>, <a class="xref" href="sql-createrole.html" title="CREATE ROLE">CREATE ROLE</a></span>
</div>
</div></body>
Expand Down
16 changes: 8 additions & 8 deletions docs/en_US/pg/app-dropdb.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="PostgreSQL 8.2.6 Documentation">
<link rel="start" href="index.html" title="PostgreSQL 8.2.7 Documentation">
<link rel="up" href="reference-client.html" title="PostgreSQL Client Applications">
<link rel="prev" href="app-createuser.html" title="createuser">
<link rel="next" href="app-droplang.html" title="droplang">
Expand All @@ -17,12 +17,12 @@
<h2>Name</h2>
<p>dropdb &#8212; remove a <span class="productname">PostgreSQL</span> database</p>
</div>
<a name="id2812082"></a><div class="refsynopsisdiv">
<a name="id2812088"></a><div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">dropdb</code> [<em class="replaceable"><code>option</code></em>...] <em class="replaceable"><code>dbname</code></em> </p></div>
</div>
<div class="refsect1" lang="en">
<a name="id2812115"></a><h2>Description</h2>
<a name="id2812121"></a><h2>Description</h2>
<p> <span class="application">dropdb</span> destroys an existing
<span class="productname">PostgreSQL</span> database.
The user who executes this command must be a database
Expand All @@ -35,7 +35,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2812159"></a><h2>Options</h2>
<a name="id2812165"></a><h2>Options</h2>
<p> <span class="application">dropdb</span> accepts the following command-line arguments:

</p>
Expand Down Expand Up @@ -97,7 +97,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2812317"></a><h2>Environment</h2>
<a name="id2812322"></a><h2>Environment</h2>
<div class="variablelist"><dl>
<dt>
<span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="term"><code xmlns="" class="envar">PGHOST</code></span><br xmlns="http://www.w3.org/TR/xhtml1/transitional"></br><span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="term"><code xmlns="" class="envar">PGPORT</code></span><br xmlns="http://www.w3.org/TR/xhtml1/transitional"></br><span class="term"><code class="envar">PGUSER</code></span>
Expand All @@ -111,7 +111,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2812359"></a><h2>Diagnostics</h2>
<a name="id2812364"></a><h2>Diagnostics</h2>
<p> In case of difficulty, see <a class="xref" href="sql-dropdatabase.html" title="DROP DATABASE">DROP DATABASE</a> and <a class="xref" href="app-psql.html" title="psql"><span class="refentrytitle"><a name="app-psql-title"></a><span class="application">psql</span></span></a> for
discussions of potential problems and error messages.
The database server must be running at the
Expand All @@ -121,7 +121,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2812390"></a><h2>Examples</h2>
<a name="id2812396"></a><h2>Examples</h2>
<p> To destroy the database <code class="literal">demo</code> on the default
database server:
</p>
Expand All @@ -142,7 +142,7 @@ <h2>Synopsis</h2>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2812470"></a><h2>See Also</h2>
<a name="id2812476"></a><h2>See Also</h2>
<span class="simplelist"><a class="xref" href="app-createdb.html" title="createdb"><span class="refentrytitle"><a name="app-createdb-title"></a><span class="application">createdb</span></span></a>, <a class="xref" href="sql-dropdatabase.html" title="DROP DATABASE">DROP DATABASE</a></span>
</div>
</div></body>
Expand Down
Loading

0 comments on commit b709fb2

Please sign in to comment.