Re: Release 14 Schedule

From: Pavel Luzanov <p(dot)luzanov(at)postgrespro(dot)ru>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Release 14 Schedule
Date: 2021-09-22 15:59:12
Message-ID: d6b2f47a-37c1-f017-1699-93ebac3774b1@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

> Stored procedures can now return data via OUT parameters.
>
> The SQL-standard SEARCH and CYCLE options for common table expressions
> have been implemented.

I think that from the application developer point of view very important feature:
* Allow SQL-language functions and procedures to use SQL-standard function bodies

Compiling query, tracking dependencies - very important.

Pavel Luzanov
Postgres Professional: https://postgrespro.com
The Russian Postgres Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonathan S. Katz 2021-09-22 16:00:07 Re: Release 14 Schedule
Previous Message Jacob Champion 2021-09-22 15:18:43 Re: Proposal: Save user's original authenticated identity for logging