proposal: simple date constructor from numeric values - Mailing list pgsql-hackers

From Pavel Stehule
Subject proposal: simple date constructor from numeric values
Date
Msg-id CAFj8pRABUjVdq4TOseBwyZPAJ+Nk5VpdRHcPdq=0SWkPpLHDdg@mail.gmail.com
Whole thread Raw
Responses Re: proposal: simple date constructor from numeric values
List 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



pgsql-hackers by date:

Previous
From: Marc Mamin
Date:
Subject: Re: psql and pset without any arguments
Next
From: Antonin Houska
Date:
Subject: Re: GIN improvements part 1: additional information