- 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.
推薦閱讀
- 軟件安全技術
- Web應用系統開發實踐(C#)
- Git Version Control Cookbook
- The Android Game Developer's Handbook
- MySQL 8從入門到精通(視頻教學版)
- Hands-On Image Processing with Python
- 數據結構(Java語言描述)
- 前端架構:從入門到微前端
- STM32F0實戰:基于HAL庫開發
- OpenGL Data Visualization Cookbook
- Getting Started with Polymer
- Web前端開發技術:HTML、CSS、JavaScript
- PHP動態網站開發實踐教程
- 數據庫技術及應用教程上機指導與習題(第2版)
- C語言開發寶典