- PostgreSQL 11 Server Side Programming Quick Start Guide
- Luca Ferrari
- 169字
- 2021-06-10 19:23:00
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
ImgRes* new_ImgRes() {
ImgRes* new_object = (ImgRes*) palloc( sizeof( ImgRes ) );
new_object->h_px = 300;
new_object->v_px = 300;
new_object->dpi = 96;
return new_object;
}
char* to_string( ImgRes* object ){
return psprintf( TEXT_PATTERN,
object->h_px, object->v_px, object->dpi );
}
Any command-line input or output is written as follows:
testdb=> CREATE TYPE t_media_file_type
AS ENUM ( 'audio', 'image', 'text' );
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 平面設計初步
- Div+CSS 3.0網(wǎng)頁布局案例精粹
- Practical Ansible 2
- Hands-On Data Science with SQL Server 2017
- Expert AWS Development
- 機器自動化控制器原理與應用
- 讓每張照片都成為佳作的Photoshop后期技法
- CompTIA Linux+ Certification Guide
- 具比例時滯遞歸神經(jīng)網(wǎng)絡的穩(wěn)定性及其仿真與應用
- 網(wǎng)絡安全管理實踐
- FPGA/CPLD應用技術(shù)(Verilog語言版)
- MATLAB-Simulink系統(tǒng)仿真超級學習手冊
- INSTANT Adobe Story Starter
- PowerMill 2020五軸數(shù)控加工編程應用實例
- 網(wǎng)絡安全概論