File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<appendix id="external-projects">
4
4
<title>External Projects</title>
31
31
currently closed to new projects in favor of PgFoundry, it still
32
32
contains many active and relevant projects. Other popular
33
33
<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
35
35
url="http://sourceforge.net/">SourceForge.net</ulink>. You should search
36
36
the web if you don't find the project you are looking for.
37
37
</para>
Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="maintenance">
4
4
<title>Routine Database Maintenance Tasks</title>
@@ -490,7 +490,7 @@ HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb".
490
490
491
491
<para>
492
492
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</>
494
494
and <command>ANALYZE</> work to do takes too long to run, the deadline may
495
495
be failed to meet for other databases. Also, if a particular database
496
496
takes long to process, more than one worker may be processing it
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -114,7 +114,7 @@ PostgreSQL documentation
114
114
argument on the command line.
115
115
</para>
116
116
<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
118
118
<parameter>conninfo</parameter> string. See <xref linkend="libpq-connect"> for more information.
119
119
</para>
120
120
</listitem>
Original file line number Diff line number Diff line change 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 $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -16463,7 +16463,7 @@ Fix for SELECT timespan('21:11:26'::time) (Tom)
16463
16463
netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0 (Oleg Sharoiko)
16464
16464
Add btree index on NUMERIC (Jan)
16465
16465
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)
16467
16467
Fix indexing of cidr data type
16468
16468
Fix for Ethernet MAC addresses (macaddr type) comparisons
16469
16469
Fix for date/time types when overflows happened in computations (Tom)
@@ -19056,7 +19056,7 @@ more compliant to the SQL-92 standard):
19056
19056
19057
19057
"WITH GRANT OPTION" is not supported. Only class owners can change
19058
19058
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.
19060
19060
You must explicitly grant insert/update access to users. To change
19061
19061
this, modify the line in
19062
19062
src/backend/utils/acl.h
You can’t perform that action at this time.
0 commit comments