diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-9.3.sgml | 19 | ||||
-rw-r--r-- | doc/src/sgml/release.sgml | 4 |
2 files changed, 3 insertions, 20 deletions
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index 2cd7a71aba7..b371542fa99 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -6,7 +6,7 @@ <note> <title>Release Date</title> - <simpara>2013-XX-XX, CURRENT AS OF 2013-04-20</simpara> + <simpara>2013-XX-XX, CURRENT AS OF 2013-05-03</simpara> </note> <sect2> @@ -244,7 +244,7 @@ <listitem> <para> Add optional ability to checksum data pages and report corruption - (Simon Riggs, Jeff Davis, Greg Smith) + (Simon Riggs, Jeff Davis, Greg Smith, Ants Aasma) </para> <para> @@ -1054,21 +1054,6 @@ <listitem> <para> - Allow pg_ctl --idempotent to a 'success' return code if the requested - start/stop action fails, but the cluster is already in the requested - state (Peter Eisentraut) - </para> - </listitem> - - <listitem> - <para> - Change pg_ctl to return an error code if start fails because the - server is already running (Peter Eisentraut) - </para> - </listitem> - - <listitem> - <para> Add libpq function PQconninfo() to return connection information (Zoltán Böszörményi, Magnus Hagander) </para> diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index d7a8ce6733f..94a59bee8e6 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -25,9 +25,7 @@ non-ASCII characters find using grep -P '[\x80-\xFF]' http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references - we cannot use UTF8 because SGML Docbook - does not support it - http://www.pemberley.com/janeinfo/latin1.html#latexta + we cannot use UTF8 because SGML Docbook does not support it do not use numeric _UTF_ numeric character escapes (&#nnn;), we can only use Latin1 |