[DOCS] DTrace docs, Open Items and Performance

2006-11-28 Thread Simon Riggs
Robert Lor and Josh Berkus have taken up my offer to assist in documenting the new Dynamic Trace facility more fully, which was the one remaining item on the 8.2 Open Items list. I'm planning to - add a new section to Performance Tips chapter called Dynamic Tracing - rename the chapter Performan

Re: [DOCS] DTrace docs, Open Items and Performance

2006-11-28 Thread Peter Eisentraut
Simon Riggs wrote: > I'm planning to > - add a new section to Performance Tips chapter called Dynamic > Tracing - rename the chapter Performance & Tuning. > - add some further intro stuff on chapter header page In my mind it's a little late for revising the documentation structure. I'd also thin

Re: [DOCS] DTrace docs, Open Items and Performance

2006-11-28 Thread Simon Riggs
On Tue, 2006-11-28 at 12:09 +0100, Peter Eisentraut wrote: > Simon Riggs wrote: > > I'm planning to > > - add a new section to Performance Tips chapter called Dynamic > > Tracing - rename the chapter Performance & Tuning. > > - add some further intro stuff on chapter header page > > In my mind it'

Re: [DOCS] DTrace docs, Open Items and Performance

2006-11-28 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Simon Riggs wrote: >> I'm planning to >> - add a new section to Performance Tips chapter called Dynamic > In my mind it's a little late for revising the documentation structure. > I'd also think that DTrace is not a tuning tool but a monitoring tool

Re: [DOCS] [HACKERS] pg_dump -t broken for mixed case table names in beta3?

2006-11-28 Thread David Fetter
On Tue, Nov 28, 2006 at 02:43:17PM -0500, Tom Lane wrote: > "Kevin Grittner" <[EMAIL PROTECTED]> writes: > > Unless I'm missing something, pg_dump is not allowing selective dump of > > a table where the table name is mixed case. > > You do it like this: > > $ pg_dump -s -t '"DbTranLogRecord

Re: [DOCS] [HACKERS] pg_dump -t broken for mixed case table names in beta3?

2006-11-28 Thread Tom Lane
David Fetter <[EMAIL PROTECTED]> writes: > On Tue, Nov 28, 2006 at 02:43:17PM -0500, Tom Lane wrote: >> Perhaps it's worth having an example for this in the pg_dump man page? > Please find enclosed a patch which adds this :) Already done, thanks. regards, tom lane --