Re: [DOCS] Figures referenced in the Developer's Guide

2012-04-30 Thread Tom Lane
Josh Kupershmidt writes: > I'm not real familiar with the docs conventions of such ancient > versions, but it looks like the 7.3 docs (arch-dev.sgml, for your > example) contain a few references to removed and commented-out > figures. Your \ref{plan} snippet is looking for a section containing > t

Re: [DOCS] Figures referenced in the Developer's Guide

2012-04-30 Thread Josh Kupershmidt
On Mon, Apr 30, 2012 at 10:36 AM, febin jacob wrote: > In the document "developer-7.3.2-US.pdf" which i have downloaded from > http://www.postgresql.org/docs/manuals/archive/ , at many places references > are made about the figures. For example in section 2.5.2 it is given as: > "Figure \ref{plan}

[DOCS] Figures referenced in the Developer's Guide

2012-04-30 Thread febin jacob
In the document "developer-7.3.2-US.pdf" which i have downloaded from http://www.postgresql.org/docs/manuals/archive/ , at many places references are made about the figures. For example in section 2.5.2 it is given as: "Figure \ref{plan} shows the plan produced for the query in example \ref{simple_

[DOCS] Observation on integer types documentation

2012-04-30 Thread Dan McGee
Hey everyone, Reading the docs today, I came across this paragraph (http://www.postgresql.org/docs/devel/static/datatype-numeric.html#DATATYPE-INT), which goes back several major versions: > The type integer is the common choice, as it offers the best balance between > range, storage size, and p