mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Add min() and max() aggregates for xid8.
Bump catalog version. Author: Ken Kato Reviewed-by: Kyotaro Horiguchi, Fujii Masao Discussion: https://postgr.es/m/47d77b18c44f87f8222c4c7a3e2dee6b@oss.nttdata.com
This commit is contained in:
@ -19973,7 +19973,7 @@ SELECT NULLIF(value, '(none)') ...
|
||||
values. Available for any numeric, string, date/time, or enum type,
|
||||
as well as <type>inet</type>, <type>interval</type>,
|
||||
<type>money</type>, <type>oid</type>, <type>pg_lsn</type>,
|
||||
<type>tid</type>,
|
||||
<type>tid</type>, <type>xid8</type>,
|
||||
and arrays of any of these types.
|
||||
</para></entry>
|
||||
<entry>Yes</entry>
|
||||
@ -19992,7 +19992,7 @@ SELECT NULLIF(value, '(none)') ...
|
||||
values. Available for any numeric, string, date/time, or enum type,
|
||||
as well as <type>inet</type>, <type>interval</type>,
|
||||
<type>money</type>, <type>oid</type>, <type>pg_lsn</type>,
|
||||
<type>tid</type>,
|
||||
<type>tid</type>, <type>xid8</type>,
|
||||
and arrays of any of these types.
|
||||
</para></entry>
|
||||
<entry>Yes</entry>
|
||||
|
Reference in New Issue
Block a user