1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Copyedit comments and documentation.

This commit is contained in:
Noah Misch
2016-04-01 21:53:10 -04:00
parent f07d18b6e9
commit 4ad6f13500
17 changed files with 25 additions and 25 deletions

View File

@ -5148,7 +5148,7 @@ timestamp_zone_transform(PG_FUNCTION_ARGS)
* This function is just timestamp2timestamptz() except instead of
* shifting to the global timezone, we shift to the specified timezone.
* This is different from the other AT TIME ZONE cases because instead
* of shifting to a _to_ a new time zone, it sets the time to _be_ the
* of shifting _to_ a new time zone, it sets the time to _be_ the
* specified timezone.
*/
Datum