|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.621 2009/03/3102:34:04 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.622 2009/03/3122:23:28 momjian Exp $ --> |
2 | 2 | <!-- |
3 | 3 |
|
4 | 4 | Typical markup: |
@@ -1287,6 +1287,24 @@ do it for earlier branch release files. |
1287 | 1287 | <sect3> |
1288 | 1288 | <title>Utility Operations</title> |
1289 | 1289 |
|
| 1290 | + <itemizedlist> |
| 1291 | + |
| 1292 | + <listitem> |
| 1293 | + <para> |
| 1294 | + Add verbose option to the <command>CLUSTER</> command and |
| 1295 | + <application>clusterdb</> (Jim Cox) |
| 1296 | + </para> |
| 1297 | + </listitem> |
| 1298 | + |
| 1299 | + <listitem> |
| 1300 | + <para> |
| 1301 | + Decrease memory requirements for recording pending trigger |
| 1302 | + events (Tom) |
| 1303 | + </para> |
| 1304 | + </listitem> |
| 1305 | + |
| 1306 | + </itemizedlist> |
| 1307 | + |
1290 | 1308 | <sect4> |
1291 | 1309 | <title>Indexes</title> |
1292 | 1310 | <itemizedlist> |
@@ -1444,28 +1462,6 @@ do it for earlier branch release files. |
1444 | 1462 |
|
1445 | 1463 | </sect4> |
1446 | 1464 |
|
1447 | | - <sect4> |
1448 | | - <title>Other Utility Operations</title> |
1449 | | - <itemizedlist> |
1450 | | - |
1451 | | - <listitem> |
1452 | | - <para> |
1453 | | - Add verbose option to the <command>CLUSTER</> command and |
1454 | | - <application>clusterdb</> (Jim Cox) |
1455 | | - </para> |
1456 | | - </listitem> |
1457 | | - |
1458 | | - <listitem> |
1459 | | - <para> |
1460 | | - Decrease memory requirements for recording pending trigger |
1461 | | - events (Tom) |
1462 | | - </para> |
1463 | | - </listitem> |
1464 | | - |
1465 | | - </itemizedlist> |
1466 | | - |
1467 | | - </sect4> |
1468 | | - |
1469 | 1465 | </sect3> |
1470 | 1466 |
|
1471 | 1467 | <sect3> |
@@ -2028,6 +2024,37 @@ do it for earlier branch release files. |
2028 | 2024 | <sect3> |
2029 | 2025 | <title>Client Applications</title> |
2030 | 2026 |
|
| 2027 | + <itemizedlist> |
| 2028 | + |
| 2029 | + <listitem> |
| 2030 | + <para> |
| 2031 | + Fix <literal>pg_ctl restart</> to preserve command-line arguments |
| 2032 | + (Bruce) |
| 2033 | + </para> |
| 2034 | + </listitem> |
| 2035 | + |
| 2036 | + <listitem> |
| 2037 | + <para> |
| 2038 | + Add <literal>-w</>/<literal>--no-password</> option that |
| 2039 | + suppresses password prompts to all utilities that have a |
| 2040 | + <literal>-W</>/<literal>--password</> option (Peter) |
| 2041 | + </para> |
| 2042 | + </listitem> |
| 2043 | + |
| 2044 | + <listitem> |
| 2045 | + <para> |
| 2046 | + Remove <literal>-q</> (quiet) option for create* and drop* |
| 2047 | + utility commands (Peter) |
| 2048 | + </para> |
| 2049 | + |
| 2050 | + <para> |
| 2051 | + These options have had no effect since <productname>PostgreSQL</> |
| 2052 | + 8.3. |
| 2053 | + </para> |
| 2054 | + </listitem> |
| 2055 | + |
| 2056 | + </itemizedlist> |
| 2057 | + |
2031 | 2058 | <sect4> |
2032 | 2059 | <title><link linkend="APP-PSQL"><application>psql</></link></title> |
2033 | 2060 | <itemizedlist> |
@@ -2293,41 +2320,6 @@ do it for earlier branch release files. |
2293 | 2320 |
|
2294 | 2321 | </sect4> |
2295 | 2322 |
|
2296 | | - <sect4> |
2297 | | - <title>Other Client Applications</title> |
2298 | | - <itemizedlist> |
2299 | | - |
2300 | | - <listitem> |
2301 | | - <para> |
2302 | | - Fix <literal>pg_ctl restart</> to preserve command-line arguments |
2303 | | - (Bruce) |
2304 | | - </para> |
2305 | | - </listitem> |
2306 | | - |
2307 | | - <listitem> |
2308 | | - <para> |
2309 | | - Add <literal>-w</>/<literal>--no-password</> option that |
2310 | | - suppresses password prompts to all utilities that have a |
2311 | | - <literal>-W</>/<literal>--password</> option (Peter) |
2312 | | - </para> |
2313 | | - </listitem> |
2314 | | - |
2315 | | - <listitem> |
2316 | | - <para> |
2317 | | - Remove <literal>-q</> (quiet) option for create* and drop* |
2318 | | - utility commands (Peter) |
2319 | | - </para> |
2320 | | - |
2321 | | - <para> |
2322 | | - These options have had no effect since <productname>PostgreSQL</> |
2323 | | - 8.3. |
2324 | | - </para> |
2325 | | - </listitem> |
2326 | | - |
2327 | | - </itemizedlist> |
2328 | | - |
2329 | | - </sect4> |
2330 | | - |
2331 | 2323 | </sect3> |
2332 | 2324 |
|
2333 | 2325 | <sect3> |
|