Closed zephyrpathsofglory closed 4 years ago
Hi there:
I have zhparser of version 1.0, and I exec the command in psql: alter extension zhparser update, but I only get the NOTICE: NOTICE: version "1.0" of extension "zhparser" is already installed.
alter extension zhparser update
NOTICE: version "1.0" of extension "zhparser" is already installed
How can I upgrade to version 2.1?
得先下载,安装2.1的库后。在执行 alter update
Hi there:
I have zhparser of version 1.0, and I exec the command in psql:
alter extension zhparser update
, but I only get the NOTICE:NOTICE: version "1.0" of extension "zhparser" is already installed
.How can I upgrade to version 2.1?