Re: [GENERAL] SPACE FOR POSTGRESQL DATABASE

2008-07-14 Thread Bruce Momjian
Scott Marlowe wrote: > On Thu, Jul 10, 2008 at 8:18 AM, aravind chandu <[EMAIL PROTECTED]> wrote: > > Hello, > > > > Can you please how much space does postgresql database occupies? > > A good rule of thumb is that it will take about 1.5 times as much > space in the db as it does in a

Re: [GENERAL] SPACE FOR POSTGRESQL DATABASE

2008-07-10 Thread Scott Marlowe
On Thu, Jul 10, 2008 at 8:18 AM, aravind chandu <[EMAIL PROTECTED]> wrote: > Hello, > > Can you please how much space does postgresql database occupies? A good rule of thumb is that it will take about 1.5 times as much space in the db as it does in a flat file. that's just an approxim

Re: [GENERAL] SPACE FOR POSTGRESQL DATABASE

2008-07-10 Thread A. Kretschmer
am Thu, dem 10.07.2008, um 7:18:39 -0700 mailte aravind chandu folgendes: > Hello, > > Can you please how much space does postgresql database occupies? > > Thank You, Depends on the amount of data stored in the database. Regards, Andreas -- Andreas Kretschmer Kontakt: Heynitz:

Re: [GENERAL] SPACE FOR POSTGRESQL DATABASE

2008-07-10 Thread Lennin Caro
in this link have information about database size http://www.postgresql.org/docs/8.1/static/functions-admin.html#FUNCTIONS-ADMIN-DBSIZE --- On Thu, 7/10/08, aravind chandu <[EMAIL PROTECTED]> wrote: > From: aravind chandu <[EMAIL PROTECTED]> > Subject: [GENERAL] SPACE FOR P

[GENERAL] SPACE FOR POSTGRESQL DATABASE

2008-07-10 Thread aravind chandu
Hello,     Can you please how much space does postgresql database occupies? Thank You, Aviansh