From 9d84e12468540857ac014a991972852599cf1882 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Wed, 4 Jul 2018 12:59:55 -0300 Subject: [PATCH] Misc. --- doc/sql.extensions/README.time_zone.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sql.extensions/README.time_zone.md b/doc/sql.extensions/README.time_zone.md index 2b7c79c71b..20b9bffb45 100644 --- a/doc/sql.extensions/README.time_zone.md +++ b/doc/sql.extensions/README.time_zone.md @@ -161,9 +161,9 @@ set time zone local; Changes the session time zone bind for compatibility with old clients. -The default is NATIVE, which means that `TIME WITH TIME ZONE` and `TIMESTAMP WITH TIME ZONE` expressions are returned with they new data types to the client. +The default is `NATIVE`, which means that `TIME WITH TIME ZONE` and `TIMESTAMP WITH TIME ZONE` expressions are returned with they new data types to the client. -Old clients may not understand the new data types, so it's possible to define the bind to LEGACY and the expressions will be returned as `TIME WITHOUT TIME ZONE` and `TIMESTAMP WITHOUT TIME ZONE`, with appropriate conversion. +Old clients may not understand the new data types, so it's possible to define the bind to `LEGACY` and the expressions will be returned as `TIME WITHOUT TIME ZONE` and `TIMESTAMP WITHOUT TIME ZONE`, with appropriate conversion. The bind configuration is also applicable to input parameters.