mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Add trim_array() function.
This has been in the SQL spec since 2008. It's a pretty thin wrapper around the array slice functionality, but the spec says we should have it, so here it is. Vik Fearing, reviewed by Dian Fay Discussion: https://postgr.es/m/fc92ce17-9655-8ff1-c62a-4dc4c8ccd815@postgresfriends.org
This commit is contained in:
@@ -398,7 +398,7 @@ S301 Enhanced UNNEST YES
|
||||
S401 Distinct types based on array types NO
|
||||
S402 Distinct types based on distinct types NO
|
||||
S403 ARRAY_MAX_CARDINALITY NO
|
||||
S404 TRIM_ARRAY NO
|
||||
S404 TRIM_ARRAY YES
|
||||
T011 Timestamp in Information Schema NO
|
||||
T021 BINARY and VARBINARY data types NO
|
||||
T022 Advanced support for BINARY and VARBINARY data types NO
|
||||
|
||||
Reference in New Issue
Block a user