Re: 7.1. Overview (The SQL Language)

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Grzegorz Szpetkowski <gszpetkowski(at)gmail(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: 7.1. Overview (The SQL Language)
Date: 2011-09-10 14:47:15
Message-ID: 201109101447.p8AElF813203@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

bruce wrote:
> Grzegorz Szpetkowski wrote:
> > http://www.postgresql.org/docs/9.0/static/queries-overview.html
> >
> > "Assuming that there is a table called table1, this command would
> > retrieve all rows and all columns from table1."
> >
> > Maybe it's worth adding:
> >
> > "Assuming that there is a table called table1, this command would
> > retrieve all rows and all columns (excluding system columns described
> > at Section 5.4) from table1."
>
> I considered this but it seems like too much detail for the overview
> section.

On second thought, I added the "user-defined" modifier to the sentence;
applid patch attached.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

Attachment Content-Type Size
unknown_filename text/plain 1.1 KB

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2011-09-10 20:39:12 Re: createuser/dropuser username
Previous Message Bruce Momjian 2011-09-10 13:32:14 Re: 7.1. Overview (The SQL Language)