mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
typo fix
This commit is contained in:
parent
ed5003c584
commit
a33bcf90b5
@ -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
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ SET TIME ZONE { '<replaceable class="PARAMETER">timezone</replaceable>' | LOCAL
|
|||||||
<term>NAMES</term>
|
<term>NAMES</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Sets the multi-byte client encoding. The specified encoding
|
Sets the multibyte client encoding. The specified encoding
|
||||||
must be supported by the backend.
|
must be supported by the backend.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -220,7 +220,7 @@ SELECT setseed(<replaceable>value</replaceable>);
|
|||||||
<term>SERVER_ENCODING</term>
|
<term>SERVER_ENCODING</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Sets the multi-byte server encoding.
|
Sets the multibyte server encoding.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<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
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -180,7 +180,7 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
We recommend that active production databases be
|
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
|
expired rows. After copying a large class into
|
||||||
<productname>Postgres</productname> or after deleting a large number
|
<productname>Postgres</productname> or after deleting a large number
|
||||||
of records, it may be a good idea to issue a <command>VACUUM
|
of records, it may be a good idea to issue a <command>VACUUM
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.58 2000/08/29 20:02:07 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.59 2000/09/12 21:12:44 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="release">
|
<chapter id="release">
|
||||||
@ -585,7 +585,7 @@ Performance
|
|||||||
Prevent exponential space consumption with many AND's and OR's (Tom)
|
Prevent exponential space consumption with many AND's and OR's (Tom)
|
||||||
Collect attribute selectivity values for system columns (Tom)
|
Collect attribute selectivity values for system columns (Tom)
|
||||||
Reduce memory usage of aggregates (Tom)
|
Reduce memory usage of aggregates (Tom)
|
||||||
Fix for LIKE optimization to use indexes with multi-byte encodings (Tom)
|
Fix for LIKE optimization to use indexes with multibyte encodings (Tom)
|
||||||
Fix r-tree index optimizer selectivity (Thomas)
|
Fix r-tree index optimizer selectivity (Thomas)
|
||||||
Improve optimizer selectivity computations and functions (Tom)
|
Improve optimizer selectivity computations and functions (Tom)
|
||||||
Optimize btree searching for cases where many equal keys exist (Tom)
|
Optimize btree searching for cases where many equal keys exist (Tom)
|
||||||
@ -1144,7 +1144,7 @@ New moddatetime contrib(Terry)
|
|||||||
Update to pgaccess 0.96(Constantin)
|
Update to pgaccess 0.96(Constantin)
|
||||||
Add routines for single-byte "char" type(Thomas)
|
Add routines for single-byte "char" type(Thomas)
|
||||||
Improved substr() function(Thomas)
|
Improved substr() function(Thomas)
|
||||||
Improved multi-byte handling(Tatsuo)
|
Improved multibyte handling(Tatsuo)
|
||||||
Multi-version concurrency control/MVCC(Vadim)
|
Multi-version concurrency control/MVCC(Vadim)
|
||||||
New Serialized mode(Vadim)
|
New Serialized mode(Vadim)
|
||||||
Fix for tables over 2gigs(Peter)
|
Fix for tables over 2gigs(Peter)
|
||||||
@ -1335,7 +1335,7 @@ Change exp() behavior to generate error on underflow(Thomas)
|
|||||||
pg_dump fixes for memory leak, inheritance constraints, layout change
|
pg_dump fixes for memory leak, inheritance constraints, layout change
|
||||||
update pgaccess to 0.93
|
update pgaccess to 0.93
|
||||||
Fix prototype for 64-bit platforms
|
Fix prototype for 64-bit platforms
|
||||||
Multi-byte fixes(Tatsuo)
|
Multibyte fixes(Tatsuo)
|
||||||
New ecpg man page
|
New ecpg man page
|
||||||
Fix memory overruns(Tatsuo)
|
Fix memory overruns(Tatsuo)
|
||||||
Fix for lo_import() crash(Bruce)
|
Fix for lo_import() crash(Bruce)
|
||||||
@ -1489,7 +1489,7 @@ Enhancements
|
|||||||
Upgrade ecpg and ecpglib,see src/interfaces/ecpc/ChangeLog(Michael)
|
Upgrade ecpg and ecpglib,see src/interfaces/ecpc/ChangeLog(Michael)
|
||||||
Show the index used in an EXPLAIN(Zeugswetter)
|
Show the index used in an EXPLAIN(Zeugswetter)
|
||||||
EXPLAIN invokes rule system and shows plan(s) for rewritten queries(Jan)
|
EXPLAIN invokes rule system and shows plan(s) for rewritten queries(Jan)
|
||||||
Multi-byte awareness of many data types and functions, via configure(Tatsuo)
|
Multibyte awareness of many data types and functions, via configure(Tatsuo)
|
||||||
New configure --with-mb option(Tatsuo)
|
New configure --with-mb option(Tatsuo)
|
||||||
New initdb --pgencoding option(Tatsuo)
|
New initdb --pgencoding option(Tatsuo)
|
||||||
New createdb -E multibyte option(Tatsuo)
|
New createdb -E multibyte option(Tatsuo)
|
||||||
@ -1535,7 +1535,7 @@ Add -error option to libpgtcl's pg_result command(Tom)
|
|||||||
New locale patch, see docs/README/locale(Oleg)
|
New locale patch, see docs/README/locale(Oleg)
|
||||||
Fix for pg_dump so CONSTRAINT and CHECK syntax is correct(ccb)
|
Fix for pg_dump so CONSTRAINT and CHECK syntax is correct(ccb)
|
||||||
New contrib/lo code for large object orphan removal(Peter)
|
New contrib/lo code for large object orphan removal(Peter)
|
||||||
New psql command "SET CLIENT_ENCODING TO 'encoding'" for multi-bytes
|
New psql command "SET CLIENT_ENCODING TO 'encoding'" for multibytes
|
||||||
feature, see /doc/README.mb(Tatsuo)
|
feature, see /doc/README.mb(Tatsuo)
|
||||||
/contrib/noupdate code to revoke update permission on a column
|
/contrib/noupdate code to revoke update permission on a column
|
||||||
Libpq can now be compiled on win32(Magnus)
|
Libpq can now be compiled on win32(Magnus)
|
||||||
@ -1628,7 +1628,7 @@ Source Tree Changes
|
|||||||
Inline some small functions called for every row(Bruce)
|
Inline some small functions called for every row(Bruce)
|
||||||
Alpha/linux fixes
|
Alpha/linux fixes
|
||||||
Hp/UX cleanups(Tom)
|
Hp/UX cleanups(Tom)
|
||||||
Multi-byte regression tests(Soonmyung.)
|
Multibyte regression tests(Soonmyung.)
|
||||||
Remove --disabled options from configure
|
Remove --disabled options from configure
|
||||||
Define PGDOC to use POSTGRESDIR by default
|
Define PGDOC to use POSTGRESDIR by default
|
||||||
Make regression optional
|
Make regression optional
|
||||||
@ -1759,7 +1759,7 @@ ASSERT fixes(Bruce)
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Additional support for multi-byte character sets.
|
Additional support for multibyte character sets.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1807,7 +1807,7 @@ fix for redefining builtin functions(Thomas)
|
|||||||
ultrix4 cleanup
|
ultrix4 cleanup
|
||||||
upgrade to pg_access 0.83
|
upgrade to pg_access 0.83
|
||||||
updated CLUSTER manual page
|
updated CLUSTER manual page
|
||||||
multi-byte character set support, see doc/README.mb(Tatsuo)
|
multibyte character set support, see doc/README.mb(Tatsuo)
|
||||||
configure --with-pgport fix
|
configure --with-pgport fix
|
||||||
pg_ident fix
|
pg_ident fix
|
||||||
big-endian fix for backend communications(Kataoka)
|
big-endian fix for backend communications(Kataoka)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user