云数据库 GAUSSDB-兼容性参考:ecpg兼容

时间:2024-11-13 14:45:37

ecpg兼容

ecpg提供使用URL连接方式的连接语法,不仅支持“gaussdb”,还兼容支持“postgresql”。

连接语法:

EXEC SQL CONNECT TO target [AS connection-name] [USER user-name];
其中target支持“postgresql”方式如下:
  • tcp:postgresql://hostname[:port][/dbname][?options]
  • unix:postgresql://hostname[:port][/dbname][?options]
support.huaweicloud.com/distributed-devg-v8-gaussdb/gaussdb-12-0245.html