File tree 2 files changed +3
-20
lines changed
2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<note>
8
8
<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>
10
10
</note>
11
11
12
12
<sect2>
244
244
<listitem>
245
245
<para>
246
246
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 )
248
248
</para>
249
249
250
250
<para>
1052
1052
</para>
1053
1053
</listitem>
1054
1054
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
-
1070
1055
<listitem>
1071
1056
<para>
1072
1057
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]'
25
25
http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
26
26
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
27
27
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
31
29
32
30
do not use numeric _UTF_ numeric character escapes (&#nnn;),
33
31
we can only use Latin1
You can’t perform that action at this time.
0 commit comments