-
**Describe the bug**
After create official-postgres cluster, `kbcli cluster create-account` failed.
**To Reproduce**
Steps to reproduce the behavior:
1. Create official-postgres cluster.
2. Cre…
-
**Describe the bug**
1. some clusters its missing
2. some clusters are still sts and have not been converted into its
3. some clusters role is none
**To Reproduce**
Steps to reproduce the behav…
-
-
原始[zhparser]库 没人维护了
-
`https://github.com/amutu/zhparser/blob/master/zhparser.control`
Shows default version 2.2 however there is no `zhparser--2.2.sql`
I had the issue without providing an extension version when cre…
-
例如: 我运行了下面的代码。
```
run "ALTER role all SET zhparser.multi_short=on;" # 1 短词复合
run "ALTER role all SET zhparser.multi_duality=on;" # 2 二元复合
run "ALTER role all SET zhparser.multi_zmain=…
-
**开发者,您好,我们在PostgreSQL中使用zhparser插件,发现没有按长词优先返回结果,代码和示例如下:**
CREATE EXTENSION zhparser;
CREATE TEXT SEARCH CONFIGURATION testzhcfg ( PARSER = zhparser );
ALTER TEXT SEARCH CONFIGURATION testzhcfg…
-
CentOS 7 安装提示ERROR: extension "zhparser" has no installation script nor update path for version "2.1",请问怎么解决
-
维护者,您好。
这个 issue 虽然其实不确定是 zhparser 的问题,但是也许你们可以帮忙查找问题在哪里。
请看这个例子。
https://gist.github.com/zw963/212654fc1180d39be1d818392c96bb68
以及这个相关的讨论
https://groups.google.com/g/sequel-talk/c/iVVb…
-
我之前加了不少自定义关键字,但是后来换了一个服务器,我使用 postgres 的 dumpall 备份了数据库,但是我发现,自定义词库并未导入,请问,我该备份并稍后恢复那个文件呢?又或者其他办法?