PostgreSQL 正體中文使用手冊
PostgreSQL 正體中文使用手冊
PostgreSQL.TW
官方使用手冊
粉絲專頁
加入社團
Primary version
簡介
前言
I. 新手教學
II. SQL查詢語言
III. 系統管理
IV. 用戶端介面
V. 資料庫程式設計
VI. 參考資訊
VII. 資料庫進階
50. Overview of PostgreSQL Internals
51. 系統目錄
53. Frontend/Backend Protocol
54. PostgreSQL 程式撰寫慣例
54.1. Formatting
54.2. Reporting Errors Within the Server
54.3. Error Message Style Guide
54.4. Miscellaneous Coding Conventions
55. Writing A Procedural Language Handler
56. 撰寫外部資料封裝器(Foreign Data Wrapper)
64. GiST Indexes
65. SP-GiST Indexes
66. GIN 索引
67. BRIN Indexes
68. 資料庫實體儲存格式
70. 計畫程序如何使用統計資訊
VIII. 附錄
參考書目
Powered by GitBook

54. PostgreSQL 程式撰寫慣例

版本:11
Here are the articles in this section:
54.1. Formatting
版本:11
54.2. Reporting Errors Within the Server
版本:11
54.3. Error Message Style Guide
版本:11
54.4. Miscellaneous Coding Conventions
版本:11
Previous
53.10. Summary of Changes since Protocol 2.0
Next
54.1. Formatting
Last updated 8 months ago
Edit on GitHub