Re: [HACKERS] Amazon Redshift

2014-11-06 Thread Bernd Helmle
--On 5. November 2014 23:36:03 +0100 philip taylor philta...@mail.com wrote: Date Functions http://docs.aws.amazon.com/redshift/latest/dg/r_ADD_MONTHS.html http://docs.aws.amazon.com/redshift/latest/dg/r_DATEADD_function.html

[HACKERS] Amazon Redshift

2014-11-05 Thread philip taylor
Hackers, do you think we should implement some of the functions offered by Amazon Redshift? http://docs.aws.amazon.com/redshift/latest/dg/c_SQL_functions.html Amazon Redshift is completely based on PostgreSQL, but they have implemented some features not currently available in PostgreSQL.

Re: [HACKERS] Amazon Redshift

2014-11-05 Thread Kevin Grittner
philip taylor philta...@mail.com wrote: do you think we should implement some of the functions offered by Amazon Redshift? http://docs.aws.amazon.com/redshift/latest/dg/c_SQL_functions.html Well, obviously we already have many of the functions linked from that page. I think that if you want

Re: [HACKERS] Amazon Redshift

2014-11-05 Thread Jim Nasby
On 11/5/14, 3:42 PM, Kevin Grittner wrote: philip taylor philta...@mail.com wrote: do you think we should implement some of the functions offered by Amazon Redshift? http://docs.aws.amazon.com/redshift/latest/dg/c_SQL_functions.html Well, obviously we already have many of the functions

Re: [HACKERS] Amazon Redshift

2014-11-05 Thread philip taylor
do you think we should implement some of the functions offered by Amazon Redshift? http://docs.aws.amazon.com/redshift/latest/dg/c_SQL_functions.html Well, obviously we already have many of the functions linked from that page. I think that if you want to go through them and pick out a few

Re: [HACKERS] Amazon Redshift

2014-11-05 Thread Josh Berkus
On 11/05/2014 02:36 PM, philip taylor wrote: Ok, this is a summary of what they have that we don't (of course, I could have missed something): I can't see any functions on that list I'd want. For example, DATEADD is there just to be compatible with MSSQL. It's useless to us. -- Josh

Re: [HACKERS] Amazon Redshift

2014-11-05 Thread Jaime Casanova
On Wed, Nov 5, 2014 at 5:36 PM, philip taylor philta...@mail.com wrote: do you think we should implement some of the functions offered by Amazon Redshift? http://docs.aws.amazon.com/redshift/latest/dg/c_SQL_functions.html JSON Functions