只争朝夕,不负韶华!
简介GitHub:https://github.com/lesovsky/pgcentepgCenter is a command-line admin tool for observing and ... 阅读全文
Linux下查看端口被占用可以参考:https://www.dbaup.com/linuxchakansuoyoubeizhanyongdeduankounetstatmingling.htm开发时 ... 阅读全文
简介GitHub:https://github.com/strace/strac按照strace官网的描述,strace是一个可用于诊断、调试和教学的Linux用户空间跟踪器。我们用它来监控用户空间 ... 阅读全文
我的Linux环境执行psql连接PG数据库报以下的错误[root@docker35 ~]# /usr/pgsql-13/bin/psql -U postgres -h 192.168.66.35 ... 阅读全文
官网:http://postgres.cn/docs/13/jit.htm31.1. 什么是JIT编译?即时(Just-In-Time,JIT)编译( Compilation)是将某种形式的解释程序 ... 阅读全文
简介PG中所有数据类型参考:https://www.dbaup.com/postgresql-shujuleixingjianjie.htm官网说明参考:http://postgres.cn/doc ... 阅读全文
这是很久之前的脚本,接的私活,当时是给一个公司搭建的DG,今天分享出来-- 主库查询select name , open_mode, log_mode,force_logging,DATABASE_ ... 阅读全文
pg_setting视图pg_settings提供了对服务器上运行时参数的访问。它本质上是SHOW和SET命令的可替换接口。它还提供了SHOW不能提供的关于每一个参数的一些现实,例如最大值和最小值。阅读全文
参考:http://postgres.cn/docs/13/runtime-config-connection.htm连接和认证连接设置listen_addresses (string指定服务器在 ... 阅读全文
[toc一、简介之前整理的内容:http://blog.itpub.net/26736162/viewspace-2082965误操作执行truncate后的恢复方法很多,这里再次介绍fy_rec ... 阅读全文

