Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
f1e3e323
Commit
f1e3e323
authored
18 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos
parent
5f60086e
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/config.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/config.sgml
doc/src/sgml/gin.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/gin.sgml
with
4 additions
and
4 deletions
doc/src/sgml/config.sgml
+
2
−
2
View file @
f1e3e323
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.9
7
2006/11/
25 22:44:48
petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.9
8
2006/11/
30 20:50:44
petere Exp $ -->
<chapter Id="runtime-config">
<chapter Id="runtime-config">
<title>Server Configuration</title>
<title>Server Configuration</title>
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
(milliseconds), <literal>s</literal> (seconds),
(milliseconds), <literal>s</literal> (seconds),
<literal>min</literal> (minutes), <literal>h</literal> (hours),
<literal>min</literal> (minutes), <literal>h</literal> (hours),
and <literal>d</literal> (days). Note that the multiplier for
and <literal>d</literal> (days). Note that the multiplier for
memory units i
n
1024, not 1000.
memory units i
s
1024, not 1000.
</para>
</para>
<para>
<para>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/gin.sgml
+
2
−
2
View file @
f1e3e323
<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.
5
2006/11/
23 05:58:01 neilc
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.
6
2006/11/
30 20:50:44 petere
Exp $ -->
<chapter id="GIN">
<chapter id="GIN">
<title>GIN Indexes</title>
<title>GIN Indexes</title>
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
<para>
<para>
<acronym>GIN</acronym> doesn't support full index scans due to their
<acronym>GIN</acronym> doesn't support full index scans due to their
extreme inefficiency: because there are often many keys per value,
extreme inefficiency: because there are often many keys per value,
each heap pointer will returned several times.
each heap pointer will
be
returned several times.
</para>
</para>
<para>
<para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment