BUG #7804: timeofday() output string is not compatible with "timestamp with time zone" data type

From: dotbrat(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7804: timeofday() output string is not compatible with "timestamp with time zone" data type
Date: 2013-01-14 05:28:48
Message-ID: E1TucbI-0002j2-5t@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: 7804
Logged by: Ruslan Izmaylov
Email address: dotbrat(at)gmail(dot)com
PostgreSQL version: 9.1.7
Operating system: Fedora release 17
Description:

Query:

SET TIME ZONE 'Europe/Minsk';
select timeofday()::timestamp with time zone;

Result:

ERROR: invalid input syntax for type timestamp with time zone: "Mon Jan 14
08:18:20.333915 2013 FET"

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Christiaan Willemsen 2013-01-14 08:15:08 Re: BUG #7802: Cannot drop table because of dependant sequence, but there is link to sequence
Previous Message Pavel Stehule 2013-01-13 20:27:53 Re: wrong search_path being used