Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 7AF851337BBB for ; Wed, 11 May 2011 16:38:16 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 39456-09 for ; Wed, 11 May 2011 19:38:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-iw0-f174.google.com (mail-iw0-f174.google.com [209.85.214.174]) by mail.postgresql.org (Postfix) with ESMTP id A7BA21337B69 for ; Wed, 11 May 2011 16:38:08 -0300 (ADT) Received: by iwn34 with SMTP id 34so796664iwn.19 for ; Wed, 11 May 2011 12:38:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=NA8z/VaXpni7N1u3hrQIVVgnjUcJtoHfXkYIrDJQLy8=; b=EGqKhfnqdqRXAGLzQmofGehs7U0oTnVvNUxvOyfpfSIu98tNw0R6oq3hQ9AEM/v2Q4 khpxrFxydq45ePnYdOMLrSRBpVXqAw2MqlrjWbUnia9gEwwzTKwKxC+81Sx0zNxelH6F qoJUFFNPr1J0zBE//Ydc8BZ2NnuDzMkDA9agM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KemjHCfwbXMdX3T9x84lpANt55I3iPdrNNt0lkI0GKAPbn75x0aEUGmjU5WnBWFAOo 8nno81ZYxuUhwv1c6Exaxgt/wlprxPy1CHtCoIWAZJV07TwMNFj4OKVIZrijb/u31hmm fyyh8u0W5zXXMQZHpcppy4dqXaEVEmPoCatfY= MIME-Version: 1.0 Received: by 10.231.142.17 with SMTP id o17mr6943809ibu.49.1305142687334; Wed, 11 May 2011 12:38:07 -0700 (PDT) Received: by 10.231.12.131 with HTTP; Wed, 11 May 2011 12:38:07 -0700 (PDT) Date: Wed, 11 May 2011 21:38:07 +0200 Message-ID: Subject: 7.1. Overview (The SQL Language) From: Grzegorz Szpetkowski To: pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.888 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001, T_TO_NO_BRKTS_FREEMAIL=0.01 X-Spam-Level: X-Archive-Number: 201105/49 X-Sequence-Number: 6724 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." Regards, G. Sz.