Re: [DOCS] Railroad diagrams, a-la sqlite

2010-07-19 Thread Joshua Tolley
On Sat, Jul 17, 2010 at 10:30:13AM -0400, Tom Lane wrote: > Steve Atkins writes: > > Has everyone seen the "railroad diagrams" sqlite use in their docs? > > http://www.sqlite.org/lang_createindex.html , as one example. > > They look great for simple cases, but I can't imagine them being very > u

Re: [DOCS] Railroad diagrams, a-la sqlite

2010-07-19 Thread Thom Brown
On 19 July 2010 15:59, Joshua Tolley wrote: > On Sat, Jul 17, 2010 at 10:30:13AM -0400, Tom Lane wrote: >> Steve Atkins writes: >> > Has everyone seen the "railroad diagrams" sqlite use in their docs? >> > http://www.sqlite.org/lang_createindex.html , as one example. >> >> They look great for si

Re: [DOCS] 9.0 beta 3 pgbench -- documentation issue

2010-07-19 Thread Greg Smith
Josh Berkus wrote: However, in the documentation the variable :scale is never set, resulting in it defaulting to 1. The example script needs to start with: \set scale 10 Look at table F-15 "pgbench benchmarking options", specifically the section for "-s scale_factor". That describes how