From 266a2805840ef37d12b3cc3fb67c09596c02f658 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 24 Oct 2002 17:48:54 +0000 Subject: Add introductory sections explaining what each book is about. Remove Y2K statement. --- doc/src/sgml/programmer.sgml | 55 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/programmer.sgml') diff --git a/doc/src/sgml/programmer.sgml b/doc/src/sgml/programmer.sgml index 5494ce2788c..10eebfaeba2 100644 --- a/doc/src/sgml/programmer.sgml +++ b/doc/src/sgml/programmer.sgml @@ -1,5 +1,5 @@ @@ -12,9 +12,60 @@ PostgreSQL Programmer's Guide. &legal; - + Preface + + + + + What's In This Book + + + This book is for PostgreSQL application programmers. It is divided into three parts. + + + + The first part of this book describes the client programming + interfaces distributed with PostgreSQL. Each of these chapters + can be read independently. Note that there are many other + programming interfaces for client programs that are distributed + separately and contain their own documentation. Readers of the + first part should be familiar with using SQL commands to + manipulate and query the database (see the &cite-user;) and of + course with the programming language that the interface uses. + + + + The second part of this book is about extending the server + functionality with user-defined functions, data types, triggers, + etc. These are advanced topics which should probably be + approached only after all the other user documentation about + PostgreSQL has been understood. + + + + The third part of this book described the available server-side + programming languages. This information is related to the second + part and is only useful to readers that have read at least the + first few chapters thereof. + + + + This book covers PostgreSQL &version; + only. For information on other versions, please read the + documentation that accompanies that release. + + + + + Client Interfaces -- cgit v1.2.3