Re: [HACKERS] Amazon Redshift

2014-11-06 Thread Bernd Helmle
--On 5. November 2014 23:36:03 +0100 philip taylor 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 http://docs.aws.amazon.com/redshift/latest/dg/r_DATEDIFF_function.html http://docs.

Re: [HACKERS] Amazon Redshift

2014-11-06 Thread Andrea Suisani
On 11/05/2014 11:36 PM, philip taylor wrote: > String Functions > > http://docs.aws.amazon.com/redshift/latest/dg/FUNC_SHA1.html http://www.postgresql.org/docs/9.3/static/pgcrypto.html (not really a string function imho) -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To

Re: [HACKERS] Amazon Redshift

2014-11-05 Thread Jaime Casanova
On Wed, Nov 5, 2014 at 5:36 PM, philip taylor 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 > > http://docs.aws.amazon.com/redshift/latest/dg/JS

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 Be

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

Re: [HACKERS] Amazon Redshift

2014-11-05 Thread Jim Nasby
On 11/5/14, 3:42 PM, Kevin Grittner wrote: philip taylor 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.

Re: [HACKERS] Amazon Redshift

2014-11-05 Thread Kevin Grittner
philip taylor 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 to go through