Re: [GENERAL] Size of tuples

2006-10-10 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You know, I'd have sworn that I changed "extra 4" to "extra 9" Sorry. On 10/10/06 12:49, Alex Turner wrote: > Awesome - thank you! > > Alex > > On 10/9/06, *Ron Johnson* <[EMAIL PROTECTED] > > wrote: > > On 10/09/06 19:10

Re: [GENERAL] Size of tuples

2006-10-10 Thread Alex Turner
Awesome - thank you!AlexOn 10/9/06, Ron Johnson <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1On 10/09/06 19:10, Alex Turner wrote:> I have a table whose definition is basically>> create table foo (> a int,> b int,> c int, > d date> );>> and when fully populated, select rel

Re: [GENERAL] Size of tuples

2006-10-09 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/09/06 19:10, Alex Turner wrote: > I have a table whose definition is basically > > create table foo ( > a int, > b int, > c int, > d date > ); > > and when fully populated, select relpages*8192::long/reltuples from > pg_class > where relname='f