[DOCS] New member - where to begin

2009-10-23 Thread Roderick A. Anderson
While at PgConf West 2009 JD mentioned there is a need to review and possibly update the Pg documentation. I'm here and wondering where to start. :-) A few questions that come to mind: * Is there an area that needs the most attention? * Is flavor-rite topics alright or what most do? * What

Re: [DOCS] New member - where to begin

2009-10-23 Thread Roderick A. Anderson
Greg Smith wrote: On Fri, 23 Oct 2009, Roderick A. Anderson wrote: * What format? DocBook was mentioned. http://developer.postgresql.org/pgdocs/postgres/docguide.html is the main intro to this area and the latest docs available. You'll need to check out the current release from CVS o

Re: [DOCS] Incorrect SQL on CREATE INDEX page

2010-03-17 Thread Roderick A. Anderson
Tom Lane wrote: Josh Kupershmidt writes: Also, a more minor quibble about the same section: the first example says: To create a B-tree index on the column title in the table films: CREATE UNIQUE INDEX title_idx ON films (title); Perhaps the mention of "B-tree" should be omitted here,