- 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.
推薦閱讀
- OpenDaylight Cookbook
- The Data Visualization Workshop
- iOS應用逆向工程(第2版)
- JavaScript動態網頁開發詳解
- Learning OpenStack Networking(Neutron)(Second Edition)
- HTML5從入門到精通(第4版)
- Yii Project Blueprints
- Learning Node.js for .NET Developers
- jQuery for Designers Beginner's Guide Second Edition
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Python網絡爬蟲實例教程(視頻講解版)
- Practical Maya Programming with Python
- 你真的會寫代碼嗎
- Implementing Microsoft Dynamics NAV(Third Edition)