| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Justin Clift <justin(at)postgresql(dot)org> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: oid2name and relfilenode |
| Date: | 2002-10-12 19:19:32 |
| Message-ID: | 200210121919.g9CJJWP01669@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Justin Clift wrote:
> Bruce Momjian wrote:
> >
> > Bruce Momjian wrote:
> > > Now that we are changing relfilenode in 7.3, I think we need to rename
> > > oid2name to relfilenode2name, and perhaps move it into the main tree.
> > >
> > > TODO item added:
> > >
> > > Rename oid2name to relfilenode2name and install by default
>
> Should it be renamed to pg_<something> for namespace consistency?
Good question. We usually add the pg_ for stuff that could be
confusing, like pg_dump or pg_restore. For things like vacuumdb and
dropdb, we don't. We probably should have pg_ on createuser, but
historically we haven't.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Steven Singer | 2002-10-12 19:29:26 | Triggers and Schema's. |
| Previous Message | Justin Clift | 2002-10-12 19:16:55 | Re: oid2name and relfilenode |