Shawn Yan
Shawn Yan
@TomShawn 有几点建议,PTAL. 格式:有几处加粗斜体显示不对,建议修正 typo:查询表已绑定放置规则名称, myplacementpolicy 应为 my_policy 其他:工具兼容性, “BR 兼容性” 的页面,并没有“放置规则”相关说明 易用:建议将`create table`的示例中加入`drop table if exists t1;`,不然将示例中的语句复制出来测试时还需要再手动删一次表。 补充:建议补充【重置库、表绑定的放置规则】章节, ``` ALTER DATABASE test PLACEMENT POLICY default; ALTER TABLE t1 PLACEMENT POLICY...
@DutMsn 谢谢回复。 Q1: thank u. Q2: 了解,如果有必要,还是在文档中说明一下会更好。
oh, when I run pg with docker, pgmetrics can NOT collect system info, but install with RPM in the linux, then it works.
> 您好,源码压缩文件是哪里下载的?我在github上面下载源码压缩文件后,解压出来文件名是一致的。我下载的压缩文件名是IvorySQL-Ivory_REL_2_3.tar.gz @wangjie-star https://github.com/IvorySQL/IvorySQL/releases/tag/Ivory_REL_2_3 Source code (zip) https://github.com/IvorySQL/IvorySQL/archive/refs/tags/Ivory_REL_2_3.zip Source code (tar.gz) https://github.com/IvorySQL/IvorySQL/archive/refs/tags/Ivory_REL_2_3.tar.gz
/label 2024-tidb-docs-dash
this way also would fix the issue (https://github.com/pingcap/docs-cn/pull/16173/files#diff-b9b308a275c973824d1539ce6abf0713e8b960e51d63025432146e25c54b2d89R126)
所有示例程序文档,这段表述建议统一修改下,是否保留 `tidb-samples`。 [Java](https://docs.pingcap.com/zh/tidb/stable/dev-guide-sample-application-java-jdbc) > 完整代码及其运行方式,见代码仓库 tidb-java-jdbc-quickstart。 [Python](https://docs.pingcap.com/zh/tidb/stable/dev-guide-sample-application-python-mysqlclient) > 完整代码及其运行方式,见代码仓库 tidb-samples/tidb-python-mysqlclient-quickstart。
文档中涉及到`CA_PATH`的地方表述不统一,建议更新一下的好。 ``` TIDB_CA_PATH={downloaded_ssl_ca_path} CA_PATH='{your-downloaded-ca-path}' DATABASE_SSL_CA= ```
similar with #2333
``` [ 16%] Building CXX object test/CMakeFiles/demo.dir/demo.cpp.o In file included from /root/cppjieba/include/cppjieba/Jieba.hpp:4:0, from /root/cppjieba/test/demo.cpp:1: /root/cppjieba/include/cppjieba/QuerySegment.hpp:7:30: fatal error: limonp/Logging.hpp: No such file or directory #include "limonp/Logging.hpp" ^ compilation terminated. make[2]: ***...