[BUGS] BUG #14511: Set timezone to local

Поиск
Список
Период
Сортировка
От adrian.klaver@aklaver.com
Тема [BUGS] BUG #14511: Set timezone to local
Дата
Msg-id 20170124161332.1431.51405@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: [BUGS] BUG #14511: Set timezone to local  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14511
Logged by:          Adrian Klaver
Email address:      adrian.klaver@aklaver.com
PostgreSQL version: 9.5.5
Operating system:   Linux openSUSE 42.2
Description:

test=> select version();
                                       version
        
-------------------------------------------------------------------------------------
 PostgreSQL 9.5.5 on x86_64-pc-linux-gnu, compiled by gcc (SUSE Linux)
4.8.5, 64-bit
(1 row)


test=> set timezone = DEFAULT;
SET

test=> set timezone = LOCAL;
ERROR:  invalid value for parameter "TimeZone": "local"

test=> set time zone LOCAL;
SET

The docs:

https://www.postgresql.org/docs/9.5/static/sql-set.html

say the last two commands should yield the same result. Not sure if this
error in docs or code.


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

В списке pgsql-bugs по дате отправления:

Предыдущее
От: John McKown
Дата:
Сообщение: Re: [BUGS] BUG #14510: found encoding issue
Следующее
От: vojta.rylko@gmail.com
Дата:
Сообщение: [BUGS] BUG #14512: Backslashes in LIKE