Re: Release 14 Schedule - Mailing list pgsql-hackers

From Pavel Luzanov
Subject Re: Release 14 Schedule
Date
Msg-id d6b2f47a-37c1-f017-1699-93ebac3774b1@postgrespro.ru
Whole thread Raw
In response to Re: Release 14 Schedule  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: Proposal: Save user's original authenticated identity for logging
Next
From: "Jonathan S. Katz"
Date:
Subject: Re: Release 14 Schedule