From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Alexander Dederer <dederer(at)spb(dot)cityline(dot)ru>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Re: [GENERAL] Patch for PGACCESS |
Date: | 2001-05-30 16:23:09 |
Message-ID: | 22124.991239789@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-patches |
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> I have attached a patch that you suggested. I see the problem is that
> _every_ function is listed. You solution is to list only functions you
> own.
This is certainly not a correct solution.
The problem is that pgaccess has not been updated to know the correct
way of determining the last system OID in 7.1 (OID of template1 is not
the thing to look at anymore). It should do something similar to what
pg_dump does --- see the two alternative implementations of
findLastBuiltinOid in pg_dump.c.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Jan Wieck | 2001-05-30 16:27:40 | Re: Re: OID wrap around |
Previous Message | John Burski | 2001-05-30 16:19:11 | Things are terribly quiet |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-05-30 16:30:23 | Re: Support for %TYPE in CREATE FUNCTION |
Previous Message | Tony Grant | 2001-05-30 16:20:29 | Re: Fw: Druid problems |