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
4k stars 565 forks source link

[pg] select version() should return column version #1729

Closed rekby closed 8 months ago

rekby commented 9 months ago

Query: SELECT version(). Now YDB returning column0

vitstn commented 9 months ago

We need to investigate a generic solution, but right now I do quick fix for FuncCall

vitstn commented 9 months ago

https://github.com/ydb-platform/ydb/pull/1801