PG协议解析

概述

协议总体分类

  1. startup phase
  2. normal phase
    1. simple query
    2. extended query
      • prepare step
      • bind step
      • execute step

消息概览

overview

格式化

  1. text
    • for strings
    • no trailing null
  2. binary
    • for integers
    • most significant byte first

消息流程

Start-up

startup

Simple Query

select

insert

参考文档

  1. Message Flow
  2. Protocol Overview
  3. Message Format

本文标题:PG协议解析

文章作者:Louis

发布时间:2018年04月10日 - 21:04

最后更新:2018年04月11日 - 19:04

原始链接:/2018/04/10/pg-protocol/

许可协议: Louis-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。