Skip to content

Commit 1aefa04

Browse files
committed
Fix a few more double words in docs.
1 parent 75b4ee1 commit 1aefa04

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

doc/src/sgml/external-projects.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/external-projects.sgml,v 1.15 2007/01/31 20:56:17 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.16 2007/05/03 15:47:48 alvherre Exp $ -->
22

33
<appendix id="external-projects">
44
<title>External Projects</title>
@@ -31,7 +31,7 @@
3131
currently closed to new projects in favor of PgFoundry, it still
3232
contains many active and relevant projects. Other popular
3333
<productname>PostgreSQL</productname>-related projects are hosted
34-
independently, or on other project-hosting sites such such as <ulink
34+
independently, or on other project-hosting sites such as <ulink
3535
url="http://sourceforge.net/">SourceForge.net</ulink>. You should search
3636
the web if you don't find the project you are looking for.
3737
</para>

doc/src/sgml/maintenance.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/maintenance.sgml,v 1.72 2007/04/18 20:44:53 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.73 2007/05/03 15:47:48 alvherre Exp $ -->
22

33
<chapter id="maintenance">
44
<title>Routine Database Maintenance Tasks</title>
@@ -490,7 +490,7 @@ HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb".
490490

491491
<para>
492492
There is a limit of <xref linkend="guc-autovacuum-max-workers"> worker
493-
processes that may be running at at any time, so if the <command>VACUUM</>
493+
processes that may be running at any time, so if the <command>VACUUM</>
494494
and <command>ANALYZE</> work to do takes too long to run, the deadline may
495495
be failed to meet for other databases. Also, if a particular database
496496
takes long to process, more than one worker may be processing it

doc/src/sgml/ref/psql-ref.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/psql-ref.sgml,v 1.190 2007/03/26 17:23:37 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.191 2007/05/03 15:47:48 alvherre Exp $
33
PostgreSQL documentation
44
-->
55

@@ -114,7 +114,7 @@ PostgreSQL documentation
114114
argument on the command line.
115115
</para>
116116
<para>
117-
If this parameter contains an <symbol>=</symbol> sign, it it treated as a
117+
If this parameter contains an <symbol>=</symbol> sign, it is treated as a
118118
<parameter>conninfo</parameter> string. See <xref linkend="libpq-connect"> for more information.
119119
</para>
120120
</listitem>

doc/src/sgml/release.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/release.sgml,v 1.502 2007/04/20 03:27:23 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.503 2007/05/03 15:47:48 alvherre Exp $ -->
22
<!--
33

44
Typical markup:
@@ -16463,7 +16463,7 @@ Fix for SELECT timespan('21:11:26'::time) (Tom)
1646316463
netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0 (Oleg Sharoiko)
1646416464
Add btree index on NUMERIC (Jan)
1646516465
Perl fix for large objects containing NUL characters (Douglas Thomson)
16466-
ODBC fix for for large objects (free)
16466+
ODBC fix for large objects (free)
1646716467
Fix indexing of cidr data type
1646816468
Fix for Ethernet MAC addresses (macaddr type) comparisons
1646916469
Fix for date/time types when overflows happened in computations (Tom)
@@ -19056,7 +19056,7 @@ more compliant to the SQL-92 standard):
1905619056

1905719057
"WITH GRANT OPTION" is not supported. Only class owners can change
1905819058
access control
19059-
- The default access control is to to grant users readonly access.
19059+
- The default access control is to grant users readonly access.
1906019060
You must explicitly grant insert/update access to users. To change
1906119061
this, modify the line in
1906219062
src/backend/utils/acl.h

0 commit comments

Comments
 (0)