Re: [PATCHES] dbsize contrib

2004-09-03 Thread Bruce Momjian
Applied and new file attached. I cleaned it up a little. One problem is that the sample query generates a syntax error. --- Andreas Pflug wrote: Bruce Momjian wrote: Patch applied. Thanks. Can I get some

Re: [PATCHES] dbsize contrib

2004-09-02 Thread Andreas Pflug
Bruce Momjian wrote: Patch applied. Thanks. Can I get some documentation in the README for all the new functionality. Here it is. Regards, Andreas Index: README.dbsize === RCS file:

Re: [PATCHES] dbsize contrib

2004-09-01 Thread Bruce Momjian
Patch applied. Thanks. Can I get some documentation in the README for all the new functionality. --- Andreas Pflug wrote: The current implementation of dbsize doesn't handle tables in tablespaces correctly, and is

Re: [PATCHES] dbsize contrib

2004-08-30 Thread Andreas Pflug
Gavin Sherry wrote: The attached patch contributes: - database_size(name) - relation_size(text) I sent in a dbsize patch to make these functions tablespace aware... AFAIR your patch was applied, but it misses tables in non-default tablespaces. Regards, Andreas ---(end of

Re: [PATCHES] dbsize contrib

2004-08-30 Thread Gavin Sherry
On Mon, 30 Aug 2004, Andreas Pflug wrote: Gavin Sherry wrote: The attached patch contributes: - database_size(name) - relation_size(text) I sent in a dbsize patch to make these functions tablespace aware... AFAIR your patch was applied, but it misses tables in non-default

[PATCHES] dbsize contrib

2004-08-29 Thread Andreas Pflug
The current implementation of dbsize doesn't handle tables in tablespaces correctly, and is quite restricted on objects covered (only tables and databases, but not tablespaces and indexes). The attached patch contributes: - database_size(name) - relation_size(text) These are the well-known