docs: syntax.sgml patch

From: "Robert B(dot) Easter" <reaster(at)comptechnews(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: docs: syntax.sgml patch
Date: 2001-01-14 04:52:37
Message-ID: 0101132352370A.15894@comptechnews
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

I've made an attempt to better describe the FROM clause and table expressions
in general for the SQL Syntax: Expressions page in the User's Guide.

My patch replaces the "FROM clause" section that was in there with a section
called "Table Expressions". It includes a description of the FROM clause and
also the WHERE, GROUP BY, HAVING, ORDER BY, and LIMIT clauses. The JOIN
syntax is covered. Subqueries are also explained some.

There could be some mistakes or statements that imply a limitation that is
not true (maybe). I encourage people to review it and correct any mistakes
or clean up the language etc.

If it's not right for being applied, let me know. I'm hoping this material
will fit in and be developed further with more examples later.

--
-------- Robert B. Easter reaster(at)comptechnews(dot)com ---------
-- CompTechNews Message Board http://www.comptechnews.com/ --
-- CompTechServ Tech Services http://www.comptechserv.com/ --
---------- http://www.comptechnews.com/~reaster/ ------------

Attachment Content-Type Size
syntax.sgml.patch text/english 22.6 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2001-01-14 20:45:34 Re: docs: syntax.sgml patch
Previous Message Bruce Momjian 2001-01-12 16:28:36 Re: broken link to Bruce Momjian's book

Browse pgsql-patches by date

  From Date Subject
Next Message Michael C. Thornburgh 2001-01-14 16:14:38 patch for src/backend/port/darwin/sem.c
Previous Message Bruce Momjian 2001-01-14 03:08:08 Re: [PATCHES] Revised Patch for JDBC timestamp problems