PostgreSQL学习笔记---4 惯例

前端之家收集整理的这篇文章主要介绍了PostgreSQL学习笔记---4 惯例前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Postgresql学习笔记系列参考来源:
PostgreSQL 9.5.4 Documentation

对应章节:
Preface: Conventions

brackets ([ and ]) indicate optional parts.
中括号[ ] 代表可选项

Braces ({ and }) and vertical lines (|) indicate that you must choose one alternative.
花括号{ } 和竖线| 表示必须选择一个

Dots (…) mean that the preceding element can be repeated.
… 表示后面的元素可以重复

sql命令提示符=>
shell命令提示符 $

administrator和user An administrator is generally a person who is in charge of installing and running the server. A user could be anyone who is using,or wants to use,any part of the Postgresql system. These terms should not be interpreted too narrowly; this book does not have fixed presumptions about system administration procedures.

原文链接:https://www.f2er.com/postgresql/194319.html

猜你在找的Postgre SQL相关文章