- Mastering PostgreSQL 9.6
- Hans Jurgen Schonig
- 127字
- 2021-07-09 19:57:07
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "In this case, the \timing command will tell psql to show the runtime of a query."
Any command-line input or output is written as follows:
test=# CREATE TABLE t_test (id serial, name text);
CREATE TABLE
test=# INSERT INTO t_test (name) SELECT 'hans'
FROM generate_series(1, 2000000);
New terms and important words are shown in bold.
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- JavaScript實例自學手冊
- 計算機應用基礎·基礎模塊
- Getting Started with MariaDB
- 來吧!帶你玩轉Excel VBA
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- 電腦上網直通車
- 可編程控制器技術應用(西門子S7系列)
- 西門子S7-200 SMART PLC實例指導學與用
- 計算機網絡原理與技術
- 工業機器人應用案例集錦
- Prometheus監控實戰
- 傳感器與新聞
- Microsoft System Center Confi guration Manager
- 智能鼠原理與制作(進階篇)
- Mastering MongoDB 3.x