Results 10 issues of camel

您好: 我是在Postgresql中使用zombodb中使用,步骤如下: 利用zombodb创建数据库中表的索引: 在数据库中创建ZomboDB扩展: CREATE EXTENSION zombodb; 创建对应函数,指定为中文分词和分词类型: SELECT zdb.define_analyzer('myik', '{"tokenizer": "ik_max_word"}'); 将函数指定为表的数据类型: CREATE DOMAIN myik AS text; 创建表: CREATE TABLE test (id int4,name text,content myik); 添加测试数据: INSERT INTO test...

Hi: I build rum with postgresql 9.5.4 ,but get a error following like this: [wzbwangzhibin@iZ2vcdckpocdm6q53dl4onZ rum]$ make USE_PGXS=1 gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g...

hi I use benchmarksql generate data and Consistency checking,but i find one problem if i use this opition "WRITE=PARALLEL ", the result is wrong. Can you help me ? The...

Hi : I use the code to create postgres cluster,step by step to do,but i get this error: error: a container name must be specified for pod hippo-repo-host-0, choose one...

Bug Report IvorySQL Version: 1.2 test=# select version(); version PostgreSQL 14.2 (IvorySQL 1.2) on x86_64-pc-linux-gnu, compiled by gcc (GCC) 7.3.0, 64-bit (1 row) OS Version : centos 7 Linux monitor...

bug

Describe the bug Can not get some report from tar file. Environment Describe the environment where the bug occurred. OS: CentOS Linux 7 (Core) pgCenter Version 0.9.2 pgCenter installation method:...

Hi: When I use Odyssey, how can I check if the connections in the current connection pool are valid if the database restarts at that moment?

### What happened? What happended ? -- Step 1: Preparation phase create table tbl(col varchar(max)); go create procedure gen_tbl_value( @counts int ) as begin declare @CurrentNumber int = 0; while...

bug

### What happened? Hi I ran the following SQL, but I got an error message. However, these SQL statements can be executed normally in SQL Server. create table test(a nvarchar(10),b...

enhancement

psql does not currently support GB18030, which results in garbled characters. For example, creating a database or table that contains GB18030-encoded characters, and inserting data that contains GB18030 characters, etc.

bug