Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9abced03
Commit
9abced03
authored
Mar 14, 2005
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mistakes in SGML markup. From David Fetter.
parent
251d3f75
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
doc/src/sgml/charset.sgml
doc/src/sgml/charset.sgml
+1
-2
doc/src/sgml/planstats.sgml
doc/src/sgml/planstats.sgml
+6
-6
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+2
-2
No files found.
doc/src/sgml/charset.sgml
View file @
9abced03
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.6
7 2005/03/14 03:59:22 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.6
8 2005/03/14 06:49:48 neilc
Exp $ -->
<chapter id="charset">
<title>Localization</>
...
...
@@ -1053,7 +1053,6 @@ RESET client_encoding;
</listitem>
</varlistentry>
<variablelist>
<varlistentry>
<term><ulink url="ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf"></ulink></term>
...
...
doc/src/sgml/planstats.sgml
View file @
9abced03
<!--
$PostgreSQL: pgsql/doc/src/sgml/planstats.sgml,v 1.
2 2005/02/27 01:17:34 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/planstats.sgml,v 1.
3 2005/03/14 06:49:48 neilc
Exp $
-->
<chapter id="planner-stats-details">
...
...
@@ -57,10 +57,10 @@ SELECT reltuples, relpages FROM pg_class WHERE relname = 'tenk1';
----------+-----------
345 | 10000
</programlisting>
The planner will check the <structfield>relpages<structfield> estimate
(this is a cheap operation) and if incorrect may scale
<structfield>reltuples<structfield> to obtain a row estimate. In this case it
does not, thus:
The planner will check the <structfield>relpages</structfield>
estimate (this is a cheap operation) and if incorrect may scale
<structfield>reltuples</structfield> to obtain a row estimate. In this
case it
does not, thus:
<programlisting>
rows = 10000
...
...
@@ -297,7 +297,7 @@ t2.unique2 = t1.unique2
This is due to the join method being nested-loop, with
<classname>tenk1</classname> being in the outer loop. The operator is just
our familiar <literal>=<literal>, however the restriction function is
our familiar <literal>=<
/
literal>, however the restriction function is
obtained from the <structfield>oprjoin</structfield> column of
<classname>pg_operator</classname> - and is <function>eqjoinsel</function>.
Additionally we use the statistical information for both
...
...
doc/src/sgml/runtime.sgml
View file @
9abced03
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.30
8 2005/03/13 09:36:30
neilc Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.30
9 2005/03/14 06:49:48
neilc Exp $
-->
<chapter Id="runtime">
...
...
@@ -4500,7 +4500,7 @@ option SEMMAP=256
<prompt>$</prompt> <userinput>sysctl -w kernel.shmall=2097152</userinput>
</screen>
In addition these settings can be saved between reboots in
<filename>/etc/sysctl.conf.
<filename>/etc/sysctl.conf
</filename>
.
</para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment