PostgreSQL Essential Reference (Paperback)
暫譯: PostgreSQL 必備參考指南 (平裝本)

Barry Stinson

  • 出版商: New Riders
  • 出版日期: 2001-10-25
  • 售價: $1,870
  • 貴賓價: 9.5$1,777
  • 語言: 英文
  • 頁數: 400
  • 裝訂: Paperback
  • ISBN: 0735711216
  • ISBN-13: 9780735711211
  • 相關分類: PostgreSQLSQL
  • 已過版

買這商品的人也買了...

相關主題

商品描述

PostgreSQL Essential Reference is a reference book for developers and system administrators who are already familiar with SQL database concepts but that need clear and concise documentation that is specific to PostgreSQL. The book is divided into 3 parts; Basic SQL Reference, PostgreSQL specifics, and PostgreSQL administration. On a whole, it provides a command, the syntax, available options, description, and example code. Readers will be able to easily utilize the code and concepts into their use f the product.An added advantage to this book is that provides all reference material in two ways; alphabetically and by task. This is important because readers of the book will be looking for this information by both methods.

Table of Contents

Introduction.

What's Inside? Who Is This Book For? Who Is This Book Not For? Conventions.

I. SQL REFERENCE.


1. PostgreSQL SQL Reference.

Table of Commands. Alphabetical Listing.

II. POSTGRESQL SPECIFICS.


2. PostgreSQL Data Types.

Table of Data Types. Geometric Data Types. Logical Data Types. Network Data Types. Numeric Data Types. String Data Types. Time Data Types. Other Data Types. More Data Types.


3. PostgreSQL Operators.

Geometric Operators. Logical Operators. Network Operators. Numerical Operators. String Operators. Time Operators.


4. PostgreSQL Functions.

Map of Functions Grouped _by Category. Aggregate Functions. Conversion Functions. Geometric Functions. Network Functions. Numerical Functions. SQL Functions. String Functions. Time Functions. User Functions. Other Functions.


5. Other PostgreSQL Topics.

Arrays in Fields. Inheritance. PostgreSQL Indexes. OIDs. Multiversion Concurrency _Control.

III. POSTGRESQL ADMINISTRATION.


6. User Executable Files.

Alphabetical Listing of Files.


7. System Executable Files.

Alphabetical Listing of Files.


8. System Configuration Files and _Libraries.

System Configuration Files. Library Files.


9. Databases and Log Files.

PostgreSQL Data Directory. Log Files.


10. Common Administrative Tasks.

Compiling and Installation. Creating Users. Granting User Rights. Database Maintenance. Database Backup/Restore. Performance Tuning.

IV. PROGRAMMING WITH POSTGRESQL.


11. Server-Side Programming.

Benefits of Procedural Languages. Installing Procedural Languages. PL/pgSQL. PL/Tcl. PL/Perl.


12. Creating Custom Functions.

Creating Custom Functions. Creating Custom Triggers. Creating Custom Rules.


13. Client-Side Programming.

ecpg. JDBC. Libpq. libpq++. Libpgeasy. ODBC. Perl. Python (PyGreSQL). PHP.


14. Advanced PostgreSQL Programming.

Extending Functions. Extending Types. Extending Operators.

V. APPENDICES.


A: Additional Resources.

PostgreSQL versus Other _RDBMSs. Online PostgreSQL Resources. Books.


B: PostgreSQL Version _Information.

Version 7.1.2 (Released May 2001). Version 7.1.1 (Released May 2001). Version 7.1 (Released April 2001). Version 7.0.3 (Released November 2000). Version 7.0.2 (Released June 2000). Version 7.0 (Released May 2000). Version 6.5.2 (Released September 1999). Version 6.5.1 (Released July 1999). Version 6.5 (Released June 1999). Version 6.4.1 (Released December _1999). Version 6.4 (Released October _1998). Version 6.3 (Released March 1998). Version 6.2.1 (Released October _1997). Version 6.2 (Released June 1997). Version 6.1 (Released June 1997). Version Postgre95 .01 (Released May 1995).


