Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9abced0

Browse files
author
Neil Conway
committed
Fix mistakes in SGML markup. From David Fetter.
1 parent251d3f7 commit9abced0

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

‎doc/src/sgml/charset.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.67 2005/03/1403:59:22 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.68 2005/03/1406:49:48 neilc Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -1053,7 +1053,6 @@ RESET client_encoding;
10531053
</listitem>
10541054
</varlistentry>
10551055

1056-
<variablelist>
10571056
<varlistentry>
10581057
<term><ulink url="ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf"></ulink></term>
10591058

‎doc/src/sgml/planstats.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/planstats.sgml,v 1.2 2005/02/27 01:17:34 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/planstats.sgml,v 1.3 2005/03/14 06:49:48 neilc Exp $
33
-->
44

55
<chapter id="planner-stats-details">
@@ -57,10 +57,10 @@ SELECT reltuples, relpages FROM pg_class WHERE relname = 'tenk1';
5757
----------+-----------
5858
345 | 10000
5959
</programlisting>
60-
The planner will check the <structfield>relpages<structfield> estimate
61-
(this is a cheap operation) and if incorrect may scale
62-
<structfield>reltuples<structfield> to obtain a row estimate. In this case it
63-
does not, thus:
60+
The planner will check the <structfield>relpages</structfield>
61+
estimate(this is a cheap operation) and if incorrect may scale
62+
<structfield>reltuples</structfield> to obtain a row estimate. In this
63+
case itdoes not, thus:
6464

6565
<programlisting>
6666
rows = 10000
@@ -297,7 +297,7 @@ t2.unique2 = t1.unique2
297297

298298
This is due to the join method being nested-loop, with
299299
<classname>tenk1</classname> being in the outer loop. The operator is just
300-
our familiar <literal>=<literal>, however the restriction function is
300+
our familiar <literal>=</literal>, however the restriction function is
301301
obtained from the <structfield>oprjoin</structfield> column of
302302
<classname>pg_operator</classname> - and is <function>eqjoinsel</function>.
303303
Additionally we use the statistical information for both

‎doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.308 2005/03/13 09:36:30 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.309 2005/03/14 06:49:48 neilc Exp $
33
-->
44

55
<chapter Id="runtime">
@@ -4500,7 +4500,7 @@ option SEMMAP=256
45004500
<prompt>$</prompt> <userinput>sysctl -w kernel.shmall=2097152</userinput>
45014501
</screen>
45024502
In addition these settings can be saved between reboots in
4503-
<filename>/etc/sysctl.conf.
4503+
<filename>/etc/sysctl.conf</filename>.
45044504
</para>
45054505

45064506
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp