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
90dbfa5e
Commit
90dbfa5e
authored
27 years ago
by
Thomas G. Lockhart
Browse files
Options
Downloads
Patches
Plain Diff
Fix a few typos. Try <Note><Title>Author</Title>... for author credit.
parent
68a297aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/src/sgml/advanced.sgml
+1
-0
1 addition, 0 deletions
doc/src/sgml/advanced.sgml
doc/src/sgml/datatype.sgml
+7
-3
7 additions, 3 deletions
doc/src/sgml/datatype.sgml
doc/src/sgml/gist.sgml
+5
-6
5 additions, 6 deletions
doc/src/sgml/gist.sgml
with
13 additions
and
9 deletions
doc/src/sgml/advanced.sgml
+
1
−
0
View file @
90dbfa5e
...
...
@@ -273,6 +273,7 @@ On UNIX systems, this is always midnight, January 1, 1970 GMT.
</Note>
</Para>
<Para>
If you have executed all of the examples so
far, then the above query returns:
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/datatype.sgml
+
7
−
3
View file @
90dbfa5e
...
...
@@ -275,6 +275,8 @@ have fully implemented syntax but currently (<ProductName>Postgres</ProductName>
<Para>
The <Type>money</Type> type supports US-style currency with fixed decimal point representation.
If <ProductName>Postgres</ProductName> is compiled with USE_LOCALE then the money type
should use the monetary conventions defined for locale(7).
<Para>
<TABLE TOCENTRY="1">
...
...
@@ -302,9 +304,11 @@ The <Type>money</Type> type supports US-style currency with fixed decimal point
</Para>
<Para>
The <FirstTerm>exact numerics</FirstTerm> <Type>decimal</Type> and <Type>numeric</Type>
have fully implemented syntax but currently (<ProductName>Postgres</ProductName> v6.3)
support only a small range of precision and/or range values.
The <FirstTerm>numeric</FirstTerm>
should eventually replace the money type. It has a
fully implemented syntax but currently (<ProductName>Postgres</ProductName> v6.3)
support only a small range of precision and/or range values and cannot substitute for
the money type.
</Para>
</Sect1>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/gist.sgml
+
5
−
6
View file @
90dbfa5e
...
...
@@ -12,13 +12,13 @@
<Para>
<Note>
<Title>
Caveat
</Title>
<Title>
Author
</Title>
<Para>
This extraction from an e-mail sent by
<ULink url="mailto:selkovjr@mcs.anl.gov">Eugene Selkov Jr.</ULink>
contains good information
on GiST. Hopefully we will learn more in the future and update this information.
- thomas
- thomas
1998-03-01
</Para>
</Note>
...
...
@@ -39,8 +39,8 @@ to check that. Other examples also worked, except polygons: I got an
error doing
<ProgramListing>
test=> create index pix on polytmp
using gist (p:box gist_poly_ops) with
(islossy);
test=> create index pix on polytmp
test-> using gist (p:box gist_poly_ops) with
(islossy);
ERROR: cannot open pix
(PostgreSQL 6.3 Sun Feb 1 14:57:30 EST 1998)
...
...
@@ -59,8 +59,7 @@ A few notes on the sources:
<Para>
1. I failed to make use of the original (HPUX) Makefile and rearranged
the Makefile from the ancient postgres95 tutorial to do the job. I
tried
the Makefile from the ancient postgres95 tutorial to do the job. I tried
to keep it generic, but I am a very poor makefile writer -- just did
some monkey work. Sorry about that, but I guess it is now a little
more portable that the original makefile.
...
...
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