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

Commit8fb93b7

Browse files
committed
Wording improvement for MONEY casting.
1 parentee13b73 commit8fb93b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.218 2007/11/27 05:49:58 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.219 2007/11/2706:05:57 momjian Exp $ -->
22

33
<chapter id="datatype">
44
<title id="datatype-title">Data Types</title>
@@ -848,8 +848,8 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab
848848
<programlisting>
849849
SELECT 1234::text::money;
850850
</programlisting>
851-
There is no simple way of doing the reverse; casting a <type>money</type> value to a
852-
numeric type.
851+
There is no simple way of doing the reverse using a locale-neutral
852+
method, namely casting a <type>money</type> value to anumeric type.
853853
</para>
854854

855855
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp