BUG #14605: round trip of day of week doesn't work

From: shaunc(at)factfiber(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14605: round trip of day of week doesn't work
Date: 2017-03-29 21:36:07
Message-ID: 20170329213607.2690.51326@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14605
Logged by: Shaun Cutts
Email address: shaunc(at)factfiber(dot)com
PostgreSQL version: 9.6.0
Operating system: MAC OS
Description:

select extract(dow from to_date('Monday', 'Day'));
date_part
-----------
6
(1 row)

# select extract(dow from to_date('Sunday', 'Day'));
date_part
-----------
6
(1 row)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Venkata B Nagothi 2017-03-29 23:49:21 Re: [HACKERS] Bug in Physical Replication Slots (at least 9.5)?
Previous Message Feike Steenbergen 2017-03-29 17:53:50 Re: BUG #14600: Passwords in user mappings leaked by psql \deu+ command