Skip to content

Commit

Permalink
Fix e.g.'s
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Feb 12, 2025
1 parent a9f2395 commit 7094d4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sql/functions/date.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,5 +249,5 @@ There are also dedicated extraction functions to get the [subfields]({% link doc
A few examples include extracting the day from a date, or the day of the week from a date.

Functions applied to infinite dates will either return the same infinite dates
(e.g, `greatest`) or `NULL` (e.g., `date_part`) depending on what “makes sense”.
(e.g., `greatest`) or `NULL` (e.g., `date_part`) depending on what “makes sense”.
In general, if the function needs to examine the parts of the infinite date, the result will be `NULL`.
2 changes: 1 addition & 1 deletion docs/sql/functions/timestamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The table below shows the available scalar functions for `TIMESTAMP` values.
There are also dedicated extraction functions to get the [subfields]({% link docs/sql/functions/datepart.md %}).

Functions applied to infinite dates will either return the same infinite dates
(e.g, `greatest`) or `NULL` (e.g., `date_part`) depending on what “makes sense”.
(e.g., `greatest`) or `NULL` (e.g., `date_part`) depending on what “makes sense”.
In general, if the function needs to examine the parts of the infinite date, the result will be `NULL`.

#### `age(timestamp, timestamp)`
Expand Down
2 changes: 1 addition & 1 deletion docs/sql/functions/timestamptz.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ Not implemented Error: Unknown TimeZone '0200'
## Infinities

Functions applied to infinite dates will either return the same infinite dates
(e.g, `greatest`) or `NULL` (e.g., `date_part`) depending on what “makes sense”.
(e.g., `greatest`) or `NULL` (e.g., `date_part`) depending on what “makes sense”.
In general, if the function needs to examine the parts of the infinite temporal value,
the result will be `NULL`.

Expand Down

0 comments on commit 7094d4a

Please sign in to comment.