Index.

商品描述(中文翻譯)

PostgreSQL 必備參考手冊是一本針對已熟悉 SQL 資料庫概念的開發人員和系統管理員的參考書,旨在提供針對 PostgreSQL 的清晰且簡明的文檔。這本書分為三個部分:基本 SQL 參考、PostgreSQL 特性和 PostgreSQL 管理。整體來說,它提供了命令、語法、可用選項、描述和範例代碼。讀者將能夠輕鬆地將這些代碼和概念應用於他們對該產品的使用。這本書的一個額外優勢是提供了兩種方式的參考資料:按字母順序和按任務分類。這一點很重要,因為讀者會以這兩種方式尋找信息。

目錄

引言。

裡面有什麼?這本書適合誰?這本書不適合誰?慣例。

I. SQL 參考。

1. PostgreSQL SQL 參考。
命令表。按字母順序列出。

II. POSTGRESQL 特性。

2. PostgreSQL 資料類型。
資料類型表。幾何資料類型。邏輯資料類型。網路資料類型。數值資料類型。字串資料類型。時間資料類型。其他資料類型。更多資料類型。

3. PostgreSQL 運算子。
幾何運算子。邏輯運算子。網路運算子。數值運算子。字串運算子。時間運算子。

4. PostgreSQL 函數。
按類別分組的函數圖。聚合函數。轉換函數。幾何函數。網路函數。數值函數。SQL 函數。字串函數。時間函數。使用者函數。其他函數。

5. 其他 PostgreSQL 主題。
欄位中的陣列。繼承。PostgreSQL 索引。OID。多版本併發控制。

III. POSTGRESQL 管理。

6. 使用者可執行檔。
檔案的按字母順序列出。

7. 系統可執行檔。
檔案的按字母順序列出。

8. 系統配置檔和函式庫。
系統配置檔。函式庫檔。

9. 資料庫和日誌檔。
PostgreSQL 資料目錄。日誌檔。

10. 常見管理任務。
編譯和安裝。創建使用者。授予使用者權限。資料庫維護。資料庫備份/還原。性能調整。

IV. 使用 PostgreSQL 編程。

11. 伺服器端編程。
程序語言的好處。安裝程序語言。PL/pgSQL。PL/Tcl。PL/Perl。

12. 創建自定義函數。
創建自定義函數。創建自定義觸發器。創建自定義規則。

13. 客戶端編程。
ecpg。JDBC。Libpq。libpq++。Libpgeasy。ODBC。Perl。Python (PyGreSQL)。PHP。

14. 高級 PostgreSQL 編程。
擴展函數。擴展類型。擴展運算子。

V. 附錄。

A: 附加資源。
PostgreSQL 與其他 RDBMS 的比較。線上 PostgreSQL 資源。書籍。

B: PostgreSQL 版本資訊。
版本 7.1.2(發布於 2001 年 5 月)。版本 7.1.1(發布於 2001 年 5 月)。版本 7.1(發布於 2001 年 4 月)。版本 7.0.3(發布於 2000 年 11 月)。版本 7.0.2(發布於 2000 年 6 月)。版本 7.0(發布於 2000 年 5 月)。版本 6.5.2(發布於 1999 年 9 月)。版本 6.5.1(發布於 1999 年 7 月)。版本 6.5(發布於 1999 年 6 月)。版本 6.4.1(發布於 1999 年 12 月)。版本 6.4(發布於 1998 年 10 月)。版本 6.3(發布於 1998 年 3 月)。版本 6.2.1(發布於 1997 年 10 月)。版本 6.2(發布於 1997 年 6 月)。版本 6.1(發布於 1997 年 6 月)。版本 Postgre95 .01(發布於 1995 年 5 月)。

索引。