Re: Big 7.1 open items

Thomas Lockhart <lockhart@alumni.caltech.edu>

From: Thomas Lockhart <lockhart@alumni.caltech.edu>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Jan Wieck <JanWieck@Yahoo.com>, Oliver Elphick <olly@lfix.co.uk>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2000-06-15T06:29:29Z
Lists: pgsql-hackers
> But seriously, let me give some background.  I used Ingres, that used
> the VMS file system, but used strange sequential AAAF324 numbers for
> tables.  When someone deleted a table, or we were looking at what 
> tables were using disk space, it was impossible to find the Ingres 
> table names that went with the file.  There was a system table that 
> showed it, but it was poorly documented, and if you deleted the table, 
> there was no way to look on the tape to find out which file to 
> restore.

I had the same experience, but let's put the blame where it belongs: it
wasn't the filename's fault, it was poor design and support from the
Ingres company.

                  - Thomas