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 13:32:14
Message-ID: 201109101332.p8ADWE600232@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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.

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

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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2011-09-10 14:47:15 Re: 7.1. Overview (The SQL Language)
Previous Message Bruce Momjian 2011-09-10 13:24:50 Re: ALTER TABLE doc small thing