|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.345 2010/05/28 18:04:36 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.346 2010/06/25 16:55:49 rhaas Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]>
|
@@ -2257,7 +2257,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
|
2257 | 2257 | would <quote>mysteriously</quote> not come up successfully. This
|
2258 | 2258 | appears to be the result of unexpected behavior in the IPv6
|
2259 | 2259 | implementation. It looks like PostgreSQL and IPv6 do not play
|
2260 |
| - very well togetherat this timeon AIX. |
| 2260 | + very well together on AIX 5.3. |
2261 | 2261 | </para>
|
2262 | 2262 |
|
2263 | 2263 | <para>
|
@@ -2291,6 +2291,16 @@ hosts=local4,bind4
|
2291 | 2291 | </listitem>
|
2292 | 2292 | </itemizedlist>
|
2293 | 2293 | </para>
|
| 2294 | + |
| 2295 | + <warning> <para> This is really a workaround of problems relating |
| 2296 | + to immaturity of IPv6 support, which improved visibly during the |
| 2297 | + course of AIX 5.3 releases. It has worked with AIX version 5.3, |
| 2298 | + but does not represent an elegant solution to the problem. It has |
| 2299 | + been reported that this workaround is not only unnecessary, but |
| 2300 | + causes problems on AIX 6.1, where IPv6 support has become more |
| 2301 | + mature. </para> |
| 2302 | + </warning> |
| 2303 | + |
2294 | 2304 | </sect3>
|
2295 | 2305 |
|
2296 | 2306 | <sect3>
|
|