Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc8f4ba

Browse files
author
Neil Conway
committed
Fix assorted typos in the documentation, and use American spelling
rather than British. Patch from Michael Fuhr.
1 parente4cd186 commitfc8f4ba

12 files changed

+42
-42
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.30 2005/10/1515:29:24 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.31 2005/10/1520:12:32 neilc Exp $
33
-->
44
<chapter Id="runtime-config">
55
<title>Run-time Configuration</title>
@@ -2602,7 +2602,7 @@ SELECT * FROM parent WHERE key = 2400;
26022602
Each recognized escape is replaced as outlined
26032603
below - anything else that looks like an escape is ignored. Other
26042604
characters are copied straight to the log line. Some escapes are
2605-
onlyrecognised by session processes, and do not apply to
2605+
onlyrecognized by session processes, and do not apply to
26062606
background processes such as the postmaster. <application>Syslog</>
26072607
produces its own
26082608
time stamp and process ID information, so you probably do not want to

‎doc/src/sgml/information_schema.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.21 2005/08/27 14:13:21 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.22 2005/10/15 20:12:32 neilc Exp $ -->
22

33
<chapter id="information-schema">
44
<title>The Information Schema</title>
@@ -3272,7 +3272,7 @@ ORDER BY c.ordinal_position;
32723272
</row>
32733273

32743274
<row>
3275-
<entry><literal>sql_language_comformance</literal></entry>
3275+
<entry><literal>sql_language_conformance</literal></entry>
32763276
<entry><type>character_data</type></entry>
32773277
<entry>
32783278
The standard conformance level for the language binding. For

‎doc/src/sgml/planstats.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/planstats.sgml,v 1.3 2005/03/14 06:49:48 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/planstats.sgml,v 1.4 2005/10/15 20:12:32 neilc Exp $
33
-->
44

55
<chapter id="planner-stats-details">
@@ -23,7 +23,7 @@ $PostgreSQL: pgsql/doc/src/sgml/planstats.sgml,v 1.3 2005/03/14 06:49:48 neilc E
2323

2424
<para>
2525
The outputs and algorithms shown below are taken from version 8.0.
26-
Thebehaviour of earlier (or later) versions may vary.
26+
Thebehavior of earlier (or later) versions may vary.
2727
</para>
2828

2929
<sect1 id="row-estimation-examples">

‎doc/src/sgml/ref/alter_sequence.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_sequence.sgml,v 1.11 2005/09/13 15:24:57 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_sequence.sgml,v 1.12 2005/10/15 20:12:33 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -157,7 +157,7 @@ ALTER SEQUENCE <replaceable class="parameter">name</replaceable> SET SCHEMA <rep
157157
specified, any calls to <function>nextval</function> after the
158158
sequence has reached its maximum value will return an error.
159159
If neither <literal>CYCLE</literal> or <literal>NO
160-
CYCLE</literal> are specified, the old cyclebehaviour will be
160+
CYCLE</literal> are specified, the old cyclebehavior will be
161161
maintained.
162162
</para>
163163
</listitem>

‎doc/src/sgml/ref/copy.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.69 2005/10/13 14:44:58 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.70 2005/10/15 20:12:33 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -482,7 +482,7 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
482482
Separated Value (<literal>CSV</>) file format used by many other
483483
programs, such as spreadsheets. Instead of the escaping used by
484484
<productname>PostgreSQL</productname>'s standard text mode, it
485-
produces andrecognises the common CSV escaping mechanism.
485+
produces andrecognizes the common CSV escaping mechanism.
486486
</para>
487487

488488
<para>

‎doc/src/sgml/ref/create_table_as.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.29 2005/01/09 05:57:45 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.30 2005/10/15 20:12:33 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -143,7 +143,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name
143143
<para>
144144
Prior to <productname>PostgreSQL</productname> 8.0, <command>CREATE
145145
TABLE AS</command> always included OIDs in the table it
146-
produced. As of <productname>PostgresSQL</productname> 8.0,
146+
produced. As of <productname>PostgreSQL</productname> 8.0,
147147
the <command>CREATE TABLE AS</command> command allows the user to
148148
explicitly specify whether OIDs should be included. If the
149149
presence of OIDs is not explicitly specified,

‎doc/src/sgml/ref/pg_dumpall.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.53 2005/10/10 22:29:47 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.54 2005/10/15 20:12:33 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -406,7 +406,7 @@ PostgreSQL documentation
406406

