Change-Id: I499e0501a20c72cb20ea580b307d4233ba01d508
:paramref:`_functions.aggregate_strings.order_by` parameter to indicate a
dialect-agnostic ORDER BY expression.
- .. versionadded:: 2.0.44 Generalized the PostgreSQL-specific
+ .. versionadded:: 2.1 Generalized the PostgreSQL-specific
:func:`_postgresql.aggregate_order_by` function to a method on
:class:`.Function` that is backend agnostic.
See :func:`_expression.aggregate_order_by` for a full description.
- .. versionadded:: 2.0.44 Generalized the PostgreSQL-specific
+ .. versionadded:: 2.1 Generalized the PostgreSQL-specific
:func:`_postgresql.aggregate_order_by` function to a method on
:class:`.Function` that is backend agnostic.