BUG #12571: Web site documentation error for make_timestamp

From: alanm(at)cc(dot)hawaii(dot)edu
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12571: Web site documentation error for make_timestamp
Date: 2015-01-16 21:04:10
Message-ID: 20150116210410.1971.24953@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: 12571
Logged by: Alan Mogi
Email address: alanm(at)cc(dot)hawaii(dot)edu
PostgreSQL version: Unsupported/Unknown
Operating system: N/A
Description:

http://www.postgresql.org/docs/9.4/static/functions-datetime.html

make_timestamp example is :
make_timestamp(1-23, 7, 15, 8, 15, 23.5)
2013-07-15 08:15:23.5

1-23 probably should be 2013

and example for make_timestamptz
shows same example from make_timestamp
and probably should show appropriate example

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message yoonghm 2015-01-17 09:55:00 BUG #12578: row_to_json() and to_json() add 'T' in timestamp field.
Previous Message Mike Porter 2015-01-16 16:55:01 Re: BUG #12556: Clause IN and NOT IN buggy