Re: $PGDATA/base/???

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: bpalmer <bpalmer(at)crimelabs(dot)net>
Cc: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: $PGDATA/base/???
Date: 2001-01-24 03:39:09
Message-ID: 200101240339.WAA26557@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have added this to /contrib for 7.1.

> > I object. The code displays oids and tablenames or relnames. Oid is just
> > the initial, default filename for tables, and may change to something other
> > than the oid. Currently, the reindex code is the only place that could change
> > the relfilenode without changing the oid, but I think there may be more
> > in the future.
>
> Looks great, and I agree. Did not know that little piece of information.
> I have made the changed to my code, here's the new version. I have
> tested this one and updated the web page.
>
> - brandon
>
>
> b. palmer, bpalmer(at)crimelabs(dot)net
> pgp: www.crimelabs.net/bpalmer.pgp5
>
Content-Description:

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-01-24 03:42:36 Re: Postgresql on win32
Previous Message Bruce Momjian 2001-01-24 03:32:52 Re: R-Tree implementation using GiST