User's Guide Reorganization Plan

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-docs(at)postgresql(dot)org
Subject: User's Guide Reorganization Plan
Date: 2002-07-30 21:43:38
Message-ID: Pine.LNX.4.44.0207302324270.2824-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

I'm reorganizing the User's Guide (slightly) to "make room" for
descriptions of new features such as schemas, new privileges, dependency
tracking, and also to allow the book to be read approximately
sequentially.

Here's the new Table of Contents:

1. Syntax [no change]
2. Data Definition

Covers table creation, constraints, schemas, privileges, touches on views.
I've started to write this.

3. Data Manipulation

Insert, Update, Delete, a bit about rules and triggers. Not written yet.

4. Queries [no change]
5. Data Types [no change]
6. Functions and Operators [no change]
7. Type Conversion

Add information about new cast system here. I don't think this should
really be a chapter of its own, but it's unclear where else it would
belong.

[Move Arrays chapter into 5. Data Types]

8. Indexes [no change]

[Move Inheritance chapter into 2. Data Definition]

9. Concurrency Control
10. Performance Tips

A snippet about databases will be put into 2. Data Definition, where it
fits together with schemas. The rest will be deferred to the Admin Guide.

Comments?

--
Peter Eisentraut peter_e(at)gmx(dot)net

Browse pgsql-docs by date

  From Date Subject
Next Message Rich Morin 2002-07-31 04:13:14 Any DocBook wizards on the list?
Previous Message Dayra Munoz 2002-07-30 19:19:27 Re: PostGreSQL