Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id AAA08807 for postgres-dist; Sat, 20 Nov 1993 00:23:45 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199311200823.AAA08807@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from ucbvax.Berkeley.EDU (ucbvax.Berkeley.EDU [128.32.149.36]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id AAA08798 for <postgres@nobozo.CS.Berkeley.EDU>; Sat, 20 Nov 1993 00:23:44 -0800
Received: from att.UUCP by ucbvax.Berkeley.EDU (5.63/1.43)
	id AA25542; Sat, 20 Nov 93 00:15:25 -0800
Message-Id: <9311200815.AA25542@ucbvax.Berkeley.EDU>
Subject: size of data files
To: postgres@postgres.Berkeley.EDU (Postgres Mailing List)
Date: Sat, 20 Nov 93 1:57:34 CST
From: Kent Archie <kca@iwtqg.Berkeley.EDU>
X-Mailer: ELM [version 2.3 PL11]
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Sat, 20 Nov 93 00:23:45 -0800
Resent-XMts: smtp

Is there a way to determine the amount of space actually used
by Postgres tables. I just stored some data in my tables
and they jumped from 0 bytes to 8192. I assume there is
some minimum allocation regardless of the actual data stored.
But can I find the amount due to my data?
I am trying to compare the earlier file-based version
of my application to the Postgres one.
I expect the database to have higher overhead, but how much?
**kent
Kent Archie
kca@iwtqg.att.com
