ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
3.83k stars 532 forks source link

[pg] support of variadic funcs #2354

Closed vitstn closed 5 months ago

vitstn commented 6 months ago

minimal example

SELECT concat('a',1,'b')

vitstn commented 6 months ago

scalar version: https://github.com/ydb-platform/ydb/pull/2637

vitstn commented 6 months ago

blocks: https://github.com/ydb-platform/ydb/pull/2773

vitstn commented 6 months ago

array arg: https://github.com/ydb-platform/ydb/pull/2828

vitstn commented 6 months ago

docs: https://github.com/ydb-platform/ydb/pull/2846