Re: fix doc/src/sgml/queries.sgml

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: digoal zhou <digoal(dot)zhou(at)gmail(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: fix doc/src/sgml/queries.sgml
Date: 2015-11-17 00:01:53
Message-ID: 564A6E71.5070501@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Anastasia Lubennikova 2015-11-17 09:40:50 Re: Minor addition to index documentation
Previous Message Alvaro Herrera 2015-11-16 21:43:38 Re: [HACKERS] max_worker_processes on the standby