Commit 47065aec authored by Bruce Momjian's avatar Bruce Momjian

I'm attaching those diffs for the Reference Guide in a tar file, as

not all of them attached properly in the post I made a few minutes
ago. Please disregard those earlier files. The diffs in the tar file
replace them.

Pierce Tyler
parent 83d0e379
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.21 2001/02/10 16:41:30 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.22 2001/03/05 18:42:55 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -107,7 +107,7 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable> ...@@ -107,7 +107,7 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
<term><replaceable class="PARAMETER">New user </replaceable></term> <term><replaceable class="PARAMETER">New user </replaceable></term>
<listitem> <listitem>
<para> <para>
The userid of the new owner of the table. The user name of the new owner of the table.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.6 2001/01/20 20:59:29 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.7 2001/03/05 18:42:56 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -101,7 +101,7 @@ COMMENT ...@@ -101,7 +101,7 @@ COMMENT
<para> <para>
<command>COMMENT</command> adds a comment to an object that can be <command>COMMENT</command> adds a comment to an object that can be
easily retrieved with <application>psql's</application> easily retrieved with <application>psql's</application>
<emphasis>\dd</emphasis> or <emphasis>\d+</emphasis> commands. <emphasis>\dd</emphasis>, <emphasis>\d+</emphasis>, or <emphasis>\l+</emphasis>commands.
To remove a comment, use <literal>NULL</literal>. To remove a comment, use <literal>NULL</literal>.
Comments are automatically dropped when the object is dropped. Comments are automatically dropped when the object is dropped.
</para> </para>
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.16 2001/01/13 23:58:55 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.17 2001/03/05 18:42:56 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -298,7 +298,7 @@ CREATE ...@@ -298,7 +298,7 @@ CREATE
<para> <para>
The <replaceable class="parameter">storage</replaceable> keyword The <replaceable class="parameter">storage</replaceable> keyword
allows selection of TOAST storage method for variable-length data types allows selection of The Oversized-Attribute Storage Technique (TOAST) for variable-length data types
(only <literal>plain</literal> is allowed for fixed-length types). (only <literal>plain</literal> is allowed for fixed-length types).
<literal>plain</literal> disables TOAST for the data type: it will always <literal>plain</literal> disables TOAST for the data type: it will always
be stored in-line and not compressed. be stored in-line and not compressed.
......
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.4 2000/11/11 23:01:45 petere Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.5 2001/03/05 18:42:56 momjian Exp $ -->
<refentry id="app-pgconfig"> <refentry id="app-pgconfig">
<docinfo> <docinfo>
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<refsect1> <refsect1>
<title>Description</> <title>Description</>
<para> <para>
The <application>pg_config</> stores and provides configuration parameters The <application>pg_config</> utility provides configuration parameters
of the currently installed version of <productname>PostgreSQL</>. It is of the currently installed version of <productname>PostgreSQL</>. It is
intended, for example, to be used by software packages that want to interface intended, for example, to be used by software packages that want to interface
to <productname>PostgreSQL</> in order to find the respective header files to <productname>PostgreSQL</> in order to find the respective header files
......
This diff is collapsed.
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.20 2001/02/11 01:41:00 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.21 2001/03/05 18:42:57 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -55,7 +55,7 @@ Postgres documentation ...@@ -55,7 +55,7 @@ Postgres documentation
Since <application>pg_dumpall</application> reads tables from all Since <application>pg_dumpall</application> reads tables from all
databases you will most likely have to connect as a database databases you will most likely have to connect as a database
superuser in order to produce a complete dump. Also you will need superuser in order to produce a complete dump. Also you will need
superuser priviledges to execute the saves script in order to be superuser privileges to execute the saved script in order to be
allowed to add users and groups, and to create databases. allowed to add users and groups, and to create databases.
</para> </para>
...@@ -146,7 +146,7 @@ Postgres documentation ...@@ -146,7 +146,7 @@ Postgres documentation
(It is not important to which database you connect here since the (It is not important to which database you connect here since the
script file created by <application>pg_dumpall</application> will script file created by <application>pg_dumpall</application> will
contain the appropriate commands to create and connect to the saved contain the appropriate commands to create and connect to the saved
databases. databases.)
</para> </para>
</refsect1> </refsect1>
......
...@@ -428,13 +428,13 @@ FATAL 1: SetUserId: user '<replaceable class="parameter">username</replaceable> ...@@ -428,13 +428,13 @@ FATAL 1: SetUserId: user '<replaceable class="parameter">username</replaceable>
The most flexible output file format is the new 'custom' format (-Fc). It allows for The most flexible output file format is the new 'custom' format (-Fc). It allows for
selection and reordering of all archived items, and is compressed by default. The TAR selection and reordering of all archived items, and is compressed by default. The TAR
format (-Ft) is not compressed and it is not possible to reorder format (-Ft) is not compressed and it is not possible to reorder
data load, but it is otherwise quite flexible. data when loading, but it is otherwise quite flexible.
</para> </para>
<para> <para>
To reorder the items, it is first necessary to dump the contents of the archive: To reorder the items, it is first necessary to dump the contents of the archive:
<programlisting> <programlisting>
$ pg_restore acrhive.file --list > archive.lis $ pg_restore archive.file --list > archive.lis
</programlisting> </programlisting>
This file consists of a header and one line for each item, eg. This file consists of a header and one line for each item, eg.
<programlisting> <programlisting>
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.50 2000/10/05 19:48:19 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.51 2001/03/05 18:42:57 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -196,7 +196,7 @@ SET TIME ZONE { '<replaceable class="PARAMETER">timezone</replaceable>' | LOCAL ...@@ -196,7 +196,7 @@ SET TIME ZONE { '<replaceable class="PARAMETER">timezone</replaceable>' | LOCAL
The value for the seed to be used by the The value for the seed to be used by the
<function>random</function> function. Allowed <function>random</function> function. Allowed
values are floating point numbers between 0 and 1, which values are floating point numbers between 0 and 1, which
are then multiplied by 2^31-1. This product will are then multiplied by RAND_MAX. This product will
silently overflow if a number outside the range is used. silently overflow if a number outside the range is used.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment