Re: [COMMITTERS] pgsql: Move dbsize functions into the backend.

2005-07-29 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Move dbsize functions into the backend. New functions: > > catversion.h? Sorry. Done. > Also, removing the dbsize directory without fixing contrib/README and > contrib/Makefile is a bad idea. I already did the Makefile, just did

Re: [COMMITTERS] pgsql: Move dbsize functions into the backend.

2005-07-29 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Move dbsize functions into the backend. New functions: catversion.h? Also, removing the dbsize directory without fixing contrib/README and contrib/Makefile is a bad idea. regards, tom lane ---(end of br

[COMMITTERS] pgsql: Move dbsize functions into the backend.

2005-07-29 Thread Bruce Momjian
Log Message: --- Move dbsize functions into the backend. New functions: pg_tablespace_size pg_database_size pg_relation_size pg_complete_relation_size pg_size_pretty Remove /contrib/dbsize. Dave Page Modified Files: -- pgs