A Simple Web Service Embed in PostgreSQL
PostgreSQL uses a specific protocol for communicat […]
PostgreSQL uses a specific protocol for communicat […]
本文比较详细地介绍了 PGuard 作为 PostgreSQL 数据库防火墙的主要设计思路,大概的功能特点,最后给出了简易版的 Demo 演示视频。
环境说明 本文基于 CentOS Linux release 7.5.1804 (Core) 虚拟机 […]
Issue Solution:
ERROR: could not connect to 127.0.0.1:27017
HINT: Mongo driver connection error:
error: Libtool library used but ‘LIBTOOLR […]
环境说明 本文基于 CentOS Linux release 7.5.1804 (Core) 虚拟机 […]
当 psql 或者其他客户端链接到 PostgreSQL 数据库后,可以使用 gdb 跟踪对应的 postgres 进程,使用几个函数打印输出数据库编码方式、客户端编码方式等信息。
Based on development environment of PostgreSQL (./configure && make && make install), install standard glibc debug packages and set PostgreSQL debug mode on, which will be helpful for debugging PostgreSQL.
PostgreSQL 启动和运行过程中会依据环境变量做某些操作或设置,比如 initdb 时默认使用 […]
本文侧重 PostgreSQL 字符编码的代码逻辑,跟踪字符编码的几个关键变量的起始变化,解释一些字符编码的相关函数。