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

Commit8fc97e8

Browse files
committed
Sorry, I have read the misspelling 'coersion' one time too many.
1 parentb9a990d commit8fc97e8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

‎doc/src/sgml/history.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
<listitem>
228228
<para>
229229
Additional <acronym>SQL92</acronym>-compliant language features have been added,
230-
including primary keys, quoted identifiers, literal string typecoersion,
230+
including primary keys, quoted identifiers, literal string typecoercion,
231231
type casting, and binary and hexadecimal integer input.
232232
</para>
233233
</listitem>

‎doc/src/sgml/release.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ Fix bug in pg_dump -z
414414
Memory overrun cleanups(Tatsuo)
415415
Fix for lo_import crash(Tatsuo)
416416
Adjust handling of data type names to suppress double quotes(Thomas)
417-
Use typecoersion for matching columns and DEFAULT(Thomas)
417+
Use typecoercion for matching columns and DEFAULT(Thomas)
418418
Fix deadlock so it only checks once after one second of sleep(Bruce)
419419
Fixes for aggregates and PL/pgsql(Hiroshi)
420420
Fix for subquery crash(Vadim)
@@ -475,7 +475,7 @@ EXPLAIN all indices used(Tom)
475475
Implement CASE, COALESCE, NULLIF expression(Thomas)
476476
New pg_dump table output format(Constantin)
477477
Add string min()/max() functions(Thomas)
478-
Extend new typecoersion techniques to aggregates(Thomas)
478+
Extend new typecoercion techniques to aggregates(Thomas)
479479
New moddatetime contrib(Terry)
480480
Update to pgaccess 0.96(Constantin)
481481
Add routines for single-byte "char" type(Thomas)
@@ -672,7 +672,7 @@ Fix for lo_import() crash(Bruce)
672672
Better search for install program(Tom)
673673
Timezone fixes(Tom)
674674
HPUX fixes(Tom)
675-
Use implicit typecoersion for matching DEFAULT values(Thomas)
675+
Use implicit typecoercion for matching DEFAULT values(Thomas)
676676
Add routines to help with single-byte (internal) character type(Thomas)
677677
Compilation of libpq for Win32 fixes(Magnus)
678678
Upgrade to PyGreSQL 2.2(D'Arcy)
@@ -734,7 +734,7 @@ asynchronous messages and interrupts thanks to Tom Lane.
734734

735735
<listitem>
736736
<para>
737-
The parser will now perform automatic typecoersion to match arguments
737+
The parser will now perform automatic typecoercion to match arguments
738738
to available operators and functions, and to match columns and expressions
739739
with target columns. This uses a generic mechanism which supports
740740
the type extensibility features of <productname>Postgres</productname>.

‎doc/src/sgml/typeconv.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ to understand the details of the type conversion mechanism.
1414
However, the implicit conversions done by <productname>Postgres</productname>
1515
can affect the apparent results of a query, and these results
1616
can be tailored by a user or programmer
17-
using <emphasis>explicit</emphasis> typecoersion.
17+
using <emphasis>explicit</emphasis> typecoercion.
1818
</para>
1919

2020
<para>
@@ -26,7 +26,7 @@ for more information on specific data types and allowed functions and operators.
2626

2727
<para>
2828
The Programmer's Guide has more details on the exact algorithms used for
29-
implicit type conversion andcoersion.
29+
implicit type conversion andcoercion.
3030
</para>
3131

3232
<sect1>
@@ -163,14 +163,14 @@ All type conversion rules are designed with several principles in mind:
163163
<itemizedlist mark="bullet" spacing="compact">
164164
<listitem>
165165
<para>
166-
Implicit conversions should never havesuprising or unpredictable outcomes.
166+
Implicit conversions should never havesurprising or unpredictable outcomes.
167167
</para>
168168
</listitem>
169169

170170
<listitem>
171171
<para>
172-
User-defined types, of which the parser has noapriori knowledge, should be
173-
"higher" in the typeheirarchy. In mixed-type expressions, native types shall always
172+
User-defined types, of which the parser has noa-priori knowledge, should be
173+
"higher" in the typehierarchy. In mixed-type expressions, native types shall always
174174
be converted to a user-defined type (of course, only if conversion is necessary).
175175
</para>
176176
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp