Re: [DOCS] code example wrapping

2010-05-31 Thread Bruce Momjian
Alvaro Herrera wrote: > Bruce Momjian wrote: > > Tom Lane wrote: > > > Bruce Momjian writes: > > > > Also, is there any way to get a report of the lines that are too long? > > > > > > grep "Overfull hbox" from the tex log ... > > > > Can someone who can build the PDF docs post the output showing

Re: [DOCS] Note addition to REASSIGN OWNED

2010-05-31 Thread Alvaro Herrera
Excerpts from Bruce Momjian's message of lun may 31 13:58:36 -0400 2010: > Alvaro Herrera wrote: > > Excerpts from Josh Berkus's message of mi\xc3\xa9 may 05 23:24:44 -0400 > > 2010: > > > Need this sentence added in the Notes section of sql-reassign-owned: > > > > > > REASSIGN OWNED will not rea

Re: [DOCS] Note addition to REASSIGN OWNED

2010-05-31 Thread Bruce Momjian
Alvaro Herrera wrote: > Excerpts from Josh Berkus's message of mi?? may 05 23:24:44 -0400 2010: > > Need this sentence added in the Notes section of sql-reassign-owned: > > > > REASSIGN OWNED will not reassign the ownership of any databases owned by > > the role. These still need to be changed u

Re: [DOCS] Explain docs and the regression database

2010-05-31 Thread Bruce Momjian
Tom Lane wrote: > Greg Smith writes: > > The introduction to using EXPLAIN: > > http://developer.postgresql.org/pgdocs/postgres/using-explain.html > > includes a footnote at the bottom suggesting you might follow along with > > these examples because they come from the regression test database