407407
<para>
408408
<xref linkend="app-pgdump">. Check there for details on possible
409-
error conditions. Also seesuppored environment variables
409+
error conditions. Also seesupported environment variables
410410
(<xref linkend="libpq-envars">).
411411
</para>
412412
</refsect1>

‎doc/src/sgml/release.sgml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.390 2005/10/11 21:17:11 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.391 2005/10/15 20:12:32 neilc Exp $
33

44
Typical markup:
55

@@ -5631,7 +5631,7 @@ DROP SCHEMA information_schema CASCADE;
56315631
<listitem><para>Fix information schema view <literal>constraint_column_usage</literal> for foreign keys (Peter)</para></listitem>
56325632
<listitem><para>ECPG fixes (Michael)</para></listitem>
56335633
<listitem><para>Fix bug with multiple <literal>IN</literal> subqueries and joins in the subqueries (Tom)</para></listitem>
5634-
<listitem><para>Alllow <literal>COUNT('x')</literal> to work (Tom)</para></listitem>
5634+
<listitem><para>Allow <literal>COUNT('x')</literal> to work (Tom)</para></listitem>
56355635
<listitem><para>Install ECPG include files for Informix compatibility into separate directory (Peter)</para>
56365636
<para>
56375637
Some names of ECPG include files for Informix compatibility conflicted with operating system include files.
@@ -7262,7 +7262,7 @@ DROP SCHEMA information_schema CASCADE;
72627262

72637263
<listitem>
72647264
<para>
7265-
Have pg_dumpall use <command>GRANT</>/<command>REVOKE</> to dump database-levelprivleges (Tom)
7265+
Have pg_dumpall use <command>GRANT</>/<command>REVOKE</> to dump database-levelprivileges (Tom)
72667266
</para>
72677267
</listitem>
72687268

@@ -9782,7 +9782,7 @@ since <productname>PostgreSQL</productname> 7.1.
97829782

