于2020-11-12 加入墨天轮
个人成就
发布296次内容
获得92次点赞
内容获得38次评论
获得106次收藏
回答了0次问答
TA的专栏
文章分类
墨力计划
(123)
国产数据库
(75)
kingbasees
(71)
mysql
(51)
opengauss
(42)
postgresql
(41)
xml
(25)
gbase
(24)
gbase 8a mpp cluster
(24)
dtd
(17)
oceanbase
(8)
oceanbase征文
(8)
展开
文章档案
2022年11月
(1)
2022年07月
(114)
2022年06月
(10)
2022年01月
(1)
2021年12月
(36)
2021年11月
(14)
2021年07月
(29)
2021年06月
(1)
展开
最新评论
动态
文章 ·288
数说 ·18
问答 ·0
文档 ·8
关注
留言板·0
谢谢大家为我投票!
发布数说于
2022-12-31
谢谢大家为我投票!
发布数说于
2022-12-29
谢谢大家为我投票!
发布数说于
2022-12-28
【2022年的我】学习到了许多知识和技能。
【2023年的我】写出较好的博文作品,继续为国产开源数据库做出贡献!
发布数说于
2022-12-23
谢谢大家为我投票!

发布数说于
2022-12-21
「更易用的OceanBase」| 个人畅想
发布文章于
2022-11-24
7-高云龙-openGauss最佳参数实践+openGauss与PostgreSQL对比+openGauss常用监控工具.pdf
上传文档于
2022-11-23
6-王鹏-openGauss+MOT(内存表)DBA指南.pdf
上传文档于
2022-11-23
5-彭冲-openGauss实践总结.pdf
上传文档于
2022-11-23
4-王天庆-openGauss的AI特性.pdf
上传文档于
2022-11-23
3-田文罡-openGauss体系架构.pdf
上传文档于
2022-11-23
2-高波-openGauss数据库WDR报告和性能调优.pdf
上传文档于
2022-11-23
1-贾军锋-openGauss主备HA.pdf
上传文档于
2022-11-23
兑换的卡包到了,感谢墨天轮社区

发布数说于
2022-11-19
声望等级Lv3
发布数说于
2022-11-08
声望等级Lv2
发布数说于
2022-11-07
PostgreSQL基础 wal_level的三种参数
> CentOS 7.6.1810
> postgresql 14.4
 
### wal_level的三种参数
``` bash
[postgres@localhost data]$
发布文章于
2022-07-17
PostgreSQL基础 time 时间类型转换
> CentOS 7.6.1810
> postgresql 14.4
 
### time 时间类型转换
``` sql
postgres=# select now();
发布文章于
2022-07-17
PostgreSQL基础 postmaster.pid 查看主进程信息
> CentOS 7.6.1810
> postgresql 14.4
 
### postmaster.pid 查看主进程信息
``` sql
[postgres@localhost
发布文章于
2022-07-17
PostgreSQL基础 pg_dumpall 本地逻辑备份
> CentOS 7.6.1810
> postgresql 14.4
 
### pg_dumpall 本地逻辑备份
``` sql
[postgres@localhost ~]$
发布文章于
2022-07-17
PostgreSQL基础 int4range 交叉 取上下边界
> CentOS 7.6.1810
> postgresql 14.4
 
### int4range 交叉 取上下边界
``` sql
postgres=# select int4r
发布文章于
2022-07-17
PostgreSQL基础 information_schema 查看当前所有模式
> CentOS 7.6.1810
> postgresql 14.4
 
### information_schema 查看当前所有模式
``` sql
postgres=# \x
发布文章于
2022-07-17
PostgreSQL基础 current_timestamp 查看当前时间
> CentOS 7.6.1810
> postgresql 14.4
 
