mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
9.3 release notes: update for current commits
Also, remove broken link in release.sgml.
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<note>
|
<note>
|
||||||
<title>Release Date</title>
|
<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>
|
</note>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
@ -244,7 +244,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add optional ability to checksum data pages and report corruption
|
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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -1052,21 +1052,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<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>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add libpq function PQconninfo() to return connection information
|
Add libpq function PQconninfo() to return connection information
|
||||||
|
@ -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://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
|
||||||
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
|
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
|
||||||
|
|
||||||
we cannot use UTF8 because SGML Docbook
|
we cannot use UTF8 because SGML Docbook does not support it
|
||||||
does not support it
|
|
||||||
http://www.pemberley.com/janeinfo/latin1.html#latexta
|
|
||||||
|
|
||||||
do not use numeric _UTF_ numeric character escapes (&#nnn;),
|
do not use numeric _UTF_ numeric character escapes (&#nnn;),
|
||||||
we can only use Latin1
|
we can only use Latin1
|
||||||
|
Reference in New Issue
Block a user