Re: SQL:2011 features

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SQL:2011 features
Date: 2012-01-02 20:05:39
Message-ID: CAFj8pRDLguTgTbRRtsOnkt1xLszaTt7j3fpnY_Kqai5MKqWPWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

2012/1/2 Peter Eisentraut <peter_e(at)gmx(dot)net>:
> On mån, 2012-01-02 at 09:33 +0000, Simon Riggs wrote:
>> Are there any features in SQL:2011 that we should be considering for 9.2?

trim_array can be simply implemented for one dim array. I am not sure
about semantic for multidim arrays.

Regards

Pavel

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2012-01-02 20:12:43 pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Previous Message Simon Riggs 2012-01-02 19:54:33 Re: ALTER TABLE lock strength reduction patch is unsafe