@@ -3505,14 +3505,24 @@ PSQL_EDITOR_LINENUMBER_ARG='--line '
35053505 </listitem>
35063506
35073507 <listitem>
3508- <para><application>psql</application> is only guaranteed to work smoothly
3509- with servers of the same version. That does not mean other combinations
3510- will fail outright, but subtle and not-so-subtle problems might come
3511- up. Backslash commands are particularly likely to fail if the
3512- server is of a newer version than <application>psql</> itself. However,
3513- backslash commands of the <literal>\d</> family should work with
3514- servers of versions back to 7.4, though not necessarily with servers
3515- newer than <application>psql</> itself.
3508+ <para><application>psql</application> works best with servers of the same
3509+ or an older major version. Backslash commands are particularly likely
3510+ to fail if the server is of a newer version than <application>psql</>
3511+ itself. However, backslash commands of the <literal>\d</> family should
3512+ work with servers of versions back to 7.4, though not necessarily with
3513+ servers newer than <application>psql</> itself. The general
3514+ functionality of running SQL commands and displaying query results
3515+ should also work with servers of a newer major version, but this cannot
3516+ be guaranteed in all cases.
3517+ </para>
3518+ <para>
3519+ If you want to use <application>psql</application> to connect to several
3520+ servers of different major versions, it is recommended that you use the
3521+ newest version of <application>psql</application>. Alternatively, you
3522+ can keep a copy of <application>psql</application> from each major
3523+ version around and be sure to use the version that matches the
3524+ respective server. But in practice, this additional complication should
3525+ not be necessary.
35163526 </para>
35173527 </listitem>
35183528