public inbox for [email protected]  
help / color / mirror / Atom feed
From: digoal zhou <[email protected]>
To: [email protected]
Subject: fix doc/src/sgml/queries.sgml
Date: Tue, 26 May 2015 10:47:26 +0800
Message-ID: <CAKHd5CcFjGJyv73NUFjfVUu=j0jcAFxgMFWMccbXk+3L_gKQkA@mail.gmail.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>

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     (         )


view thread (2+ messages)  latest in thread

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]
  Subject: Re: fix doc/src/sgml/queries.sgml
  In-Reply-To: <CAKHd5CcFjGJyv73NUFjfVUu=j0jcAFxgMFWMccbXk+3L_gKQkA@mail.gmail.com>

* 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