| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Donald Fraser" <demolish(at)cwgsy(dot)net> |
| Cc: | "[ADMIN]" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: 7.3.5 |
| Date: | 2003-11-05 15:36:30 |
| Message-ID: | 2245.1068046590@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
"Donald Fraser" <demolish(at)cwgsy(dot)net> writes:
> The fix I am looking for in 7.3.5, which is in the 7.4 branch, is for the
> regproc-reverse-conversion problem (the error comes when the planner tries
> to convert that string back to OID form).
IIRC there is no solution to that without moving to 7.4 --- the fix
required a change in the representation of data values in pg_statistic.
The best workaround I can recommend in 7.3 is to delete the pg_statistic
rows that relate to regproc columns.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Sullivan | 2003-11-05 15:53:07 | Re: PGSQL Mailing List Reply-To field |
| Previous Message | skennedy | 2003-11-05 15:35:44 | Re: Creating users in a second postgres server. |