Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
1aefa048
Commit
1aefa048
authored
May 03, 2007
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few more double words in docs.
parent
75b4ee1c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
doc/src/sgml/external-projects.sgml
doc/src/sgml/external-projects.sgml
+2
-2
doc/src/sgml/maintenance.sgml
doc/src/sgml/maintenance.sgml
+2
-2
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+2
-2
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+3
-3
No files found.
doc/src/sgml/external-projects.sgml
View file @
1aefa048
<!-- $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.1
5 2007/01/31 20:56:17 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.1
6 2007/05/03 15:47:48 alvherre
Exp $ -->
<appendix id="external-projects">
<appendix id="external-projects">
<title>External Projects</title>
<title>External Projects</title>
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
currently closed to new projects in favor of PgFoundry, it still
currently closed to new projects in favor of PgFoundry, it still
contains many active and relevant projects. Other popular
contains many active and relevant projects. Other popular
<productname>PostgreSQL</productname>-related projects are hosted
<productname>PostgreSQL</productname>-related projects are hosted
independently, or on other project-hosting sites such
such
as <ulink
independently, or on other project-hosting sites such as <ulink
url="http://sourceforge.net/">SourceForge.net</ulink>. You should search
url="http://sourceforge.net/">SourceForge.net</ulink>. You should search
the web if you don't find the project you are looking for.
the web if you don't find the project you are looking for.
</para>
</para>
...
...
doc/src/sgml/maintenance.sgml
View file @
1aefa048
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.7
2 2007/04/18 20:44:53 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.7
3 2007/05/03 15:47:48 alvherre
Exp $ -->
<chapter id="maintenance">
<chapter id="maintenance">
<title>Routine Database Maintenance Tasks</title>
<title>Routine Database Maintenance Tasks</title>
...
@@ -490,7 +490,7 @@ HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb".
...
@@ -490,7 +490,7 @@ HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb".
<para>
<para>
There is a limit of <xref linkend="guc-autovacuum-max-workers"> worker
There is a limit of <xref linkend="guc-autovacuum-max-workers"> worker
processes that may be running at a
t a
ny time, so if the <command>VACUUM</>
processes that may be running at any time, so if the <command>VACUUM</>
and <command>ANALYZE</> work to do takes too long to run, the deadline may
and <command>ANALYZE</> work to do takes too long to run, the deadline may
be failed to meet for other databases. Also, if a particular database
be failed to meet for other databases. Also, if a particular database
takes long to process, more than one worker may be processing it
takes long to process, more than one worker may be processing it
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
1aefa048
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.19
0 2007/03/26 17:23:37 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.19
1 2007/05/03 15:47:48 alvherre
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -114,7 +114,7 @@ PostgreSQL documentation
...
@@ -114,7 +114,7 @@ PostgreSQL documentation
argument on the command line.
argument on the command line.
</para>
</para>
<para>
<para>
If this parameter contains an <symbol>=</symbol> sign, it i
t
treated as a
If this parameter contains an <symbol>=</symbol> sign, it i
s
treated as a
<parameter>conninfo</parameter> string. See <xref linkend="libpq-connect"> for more information.
<parameter>conninfo</parameter> string. See <xref linkend="libpq-connect"> for more information.
</para>
</para>
</listitem>
</listitem>
...
...
doc/src/sgml/release.sgml
View file @
1aefa048
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.50
2 2007/04/20 03:27:23 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.50
3 2007/05/03 15:47:48 alvherre
Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -16463,7 +16463,7 @@ Fix for SELECT timespan('21:11:26'::time) (Tom)
...
@@ -16463,7 +16463,7 @@ Fix for SELECT timespan('21:11:26'::time) (Tom)
netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0 (Oleg Sharoiko)
netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0 (Oleg Sharoiko)
Add btree index on NUMERIC (Jan)
Add btree index on NUMERIC (Jan)
Perl fix for large objects containing NUL characters (Douglas Thomson)
Perl fix for large objects containing NUL characters (Douglas Thomson)
ODBC fix for
for
large objects (free)
ODBC fix for large objects (free)
Fix indexing of cidr data type
Fix indexing of cidr data type
Fix for Ethernet MAC addresses (macaddr type) comparisons
Fix for Ethernet MAC addresses (macaddr type) comparisons
Fix for date/time types when overflows happened in computations (Tom)
Fix for date/time types when overflows happened in computations (Tom)
...
@@ -19056,7 +19056,7 @@ more compliant to the SQL-92 standard):
...
@@ -19056,7 +19056,7 @@ more compliant to the SQL-92 standard):
"WITH GRANT OPTION" is not supported. Only class owners can change
"WITH GRANT OPTION" is not supported. Only class owners can change
access control
access control
- The default access control is to
to
grant users readonly access.
- The default access control is to grant users readonly access.
You must explicitly grant insert/update access to users. To change
You must explicitly grant insert/update access to users. To change
this, modify the line in
this, modify the line in
src/backend/utils/acl.h
src/backend/utils/acl.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment