Skip to content

Commit

Permalink
docs: float8 -> float4 results in an error on overflow/underflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Mar 22, 2024
1 parent 4b45877 commit 7131811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ja/scalar-expressions-and-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ notes:
| `int8` | - | D | D | D | v | D | v | v | - | - | - | - | - | - | - | - | - | - | - | - |
| `decimal` | - | D | D | D | D | D | v | v | - | - | - | - | - | - | - | - | - | - | - | - |
| `float4` | - | D | D | D | D | D | v | v | - | - | - | - | - | - | - | - | - | - | - | - |
| `float8` | - | D | D | D | D | D | v | v | - | - | - | - | - | - | - | - | - | - | - | - |
| `float8` | - | D | D | D | D | D | D | v | - | - | - | - | - | - | - | - | - | - | - | - |
| `character` | - | - | - | - | - | - | - | - | D | D | - | - | - | - | - | - | - | - | - | - |
| `character varying` | - | - | - | - | - | - | - | - | D | D | - | - | - | - | - | - | - | - | - | - |
| `bit` | - | - | - | - | - | - | - | - | - | - | D | D | - | - | - | - | - | - | - | - |
Expand Down

0 comments on commit 7131811

Please sign in to comment.