public inbox for [email protected]
help / color / mirror / Atom feedfix doc/src/sgml/queries.sgml
2+ messages / 2 participants
[nested] [flat]
* fix doc/src/sgml/queries.sgml
@ 2015-05-26 02:47 digoal zhou <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: digoal zhou @ 2015-05-26 02:47 UTC (permalink / raw)
To: pgsql-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 ( )
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: fix doc/src/sgml/queries.sgml
@ 2015-11-17 00:01 Peter Eisentraut <[email protected]>
parent: digoal zhou <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Peter Eisentraut @ 2015-11-17 00:01 UTC (permalink / raw)
To: digoal zhou <[email protected]>; pgsql-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
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2015-11-17 00:01 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2015-05-26 02:47 fix doc/src/sgml/queries.sgml digoal zhou <[email protected]>
2015-11-17 00:01 ` Peter Eisentraut <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox