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

Commitb2145e9

Browse files
committed
Get rid of the little "v"s in front of version numbers, substituting the
full word "version" where appropriate.
1 parent8f89113 commitb2145e9

File tree

11 files changed

+80
-81
lines changed

11 files changed

+80
-81
lines changed

‎doc/src/sgml/arch-dev.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.10 2000/09/29 20:21:33 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.11 2000/12/21 22:55:26 petere Exp $
33
-->
44

55
<chapter id="overview">
@@ -1724,7 +1724,7 @@ havingQual} to the one attached to the field {\tt havingQual} of the
17241724
{\it parsetree} given by the parameter {\tt parsetree}. This is done
17251725
by adding a new {\tt AND} node and attaching the old and the new {\it
17261726
operator tree} as arguments to it. {\tt AddHavingQual()} has not been
1727-
existing untilv6.3.2. It has been created for the {\it having logic}.
1727+
existing untilversion 6.3.2. It has been created for the {\it having logic}.
17281728
%
17291729
\begin{verbatim}
17301730
void
@@ -1752,7 +1752,7 @@ existing until v6.3.2. It has been created for the {\it having logic}.
17521752
This function is similar to the above described function {\tt
17531753
AddHavingQual()}. It also adds the {\it operator tree} given by the
17541754
parameter {\tt havingQual} but prefixes it by a {\tt NOT} node. {\tt
1755-
AddNotHavingQual()} has also not been existing untilv6.3.2 and has been
1755+
AddNotHavingQual()} has also not been existing untilversion 6.3.2 and has been
17561756
created for the {\it having logic}.
17571757
%
17581758
\begin{verbatim}

‎doc/src/sgml/cvs.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.10 2000/09/29 20:21:33 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.11 2000/12/21 22:55:26 petere Exp $
33
CVS code repository
44
Thomas Lockhart
55
-->
@@ -99,7 +99,7 @@ $ cvs checkout -r REL6_4 tc
9999
</para>
100100

101101
<para>
102-
So, to create thev6.4 release
102+
So, to create the6.4 release
103103
I did the following:
104104

105105
<programlisting>

‎doc/src/sgml/datetime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.13 2000/10/20 13:57:10 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.14 2000/12/21 22:55:27 petere Exp $
33
Date/time details
44
-->
55

@@ -622,7 +622,7 @@ Date/time details
622622
Gregorian years 1-99AD may be entered by using 4 digits with leading
623623
zeros (e.g. 0099 is 99AD). Previous versions of
624624
<productname>Postgres</productname> accepted years with three
625-
digits and with single digits, but as ofv7.0 the rules have
625+
digits and with single digits, but as ofversion 7.0 the rules have
626626
been tightened up to reduce the possibility of ambiguity.
627627
</para>
628628
</tip>

‎doc/src/sgml/history.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.10 2000/09/29 20:21:34 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.11 2000/12/21 22:55:27 petere Exp $
33
-->
44

55
<sect1 id="history">
@@ -246,7 +246,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.10 2000/09/29 20:21:34 pet
246246
<listitem>
247247
<para>
248248
Overall backend code speed has been increased by approximately 20-40%,
249-
and backend start-up time has decreased 80% sincev6.0 was released.
249+
and backend start-up time has decreased 80% sinceversion 6.0 was released.
250250
</para>
251251
</listitem>
252252
</itemizedlist>

‎doc/src/sgml/jdbc.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.15 2000/10/27 22:28:23 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.16 2000/12/21 22:55:27 petere Exp $
33
-->
44

55
<chapter id="jdbc">
@@ -438,7 +438,7 @@ db.close();
438438
For <productname>Postgres</productname>, you must access large
439439
objects within an SQL transaction. Although this has always been
440440
true in principle, it was not strictly enforced until the
441-
release ofv6.5. You would open a transaction by using the
441+
release ofversion 6.5. You would open a transaction by using the
442442
<function>setAutoCommit()</function> method with an input
443443
parameter of <literal>false</literal>:
444444

@@ -2642,7 +2642,7 @@ Both are available on
26422642
<para>
26432643
<ulink url="http://www.retep.org.uk">My own web site</ulink>
26442644
contains updated information not included in this
2645-
document, and also includes precompiled drivers forv6.4, and earlier.
2645+
document, and also includes precompiled drivers forversions 6.4 and earlier.
26462646
</para>
26472647
</sect1>
26482648
</chapter>

‎doc/src/sgml/lobj.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.13 2000/09/29 20:21:34 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.14 2000/12/21 22:55:27 petere Exp $
33
-->
44

55
<chapter id="largeObjects">
@@ -70,7 +70,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.13 2000/09/29 20:21:34 petere
7070
<para>
7171
All large object manipulation <emphasis>must</emphasis> take
7272
place within an SQL transaction. This requirement is strictly
73-
enforced as of Postgresv6.5, though it has been an
73+
enforced as of Postgres6.5, though it has been an
7474
implicit requirement in previous versions, resulting in
7575
misbehavior if ignored.
7676
</para>

‎doc/src/sgml/notation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.10 2000/05/02 20:01:52 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.11 2000/12/21 22:55:27 petere Exp $
33
-->
44

55
<sect1 id="terminology">
@@ -109,7 +109,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.10 2000/05/02 20:01:52 th
109109

110110
<note>
111111
<para>
112-
At the time of writing (<Productname>Postgres</Productname>v7.0)
112+
At the time of writing (<Productname>Postgres</Productname>7.0)
113113
the notation for
114114
flagging commands is not universally consistant throughout the
115115
documentation set.

‎doc/src/sgml/protocol.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Updates for protocol 2.0 by <ULink url="mailto:tgl@sss.pgh.pa.us">Tom Lane</ULin
2020
<Para>
2121
<ProductName>Postgres</ProductName> uses a message-based protocol for communication between frontends
2222
and backends. The protocol is implemented over <Acronym>TCP/IP</Acronym> and also on Unix sockets.
23-
<ProductName>Postgres</ProductName>v6.3 introduced version numbers into the protocol.
23+
<ProductName>Postgres</ProductName>6.3 introduced version numbers into the protocol.
2424
This was done in such
2525
a way as to still allow connections from earlier versions of frontends, but
2626
this document does not cover the protocol used by those earlier versions.
2727
</para>
2828

2929
<Para>
3030
This document describes version 2.0 of the protocol, implemented in
31-
<ProductName>Postgres</ProductName>v6.4 and later.
31+
<ProductName>Postgres</ProductName>6.4 and later.
3232
</para>
3333

3434
<Para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp