Re: [DOCS] Last patch

2007-10-10 Thread Neil Conway
On Wed, 2007-10-10 at 20:34 +0200, Guillaume Lelarge wrote: > ... for revoke.sgml. Applied, thanks. -Neil ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/

[DOCS] Tips needed for contrib doc

2007-10-10 Thread Albert Cervera i Areny
Hi, I wanted to spend a week or so putting the contrib doc into shape so I want to start by moving the contrib part from a new appendix to the Reference part. The problems I find are: - I can't make this "contrib" doc a part because Reference already is a part and can't

[DOCS] Last patch

2007-10-10 Thread Guillaume Lelarge
... for revoke.sgml. Now that I merged the new english manual with the 8.2.5 french one, I can start translating. Regards. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com Index: revoke.sgml === RCS file: /projects/cv

Re: [DOCS] Possible mistake in 'Using EXPLAIN' section

2007-10-10 Thread James Shaw
On 10/10/2007, Tom Lane <[EMAIL PROTECTED]> wrote: > "James Shaw" <[EMAIL PROTECTED]> writes: > > The example given has "Seq Scan on tenk1 (cost=0.00..458.00" in the example, > > but then says, "you will find out that tenk1 has 358 disk pages" and "the > > cost is estimated at 358 page reads". Sho

Re: [DOCS] Possible mistake in 'Using EXPLAIN' section

2007-10-10 Thread Tom Lane
"James Shaw" <[EMAIL PROTECTED]> writes: > The example given has "Seq Scan on tenk1 (cost=0.00..458.00" in the example, > but then says, "you will find out that tenk1 has 358 disk pages" and "the > cost is estimated at 358 page reads". Shouldn't this be 458 disk page > reads? No. Why did you sto

Re: [DOCS] Possible mistake in 'Using EXPLAIN' section

2007-10-10 Thread Guillaume Lelarge
James Shaw a écrit : > The example given has "Seq Scan on tenk1 (cost=0.00..458.00" in the > example, but then says, "you will find out that |tenk1| has 358 disk > pages" and "the cost is estimated at 358 page reads". Shouldn't this be > 458 disk page reads? > > I couldn't see this already discus

[DOCS] Possible mistake in 'Using EXPLAIN' section

2007-10-10 Thread James Shaw
The example given has "Seq Scan on tenk1 (cost=0.00..458.00" in the example, but then says, "you will find out that tenk1 has 358 disk pages" and "the cost is estimated at 358 page reads". Shouldn't this be 458 disk page reads? I couldn't see this already discussed on this list. Is there a URL t