- PostgreSQL for Data Architects
- Jayadevan Maymala
- 152字
- 2021-07-23 19:41:21
Conventions
In this book, you will find a number of text styles that distinguish among 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: "We will use the following wget
command to download the source."
A block of code/SQL at psql prompt as well as the output from the server at psql is set as follows:
CREATE TABLE emp(id serial, first_name varchar(50));
Commands executed at shell/command prompt, the output, and parameters and settings are formatted as follows:
[root@MyCentOS ~]# ps f -U postgres PID TTY STAT TIME COMMAND 1918 tty1 S 0:00 /usr/local/pgsql/bin/postgres
New terms and important words are shown in bold.
推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- LaTeX Cookbook
- Apache ZooKeeper Essentials
- Vue.js 3.x從入門到精通(視頻教學版)
- Android 9 Development Cookbook(Third Edition)
- 數據結構簡明教程(第2版)微課版
- The DevOps 2.4 Toolkit
- C#程序設計基礎:教程、實驗、習題
- Unreal Engine 4 Shaders and Effects Cookbook
- Visual FoxPro程序設計
- Highcharts Cookbook
- 程序設計基礎教程:C語言
- 快速入門與進階:Creo 4·0全實例精講
- 從0到1:HTML5 Canvas動畫開發
- Visual C++程序設計與項目實踐