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
f71fb9e0
Commit
f71fb9e0
authored
25 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Add a little to index operator class discussion.
parent
1f7ba1eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/indices.sgml
+5
-3
5 additions, 3 deletions
doc/src/sgml/indices.sgml
with
5 additions
and
3 deletions
doc/src/sgml/indices.sgml
+
5
−
3
View file @
f71fb9e0
...
@@ -110,9 +110,11 @@
...
@@ -110,9 +110,11 @@
integers. In practice the default operator class for the field's
integers. In practice the default operator class for the field's
datatype is usually sufficient. The main point of having operator classes
datatype is usually sufficient. The main point of having operator classes
is that for some datatypes, there could be more than one meaningful
is that for some datatypes, there could be more than one meaningful
ordering. For an index on such a datatype, we could select which
ordering. For example, we might want to sort a complex-number datatype
ordering we wanted by selecting the proper operator class. There
either by absolute value or by real part. We could do this by defining
are also some operator classes with special purposes:
two operator classes for the datatype and then selecting the proper
class when making an index. There are also some operator classes with
special purposes:
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
...
...
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