Tencent / TBase

TBase is an enterprise-level distributed HTAP database. Through a single database cluster to provide users with highly consistent distributed database services and high-performance data warehouse services, a set of integrated enterprise-level solutions is formed.
Other
1.38k stars 262 forks source link

TBase开源版本是否不支持存储过程? #138

Open TopMagic opened 1 year ago

TopMagic commented 1 year ago

创建存储过程报错,看来像是不支持PL: postgres=# create or replace procedure test1() is count_num number; ERROR: syntax error at or near "procedure" LINE 1: create or replace procedure test1() is count_num number; ^