Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit90dbfa5

Browse files
author
Thomas G. Lockhart
committed
Fix a few typos. Try <Note><Title>Author</Title>... for author credit.
1 parent68a297a commit90dbfa5

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

‎doc/src/sgml/advanced.sgml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ On UNIX systems, this is always midnight, January 1, 1970 GMT.
273273
</Note>
274274
</Para>
275275

276+
<Para>
276277
If you have executed all of the examples so
277278
far, then the above query returns:
278279

‎doc/src/sgml/datatype.sgml‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ have fully implemented syntax but currently (<ProductName>Postgres</ProductName>
275275

276276
<Para>
277277
The <Type>money</Type> type supports US-style currency with fixed decimal point representation.
278+
If <ProductName>Postgres</ProductName> is compiled with USE_LOCALE then the money type
279+
should use the monetary conventions defined for locale(7).
278280

279281
<Para>
280282
<TABLE TOCENTRY="1">
@@ -302,9 +304,11 @@ The <Type>money</Type> type supports US-style currency with fixed decimal point
302304
</Para>
303305

304306
<Para>
305-
The <FirstTerm>exact numerics</FirstTerm> <Type>decimal</Type> and <Type>numeric</Type>
306-
have fully implemented syntax but currently (<ProductName>Postgres</ProductName> v6.3)
307-
support only a small range of precision and/or range values.
307+
The <FirstTerm>numeric</FirstTerm>
308+
should eventually replace the money type. It has a
309+
fully implemented syntax but currently (<ProductName>Postgres</ProductName> v6.3)
310+
support only a small range of precision and/or range values and cannot substitute for
311+
the money type.
308312
</Para>
309313

310314
</Sect1>

‎doc/src/sgml/gist.sgml‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
<Para>
1414
<Note>
15-
<Title>Caveat</Title>
15+
<Title>Author</Title>
1616
<Para>
1717
This extraction from an e-mail sent by
1818
<ULink url="mailto:selkovjr@mcs.anl.gov">Eugene Selkov Jr.</ULink>
1919
contains good information
2020
on GiST. Hopefully we will learn more in the future and update this information.
21-
- thomas
21+
- thomas 1998-03-01
2222
</Para>
2323
</Note>
2424

@@ -39,8 +39,8 @@ to check that. Other examples also worked, except polygons: I got an
3939
error doing
4040

4141
<ProgramListing>
42-
test=> create index pix on polytmp using gist (p:box gist_poly_ops) with
43-
(islossy);
42+
test=> create index pix on polytmp
43+
test-> using gist (p:box gist_poly_ops) with(islossy);
4444
ERROR: cannot open pix
4545

4646
(PostgreSQL 6.3 Sun Feb 1 14:57:30 EST 1998)
@@ -59,8 +59,7 @@ A few notes on the sources:
5959

6060
<Para>
6161
1. I failed to make use of the original (HPUX) Makefile and rearranged
62-
the Makefile from the ancient postgres95 tutorial to do the job. I
63-
tried
62+
the Makefile from the ancient postgres95 tutorial to do the job. I tried
6463
to keep it generic, but I am a very poor makefile writer -- just did
6564
some monkey work. Sorry about that, but I guess it is now a little
6665
more portable that the original makefile.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp