From b1aca05e3a3d2e1c291930005402d11ec86253f8 Mon Sep 17 00:00:00 2001 From: dimitr Date: Thu, 19 Mar 2015 07:09:49 +0000 Subject: [PATCH] Updated the docs. --- doc/WhatsNew | 10 +++ .../README.scrollable_cursors.txt | 71 +++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 doc/sql.extensions/README.scrollable_cursors.txt diff --git a/doc/WhatsNew b/doc/WhatsNew index c16852d223..65714369dc 100644 --- a/doc/WhatsNew +++ b/doc/WhatsNew @@ -291,6 +291,14 @@ Contributor(s): Alex Peshkov + * New feature CORE-4714 + Aggregate statistical functions STDDEV_POP, STDDEV_SAMP, VAR_POP and VAR_SAMP + See also: + /doc/sql.extensions/README.statistical_functions.txt + Contributor(s): + Hajime Nakagami + Adriano dos Santos Fernandes + * New feature CORE-4707 Ability to validate tables and indices online (without exclusive access to the database) Contributor(s): @@ -313,6 +321,8 @@ * New feature CORE-803 Server bi-directional (aka scrollable) cursors + See also: + /doc/sql.extensions/README.scrollable_cursors.txt Contributor(s): Dmitry Yemanov diff --git a/doc/sql.extensions/README.scrollable_cursors.txt b/doc/sql.extensions/README.scrollable_cursors.txt new file mode 100644 index 0000000000..a9514807ac --- /dev/null +++ b/doc/sql.extensions/README.scrollable_cursors.txt @@ -0,0 +1,71 @@ +------------------ +Scrollable cursors +------------------ + + Function: + Allow to navigate through the open cursor in any direction rather than sequentially fetching records forward. + + Author: + Dmitry Yemanov + + Scope: + PSQL, DSQL with additional API support + + Syntax rules (PSQL): + // To declare a cursor: + DECLARE CURSOR SCROLL CURSOR FOR (