- Mastering PostgreSQL 12
- Hans Jürgen Sch?nig
- 168字
- 2021-08-20 10:00:19
Improving psql and database documentation
In PostgreSQL, two major improvements have been made:
- Adding figures to the documentation
- Adding links to psql
The PostgreSQL documentation has traditionally been very good. However, in the past, the documentation did not contain any figures or graphical explanations; it was purely text, which made it hard for some people to quickly understand some aspects of the database. PostgreSQL has finally put an end to this and images have been introduced. This might sound like a minor thing, but it required some changes to the way documentation is handled in general. More figures will be added in the future.
The second change that is immediately visible to psql users is that \h does not point to the documentation directly. The following listing shows an example:
test=# \h SHOW
Command: SHOW
Description: show the value of a run-time parameter
Syntax:
SHOW name
SHOW ALL
URL: https://www.postgresql.org/docs/12/sql-show.html
The URL is really useful here. It avoids a lot of unnecessary searching and digging.
- 21天學通JavaScript
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 人工智能趣味入門:光環板程序設計
- 項目管理成功利器Project 2007全程解析
- Mastering ServiceNow Scripting
- Machine Learning with the Elastic Stack
- 工業自動化技術實訓指導
- Mastering MongoDB 3.x
- Creating ELearning Games with Unity
- PowerPoint 2010幻燈片制作高手速成
- 教育創新與創新人才:信息技術人才培養改革之路(四)
- 新世紀Photoshop CS6中文版應用教程
- 超好玩的Python少兒編程
- 當產品經理遇到人工智能
- Learning OpenShift