From aa2cb4c622dfd5709ba89ac3cace959202318987 Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Sat, 12 Nov 2016 21:42:20 +0100 Subject: Refs #26327 -- Renamed JsonAgg to JSONBAgg. Thanks to Christian von Roques for the report. --- docs/ref/contrib/postgres/aggregates.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/ref/contrib/postgres') diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt index 6b5e827ab2..3939023e26 100644 --- a/docs/ref/contrib/postgres/aggregates.txt +++ b/docs/ref/contrib/postgres/aggregates.txt @@ -58,14 +58,14 @@ General-purpose aggregation functions Returns ``True`` if at least one input value is true, ``None`` if all values are null or if there are no values, otherwise ``False``. -``JsonAgg`` ------------ +``JSONBAgg`` +------------ -.. class:: JsonAgg(expressions, **extra) +.. class:: JSONBAgg(expressions, **extra) .. versionadded:: 1.11 - Returns the input values as a ``JSON`` array. + Returns the input values as a ``JSON`` array. Requires PostgreSQL ≥ 9.5. ``StringAgg`` ------------- -- cgit v1.3