Re: [HACKERS] DROP TABLE inside a transaction block
Chris <chrisb@nimrod.itg.telstra.com.au>
From: Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>
To: pgsql-hackers@postgreSQL.org
Date: 2000-03-08T06:24:30Z
Lists: pgsql-hackers
Bruce Momjian wrote: > I will fight this to my death. :-) > > I have cursed Ingres every time I needed to look at the Ingres data > directory to find out which tables match which files. Even a lookup > file is a pain. Right now, I can do ls -l to see which tables are > taking disk space. Assuming a script "tableoid", is.. ls -l `tableoid foobar` or tableoid | xargs ls -l so bad?