| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Unused pg_class columns |
| Date: | 2001-05-30 14:43:36 |
| Message-ID: | 200105301443.f4UEhaE12317@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> > Are these columns in pg_class:
> > relukeys | relfkeys | relhaspkey
> > unused or what?
>
> They may be unused by the backend, but that doesn't mean that
> applications don't look at them. I find references to relhaspkey
> in pgaccess, for example.
I removed the reference in pgaccess. After a few releases of pgaccess
we can remove the column.
--
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2001-05-30 14:45:48 | Re: PL/pgSQL CURSOR support |
| Previous Message | Bruce Momjian | 2001-05-30 14:39:35 | Re: Unused pg_class columns |