- PgServer启动
- 客户端连接
- 输入sql: select * from user;
- 输出row: <table, user>
Specification for all frontend/backend messages: https://www.postgresql.org/docs/14/protocol-message-formats.html
Message Data Types: https://www.postgresql.org/docs/14/protocol-message-types.html