### current_timestamp 查看当前时间
``` sql
postgres=# select
发布文章于
2022-07-17
PostgreSQL基础 configure 查看编译时可支持的选项
> CentOS 7.6.1810
> postgresql 14.4
 
### configure 查看编译时可支持的选项
``` sql
[root@localhost post
发布文章于
2022-07-17
PostgreSQL基础 boolean 布尔类型
> CentOS 7.6.1810
> postgresql 14.4
 
### boolean 布尔类型
``` sql
postgres=# create table table
发布文章于
2022-07-17
PostgreSQL基础 show 查看客户端和服务器实例的字符集
> CentOS 7.6.1810
> postgresql 14.4
 
### show 查看客户端和服务器实例的字符集
``` sql
postgres=# show serve
发布文章于
2022-07-17
PostgreSQL基础 psql 查看端口号
> CentOS 7.6.1810
> postgresql 14.4
 
### psql 查看端口号
``` sql
postgres=# show port;
-[ RECORD
发布文章于
2022-07-17
PostgreSQL基础 postmaster.opts 查看上一次启动时的命令
> CentOS 7.6.1810
> postgresql 14.4
 
### postmaster.opts 查看上一次启动时的命令
``` sql
[postgres@loca
发布文章于
2022-07-17
PostgreSQL基础 PG_VERSION 查看版本号
> CentOS 7.6.1810
> postgresql 14.4
 
### PG_VERSION 查看版本号
``` sql
[postgres@localhost data]
发布文章于
2022-07-17
PostgreSQL基础 pg_ctl no database directory specified and environment variable PGDATA unset
> CentOS 7.6.1810
> postgresql 14.4
 
### pg_ctl: no database directory specified and environ
发布文章于
2022-07-17
PostgreSQL基础 log 查看数据库的启停日志
> CentOS 7.6.1810
> postgresql 14.4
 
### log 查看数据库的启停日志
``` sql
[postgres@localhost data]$
发布文章于
2022-07-17
PostgreSQL基础 include 额外的参数配置文件
> CentOS 7.6.1810
> postgresql 14.4
 
### include 指定额外的参数配置文件
``` sql
[postgres@localhost da
发布文章于
2022-07-17
PostgreSQL基础 查看postgresql-14.4源码包的文件信息
> CentOS 7.6.1810
> postgresql 14.4
 
### 查看postgresql-14.4源码包的文件信息
``` bash
[root@localhost
发布文章于
2022-07-17
PostgreSQL基础 查看initdb的帮助信息
> CentOS 7.6.1810
> postgresql 14.4
 
### 查看initdb的帮助信息
``` sql
[root@localhost bin]# initdb
发布文章于
2022-07-17
PostgreSQL基础 查看初始状态下的配置文件内容
> CentOS 7.6.1810
> postgresql 14.4
 
@[toc]
 
### 查看初始状态下的postgresql.conf
* postgres
发布文章于
2022-07-17
PostgreSQL基础 tree 查看初始状态下的DATA目录
> CentOS 7.6.1810
> postgresql 14.4
 
### 查看初始状态下的DATA目录
``` sql
[postgres@localhost data]$
发布文章于
2022-07-17
PostgreSQL基础 ss 查看postgres进程的端口信息
> CentOS 7.6.1810
> postgresql 14.4
 
### ss 查看postgres进程的端口信息
``` sql
[postgres@localhost p
发布文章于
2022-07-17
PostgreSQL基础 psql d dS dS+ 查看关联信息
> CentOS 7.6.1810
> postgresql 14.4
 
### psql d dS dS+ 查看关联信息
* S 附加系统的信息
* S+ 附加详细的系统的信息
发布文章于
2022-07-17
PostgreSQL基础 psql 执行shell命令
> CentOS 7.6.1810
> postgresql 14.4
 
### psql \\! 执行shell命令
``` sql
postgres=# \! free -m
发布文章于
2022-07-17
PostgreSQL基础 psql 查看vacuum的帮助信息
> CentOS 7.6.1810
> postgresql 14.4
 
### psql 查看vacuum的帮助信息
``` sql
postgres=# \h vacuum
Co
发布文章于
2022-07-17
PostgreSQL基础 psql 查看视图的定义
> CentOS 7.6.1810
> postgresql 14.4
 
### psql 查看视图的定义
``` sql
[postgres@localhost bin]$ psq
发布文章于
2022-07-17
PostgreSQL基础 psql 查看版本信息
> CentOS 7.6.1810
> postgresql 14.4
 
### psql 查看版本信息
``` sql
[postgres@localhost data]$ psq
发布文章于
2022-07-17
PostgreSQL基础 ps 查看postgres进程信息
> CentOS 7.6.1810
> postgresql 14.4
 
### ps 查看postgres进程信息
``` sql
[postgres@localhost ~]$
发布文章于
2022-07-17
PostgreSQL基础 postgresql-14-setup的脚本内容及帮助信息
> CentOS 7.6.1810
> postgresql 14.4
 
### postgresql-14-setup的脚本内容
* 感兴趣的同学可以研究一下脚本的具体内容
``
发布文章于
2022-07-17
PostgreSQL基础 查看pg_ctl、psql、pg_dump的帮助信息
> CentOS 7.6.1810
> postgresql 14.4
 
@[toc]
 
### 查看pg_ctl的帮助信息
``` sql
[postgres@lo
发布文章于
2022-07-17
PostgreSQL基础 pg_sleep 暂停指定秒
> CentOS 7.6.1810
> postgresql 14.4
 
### pg_sleep 暂停指定秒
* 在测试特性时会使用 pg_sleep
``` sql
postg
发布文章于
2022-07-17
PostgreSQL基础 pg_shadow 查看用户的相关信息
> CentOS 7.6.1810
> postgresql 14.4
 
### pg_shadow 查看用户的相关信息
``` sql
postgres=# \x
Expanded
发布文章于
2022-07-17
PostgreSQL基础 pg_config 查看配置信息
> CentOS 7.6.1810
> postgresql 14.4
 
### pg_config 查看配置信息
``` sql
[postgres@localhost globa
发布文章于
2022-07-17
PostgreSQL基础 password_encryption 查看当前的密码加密方式
> CentOS 7.6.1810
> postgresql 14.4
 
### password_encryption 查看当前的密码加密方式
``` sql
postgres=#
发布文章于
2022-07-17
PostgreSQL基础 netstat 查看postgres进程的端口信息
> CentOS 7.6.1810
> postgresql 14.4
 
### netstat 查看进程占用的端口信息
``` sql
[postgres@localhost ~]
发布文章于
2022-07-17