Re: [DOCS] [PATCHES] Caveat for Domains

2005-09-22 Thread Bruce Momjian
Patch applied. Thanks. --- David Fetter wrote: > Folks, > > I think this needs to be made explicit in the documentation. Better, > of course, would be some kind of change to the PL infrastructure that > Just Handles It,

Re: [DOCS] Clarifying Autovacuum docs in the release notes

2005-09-22 Thread Bruce Momjian
Patch applied. Thanks. --- David Fetter wrote: > Folks, > > Please find attached a patch which tells about what the spiffy, > integrated autovacuum now does :) > > Cheers, > D > -- > David Fetter [EMAIL PROTECTED] http:

Re: [PATCHES] [DOCS] Clarifying Autovacuum docs in the release notes

2005-09-22 Thread Alvaro Herrera
Bruce Momjian wrote: > David Fetter wrote: > > > > Please find attached a patch which tells about what the spiffy, > > integrated autovacuum now does :) > > Patch applied. Thanks. I think somebody has complained in the past that "verb-ification" of command names is not good style, so the " ..

Re: [PATCHES] [DOCS] Clarifying Autovacuum docs in the release notes

2005-09-22 Thread Bruce Momjian
Cleaned up: Also autovacuum now checks if the database is in danger of xid wraparound and vacuums the database if needed. --- Alvaro Herrera wrote: > Bruce Momjian wrote: > > > David Fetter wrote: