mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add min() and max() aggregates for pg_lsn
This is useful for monitoring, when it comes for example to calculations of WAL retention with replication slots and delays with a set of standbys. Bump catalog version. Author: Fabrízio de Royes Mello Reviewed-by: Surafel Temesgen Discussion: https://postgr.es/m/CAFcNs+oc8ZoHhowA4rR1GGCgG8QNgK_TOwPRVYQo5rYy8_PXzA@mail.gmail.com
This commit is contained in:
@ -14804,7 +14804,7 @@ NULL baz</literallayout>(3 rows)</entry>
|
||||
</indexterm>
|
||||
<function>max(<replaceable class="parameter">expression</replaceable>)</function>
|
||||
</entry>
|
||||
<entry>any numeric, string, date/time, network, or enum type,
|
||||
<entry>any numeric, string, date/time, network, pg_lsn, or enum type,
|
||||
or arrays of these types</entry>
|
||||
<entry>same as argument type</entry>
|
||||
<entry>Yes</entry>
|
||||
@ -14822,7 +14822,7 @@ NULL baz</literallayout>(3 rows)</entry>
|
||||
</indexterm>
|
||||
<function>min(<replaceable class="parameter">expression</replaceable>)</function>
|
||||
</entry>
|
||||
<entry>any numeric, string, date/time, network, or enum type,
|
||||
<entry>any numeric, string, date/time, network, pg_lsn, or enum type,
|
||||
or arrays of these types</entry>
|
||||
<entry>same as argument type</entry>
|
||||
<entry>Yes</entry>
|
||||
|
Reference in New Issue
Block a user