mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
typo fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.48 2000/08/29 20:02:09 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.49 2000/09/12 21:12:45 momjian Exp $
|
||||
Postgres documentation
|
||||
-->
|
||||
|
||||
@@ -59,7 +59,7 @@ SET TIME ZONE { '<replaceable class="PARAMETER">timezone</replaceable>' | LOCAL
|
||||
<term>NAMES</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sets the multi-byte client encoding. The specified encoding
|
||||
Sets the multibyte client encoding. The specified encoding
|
||||
must be supported by the backend.
|
||||
</para>
|
||||
|
||||
@@ -220,7 +220,7 @@ SELECT setseed(<replaceable>value</replaceable>);
|
||||
<term>SERVER_ENCODING</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sets the multi-byte server encoding.
|
||||
Sets the multibyte server encoding.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.9 2000/04/14 17:37:54 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.10 2000/09/12 21:12:45 momjian Exp $
|
||||
Postgres documentation
|
||||
-->
|
||||
|
||||
@@ -180,7 +180,7 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
|
||||
</para>
|
||||
<para>
|
||||
We recommend that active production databases be
|
||||
<command>VACUUMM</command>-ed nightly, in order to keep remove
|
||||
<command>VACUUM</command>-ed nightly, in order to keep remove
|
||||
expired rows. After copying a large class into
|
||||
<productname>Postgres</productname> or after deleting a large number
|
||||
of records, it may be a good idea to issue a <command>VACUUM
|
||||
|
||||
Reference in New Issue
Block a user