使用 insert 插入数据时, 字段默认值的表现 postgres# \pset null NULL
Null display is "NULL".
postgres# drop table if exists test;
DROP TABLE
postgres# create table test(id int, info int default 0);
CREATE TABLE
postgres# insert into test (id) value…
一、集群开启xpack安全配置后无法启动
在配置文件中增加 xpack.security.enabled: true 后无法启动,日志中提示如下
Transport SSL must be enabled if security is enabled. Please set [xpack.security.transport.ssl.enabled] to [true] or disable security b…