diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-09-06 11:22:43 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-09-06 11:22:43 -0400 |
commit | 1c53f612bc8c9dbf97aa5a29910654a66dcdd307 (patch) | |
tree | ce289fe538c57cad274dc63eace9133cec3c2ce5 /doc/src/sgml/release-9.0.sgml | |
parent | 8689e38263af7755b8100203e325a5953ed1e602 (diff) | |
download | postgresql-1c53f612bc8c9dbf97aa5a29910654a66dcdd307.tar.gz |
Escape < and & in SGML
This is not required in SGML, but will be in XML, so this is a step to
prepare for the conversion to XML. (It is still not required to escape
>, but we did it here in some cases for symmetry.)
Add a command-line option to osx/onsgmls calls to warn about unescaped
occurrences in the future.
Author: Alexander Law <exclusion@gmail.com>
Author: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Diffstat (limited to 'doc/src/sgml/release-9.0.sgml')
-rw-r--r-- | doc/src/sgml/release-9.0.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index e7d2ffddaf..f7c63fc567 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -2900,7 +2900,7 @@ to fix all pre-existing data errors. However, an installation can be presumed safe after performing this vacuuming if it has executed fewer than 2^31 update transactions in its lifetime (check this with - <literal>SELECT txid_current() < 2^31</>). + <literal>SELECT txid_current() < 2^31</>). </para> </listitem> |