Re: [HACKERS] DROP TABLE inside a transaction block

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: chris(at)bitmead(dot)com
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] DROP TABLE inside a transaction block
Date: 2000-03-08 06:41:15
Message-ID: 200003080641.BAA16675@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Give me a reason we don't put the table name in the file name?

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-03-08 06:54:52 Re: [HACKERS] DROP TABLE inside a transaction block
Previous Message Chris Bitmead 2000-03-08 06:24:30 Re: [HACKERS] DROP TABLE inside a transaction block