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

Commitd6294ef

Browse files
committed
More minor updates and copy-editing.
1 parentd97ae82 commitd6294ef

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

‎doc/src/sgml/cvs.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.29 2004/12/02 04:12:12 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.30 2005/01/06 01:49:22 tgl Exp $
33
-->
44

55
<appendix id="cvs">
@@ -227,8 +227,8 @@ $ cvs checkout -r REL6_4 tc
227227

228228
<note>
229229
<para>
230-
For creating a release branch, otherthen a
231-
-b option added to the command, it's the same thing.</para>
230+
For creating a release branch, otherthan a
231+
<literal>-b</> option added to the command, it's the same thing.</para>
232232
</note>
233233
</para>
234234

@@ -317,7 +317,7 @@ cvs commit
317317

318318
<para>
319319
Two directory areas are required for <productname>CVSup</productname>
320-
to doit's job: a local <productname>CVS</productname> repository
320+
to doits job: a local <productname>CVS</productname> repository
321321
(or simply a directory area if you are fetching a snapshot rather
322322
than a repository; see below)
323323
and a local <productname>CVSup</productname> bookkeeping

‎doc/src/sgml/errcodes.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.11 2004/11/27 21:27:06 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.12 2005/01/06 01:49:24 tgl Exp $ -->
22

33
<appendix id="errcodes-appendix">
44
<title><productname>PostgreSQL</productname> Error Codes</title>
@@ -46,7 +46,9 @@
4646
same as the phrase shown in the table, with underscores substituted
4747
for spaces. For example, code <literal>22012</>, DIVISION BY ZERO,
4848
has condition name <literal>DIVISION_BY_ZERO</>. Condition names can
49-
be written in either upper or lower case.
49+
be written in either upper or lower case. (Note that
50+
<application>PL/pgSQL</> does not recognize warning, as opposed to error,
51+
condition names; those are classes 00, 01, and 02.)
5052
</para>
5153

5254

‎doc/src/sgml/release.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.317 2005/01/06 01:49:24 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
1010

1111
<note>
1212
<title>Release date</title>
13-
<simpara>2004-??-??, current as of 2004-11-21</simpara>
13+
<simpara>2005-??-??, current as of 2004-11-21</simpara>
1414
</note>
1515

1616
<sect2>
@@ -55,7 +55,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
5555
Previous releases required the Unix emulation toolkit
5656
<productname>Cygwin</> in order to run the server on Windows
5757
operating systems. <productname>PostgreSQL</productname> has
58-
alwayssupported clients on Windows.
58+
supportednativeclients on Windows for many years.
5959
</para>
6060
</listitem>
6161
</varlistentry>
@@ -275,7 +275,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
275275
<listitem>
276276
<para>
277277
The arithmetic operators associated with the single-byte
278-
<type>"char"</> data typehas been removed.
278+
<type>"char"</> data typehave been removed.
279279
</para>
280280
</listitem>
281281

@@ -312,8 +312,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
312312
<para> The JDBC client interface has been removed from the core
313313
distribution, and is now hosted at <ulink url=
314314
"http://jdbc.postgresql.org">http://jdbc.postgresql.org</ulink>.
315-
TheTCL client interface has also been removed. There are several
316-
TCL interfaces now hosted at <ulink url=
315+
TheTcl client interface has also been removed. There are several
316+
Tcl interfaces now hosted at <ulink url=
317317
"http://gborg.postgresql.org">http://gborg.postgresql.org</ulink>.
318318
</para>
319319
</listitem>
@@ -922,7 +922,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
922922
Make <literal>CASE val WHEN compval1 THEN ...</> evaluate <literal>val</> only once (Tom)
923923
</para>
924924
<para>
925-
<option>CASE</> no longer evaluates thetest expression multiple
925+
<option>CASE</> no longer evaluates thetested expression multiple
926926
times. This has benefits when the expression is complex or is
927927
volatile.
928928
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp