proposal: simple date constructor from numeric values

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: proposal: simple date constructor from numeric values
Date: 2013-06-29 11:07:16
Message-ID: CAFj8pRABUjVdq4TOseBwyZPAJ+Nk5VpdRHcPdq=0SWkPpLHDdg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

long time I am thinking about simple function for creating date or
timestamp values based on numeric types without necessity to create
format string.

some like ansi_date(year, month, day) and ansi_timestamp(year, month,
day, hour, minuts, sec, msec, offset)

What do you think about this idea?

Regards

Pavel Stehule

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Antonin Houska 2013-06-29 11:09:48 Re: GIN improvements part 1: additional information
Previous Message Marc Mamin 2013-06-29 11:02:00 Re: psql and pset without any arguments