public inbox for [email protected]  
help / color / mirror / Atom feed
From: Peter Eisentraut <[email protected]>
To: digoal zhou <[email protected]>
To: [email protected]
Subject: Re: fix doc/src/sgml/queries.sgml
Date: Mon, 16 Nov 2015 19:01:53 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAKHd5CcFjGJyv73NUFjfVUu=j0jcAFxgMFWMccbXk+3L_gKQkA@mail.gmail.com>
References: <CAKHd5CcFjGJyv73NUFjfVUu=j0jcAFxgMFWMccbXk+3L_gKQkA@mail.gmail.com>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>

On 5/25/15 10:47 PM, digoal zhou wrote:
> doc/src/sgml/queries.sgml
> 
> 1272 <programlisting>
> 1273 CUBE ( a, b, c )
> 1274 </programlisting>
> 1275     is equivalent to
> 1276 <programlisting>
> 1277 GROUPING SETS (
> 1278     ( a, b, c ),
> 1279     ( a, b    ),
> 1280     ( a,    c ),
> 1281     ( a       ),
> 1282     (    b, c ),
> 1283     (    b    ),
> 1284     (       c ),
> 1285     (         ),
> 1286 )
> 
> line 1285 fix to
> 1285     (         )
> 

I have fixed this and a few similar issues nearby.  Thanks.


-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs




view thread (2+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: fix doc/src/sgml/queries.sgml
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox