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

Commit692ed05

Browse files
committed
doc: adjust 'Infinity' example to include minus
This clarifies that quoted infinity values must have the negative signsinside single quotes.Reported-by: Don Morrison
1 parent8bc4053 commit692ed05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ FROM generate_series(-3.5, 3.5, 1) as x;
756756
floating-point arithmetic does not follow IEEE 754, these values
757757
will probably not work as expected.) When writing these values
758758
as constants in an SQL command, you must put quotes around them,
759-
for example <literal>UPDATE table SET x = 'Infinity'</>. On input,
759+
for example <literal>UPDATE table SET x = '-Infinity'</>. On input,
760760
these strings are recognized in a case-insensitive manner.
761761
</para>
762762

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp