Re: [DOCS] [PATCHES] Caveat for Domains
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, but until then > > Cheers, > D > -- > David Fetter [EMAIL PROTECTED] http://fetter.org/ > phone: +1 510 893 6100 mobile: +1 415 235 3778 > > Remember to vote! [ Attachment, skipping... ] > > ---(end of broadcast)--- > TIP 6: explain analyze is your friend -- Bruce Momjian| http://candle.pha.pa.us [email protected] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.| Newtown Square, Pennsylvania 19073 ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
Re: [DOCS] Clarifying Autovacuum docs in the release notes
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://fetter.org/ > phone: +1 510 893 6100 mobile: +1 415 235 3778 > > Remember to vote! [ Attachment, skipping... ] > > ---(end of broadcast)--- > TIP 5: don't forget to increase your free space map settings -- Bruce Momjian| http://candle.pha.pa.us [email protected] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.| Newtown Square, Pennsylvania 19073 ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
Re: [PATCHES] [DOCS] Clarifying Autovacuum docs in the release notes
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 " ... and VACUUMs the whole ..." should not be used. Maybe "... and executes VACUUM on the whole ..." is better? -- Alvaro Herrera http://www.amazon.com/gp/registry/CTMLCN8V17R4 FOO MANE PADME HUM ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
Re: [PATCHES] [DOCS] Clarifying Autovacuum docs in the release notes
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: > > > > > > 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 " ... and VACUUMs > the whole ..." should not be used. Maybe "... and executes > VACUUM on the whole ..." is better? > > -- > Alvaro Herrera http://www.amazon.com/gp/registry/CTMLCN8V17R4 > FOO MANE PADME HUM > -- Bruce Momjian| http://candle.pha.pa.us [email protected] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.| Newtown Square, Pennsylvania 19073 ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
