File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 66
77 <note>
88 <title>Release Date</title>
9- <simpara>2013-XX-XX, CURRENT AS OF 2013-04-20 </simpara>
9+ <simpara>2013-XX-XX, CURRENT AS OF 2013-05-03 </simpara>
1010 </note>
1111
1212 <sect2>
244244 <listitem>
245245 <para>
246246 Add optional ability to checksum data pages and report corruption
247- (Simon Riggs, Jeff Davis, Greg Smith)
247+ (Simon Riggs, Jeff Davis, Greg Smith, Ants Aasma )
248248 </para>
249249
250250 <para>
10521052 </para>
10531053 </listitem>
10541054
1055- <listitem>
1056- <para>
1057- Allow pg_ctl --idempotent to a 'success' return code if the requested
1058- start/stop action fails, but the cluster is already in the requested
1059- state (Peter Eisentraut)
1060- </para>
1061- </listitem>
1062-
1063- <listitem>
1064- <para>
1065- Change pg_ctl to return an error code if start fails because the
1066- server is already running (Peter Eisentraut)
1067- </para>
1068- </listitem>
1069-
10701055 <listitem>
10711056 <para>
10721057 Add libpq function PQconninfo() to return connection information
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ non-ASCII characters find using grep -P '[\x80-\xFF]'
2525 http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
2626 http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
2727
28- we cannot use UTF8 because SGML Docbook
29- does not support it
30- http://www.pemberley.com/janeinfo/latin1.html#latexta
28+ we cannot use UTF8 because SGML Docbook does not support it
3129
3230 do not use numeric _UTF_ numeric character escapes (&#nnn;),
3331 we can only use Latin1
You can’t perform that action at this time.
0 commit comments