97839783
<para>
97849784
<programlisting>
9785-
Remove unused WALsegements of large transactions (Tom)
9785+
Remove unused WALsegments of large transactions (Tom)
97869786
Multiaction rule fix (Tom)
97879787
PL/pgSQL memory allocation fix (Jan)
97889788
VACUUM buffer fix (Tom)
@@ -10219,7 +10219,7 @@ Fix for psql \l+ when multibyte enabled (Tatsuo)
1021910219
Allow PL/pgSQL to accept non ascii identifiers (Tatsuo)
1022010220
Make vacuum always flush buffers (Tom)
1022110221
Fix to allow cancel while waiting for a lock (Hiroshi)
10222-
Fix for memoryaloocation problem in user authentication code (Tom)
10222+
Fix for memoryallocation problem in user authentication code (Tom)
1022310223
Remove bogus use of int4out() (Tom)
1022410224
Fixes for multiple subqueries in COALESCE or BETWEEN (Tom)
1022510225
Fix for failure of triggers on heap open in certain cases (Jeroen van
@@ -10938,13 +10938,13 @@ Fix for EXPLAIN on inheritance(Tom)
1093810938
Patch to allow vacuum on multisegment tables(Hiroshi)
1093910939
R-Tree optimizer selectivity fix(Tom)
1094010940
ACL file descriptor leak fix(Atsushi Ogawa)
10941-
Newexpresssion subtree code(Tom)
10941+
Newexpression subtree code(Tom)
1094210942
Avoid disk writes for read-only transactions(Vadim)
1094310943
Fix for removal of temp tables if last transaction was aborted(Bruce)
1094410944
Fix to prevent too large row from being created(Bruce)
1094510945
plpgsql fixes
1094610946
Allow port numbers 32k - 64k(Bruce)
10947-
Add ^precidence(Bruce)
10947+
Add ^precedence(Bruce)
1094810948
Rename sort files called pg_temp to pg_sorttemp(Bruce)
1094910949
Fix for microseconds in time values(Tom)
1095010950
Tutorial source cleanup
@@ -11326,7 +11326,7 @@ New pg_options: pretty_plan, pretty_parse, pretty_rewritten(Jan)
1132611326
Better optimization statistics for system table access(Tom)
1132711327
Better handling of non-default block sizes(Massimo)
1132811328
Improve GEQO optimizer memory consumption(Tom)
11329-
UNION nowsuppports ORDER BY of columns not in target list(Jan)
11329+
UNION nowsupports ORDER BY of columns not in target list(Jan)
1133011330
Major libpq++ improvements(Vince Vielhaber)
1133111331
pg_dump now uses -z(ACL's) as default(Bruce)
1133211332
backend cache, memory speedups(Tom)
@@ -11700,7 +11700,7 @@ New UNLISTEN command(Massimo)
1170011700
psql and libpq now compile under Windows using win32.mak(Magnus)
1170111701
Lo_read no longer stores trailing NULL(Bruce)
1170211702
Identifiers are now truncated to 31 characters internally(Bruce)
11703-
Createuser options nowavailble on the command line
11703+
Createuser options nowavailable on the command line
1170411704
Code for 64-bit integer supported added, configure tested, int8 type(Thomas)
1170511705
Prevent file descriptor leaf from failed COPY(Bruce)
1170611706
New pg_upgrade command(Bruce)
@@ -11711,7 +11711,7 @@ New DECLARE and FETCH feature(Thomas)
1171111711
libpq's internal structures now not exported(Tom)
1171211712
Allow up to 8 key indexes(Bruce)
1171311713
Remove ARCHIVE key word, that is no longer used(Thomas)
11714-
pg_dump -n flag tosupress quotes around indentifiers
11714+
pg_dump -n flag tosuppress quotes around indentifiers
1171511715
disable system columns for views(Jan)
1171611716
new INET and CIDR types for network addresses(TomH, Paul)
1171711717
no more double quotes in psql output
@@ -11740,7 +11740,7 @@ NS32K platform fixes(Phil Nelson, John Buller)
1174011740
SCO 7/UnixWare 2.x fixes(Billy,others)
1174111741
Sparc/Solaris 2.5 fixes(Ryan)
1174211742
Pgbuiltin.3 is obsolete, move to doc files(Thomas)
11743-
Even moredocumention(Thomas)
11743+
Even moredocumentation(Thomas)
1174411744
Nextstep support(Jacek)
1174511745
Aix support(David)
1174611746
pginterface manual page(Bruce)
@@ -12088,7 +12088,7 @@ Check boolean input literals for 'true','false','yes','no','1','0'
1208812088
and throw elog(ERROR) if unrecognized(Thomas)
1208912089
Major large objects fix
1209012090
Fix for GROUP BY showing duplicates(Vadim)
12091-
Fix for index scans inMergeJion(Vadim)
12091+
Fix for index scans inMergeJoin(Vadim)
1209212092

1209312093
Enhancements
1209412094
------------
@@ -12713,15 +12713,15 @@ because the COPY output format was improved from the 1.02 release.
1271312713
<programlisting>
1271412714
Bug Fixes
1271512715
---------
12716-
ALTER TABLE bug - runningpostgress process needs to re-read table definition
12716+
ALTER TABLE bug - runningpostgres process needs to re-read table definition
1271712717
Allow vacuum to be run on one table or entire database(Bruce)
1271812718
Array fixes
1271912719
Fix array over-runs of memory writes(Kurt)
1272012720
Fix elusive btree range/non-range bug(Dan)
1272112721
Fix for hash indexes on some types like time and date
1272212722
Fix for pg_log size explosion
1272312723
Fix permissions on lo_export()(Bruce)
12724-
Fixunitialized reads of memory(Kurt)
12724+
Fixuninitialized reads of memory(Kurt)
1272512725
Fixed ALTER TABLE ... char(3) bug(Bruce)
1272612726
Fixed a few small memory leaks
1272712727
Fixed EXPLAIN handling of options and changed full_path option name
@@ -12765,7 +12765,7 @@ Change default decimal constant representation from float4 to float8(Bruce)
1276512765
European date format now set when postmaster is started
1276612766
Execute lowercase function names if not found with exact case
1276712767
Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z'
12768-
Gist now included in thedistrubution(Marc)
12768+
Gist now included in thedistribution(Marc)
1276912769
Idend authentication of local users(Bryan)
1277012770
Implement BETWEEN qualifier(Bruce)
1277112771
Implement IN qualifier(Bruce)
@@ -12794,7 +12794,7 @@ Vacuum now had VERBOSE option(Bruce)
1279412794
Source tree changes
1279512795
-------------------
1279612796
All functions now have prototypes that are compared against the calls
12797-
Allow asserts to be disabledeasly from Makefile.global(Bruce)
12797+
Allow asserts to be disabledeasily from Makefile.global(Bruce)
1279812798
Change oid constants used in code to #define names
1279912799
Decoupled sparc and solaris defines(Kurt)
1280012800
Gcc -Wall compiles cleanly with warnings only from unfixable constructs
@@ -12807,13 +12807,13 @@ Name change from Postgres95 to PostgreSQL
1280712807
New config.h file(Marc, Bryan)
1280812808
PG_VERSION now set to 6.0 and used by postmaster
1280912809
Portability additions, including Ultrix, DG/UX, AIX, and Solaris
12810-
Reduced the number of #define's,centeralized #define's
12810+
Reduced the number of #define's,centralized #define's
1281112811
Remove duplicate OIDS in system tables(Dan)
1281212812
Remove duplicate system catalog info or report mismatches(Dan)
1281312813
Removed many os-specific #define's
1281412814
Restructured object file generation/location(Bryan, Marc)
1281512815
Restructured port-specific file locations(Bryan, Marc)
12816-
Unused/uninialized variables corrected
12816+
Unused/uninitialized variables corrected
1281712817
</programlisting>
1281812818
</para>
1281912819
</sect2>
@@ -12953,7 +12953,7 @@ New Ports
1295312953
</programlisting>
1295412954
</para>
1295512955
<!--
12956-
Contributors (appologies to any missed)
12956+
Contributors (apologies to any missed)
1295712957
* Kurt J. Lidl &lt;lidl@va.pubnix.com&gt;
1295812958
(missed in first run, but no less important)
1295912959
* Erich Stamberger &lt;eberger@gewi.kfunigraz.ac.at&gt;

‎doc/src/sgml/rules.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.42 2005/05/20 01:37:08 neilc Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.43 2005/10/15 20:12:33 neilc Exp $ -->
22

33
<chapter id="rules">
44
<title>The Rule System</title>
@@ -2012,15 +2012,15 @@ Nestloop
20122012
The last command we look at is
20132013

20142014
<programlisting>
2015-
DELETE FROM computer WHEREmanufacurer = 'bim';
2015+
DELETE FROM computer WHEREmanufacturer = 'bim';
20162016
</programlisting>
20172017

20182018
Again this could result in many rows to be deleted from
20192019
<literal>computer</>. So the trigger will again run many commands
20202020
through the executor. The command generated by the rule will be
20212021

20222022
<programlisting>
2023-
DELETE FROM software WHERE computer.manufacurer = 'bim'
2023+
DELETE FROM software WHERE computer.manufacturer = 'bim'
20242024
AND software.hostname = computer.hostname;
20252025
</programlisting>
20262026

‎doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.353 2005/09/12 22:11:38 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.354 2005/10/15 20:12:33 neilc Exp $
33
-->
44

55
<chapter Id="runtime">
@@ -747,7 +747,7 @@ options "SEMMNS=240"
747747
</para>
748748

749749
<para>
750-
The remainingsempahore settings are read-only as far as
750+
The remainingsemaphore settings are read-only as far as
751751
<command>sysctl</command> is concerned, but can be changed
752752
before boot using the <command>loader</command> prompt:
753753
<screen>

‎doc/src/sgml/user-manag.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/user-manag.sgml,v 1.31 2005/10/13 23:26:00 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/user-manag.sgml,v 1.32 2005/10/15 20:12:33 neilc Exp $
33
-->
44

55
<chapter id="user-manag">
@@ -475,7 +475,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
475475
<para>
476476
Functions run inside the backend
477477
server process with the operating system permissions of the
478-
database server daemon. If theprogrammming language
478+
database server daemon. If theprogramming language
479479
used for the function allows unchecked memory accesses, it is
480480
possible to change the server's internal data structures.
481481
Hence, among many other things, such functions can circumvent any

‎doc/src/sgml/xfunc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.106 2005/10/1501:47:12 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.107 2005/10/1520:12:33 neilc Exp $
33
-->
44

55
<sect1 id="xfunc">
@@ -1210,7 +1210,7 @@ CREATE FUNCTION square_root(double precision) RETURNS double precision
12101210

12111211
<indexterm zone="xfunc-c-basetype">
12121212
<primary>data type</primary>
1213-
<secondary>internalorganisation</secondary>
1213+
<secondary>internalorganization</secondary>
12141214
</indexterm>
12151215

12161216
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp