| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
| Cc: | Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: COPY does not work with regproc and aclitem |
| Date: | 2006-10-23 20:09:30 |
| Message-ID: | 27990.1161634170@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Hmm, maybe it should be using regprocedure instead?
Not unless you want to break initdb. The only reason regproc still
exists, really, is to accommodate loading of pg_type during initdb.
Guess what: we can't do type lookup at that point.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2006-10-23 20:13:22 | Re: COPY does not work with regproc and aclitem |
| Previous Message | Zdenek Kotala | 2006-10-23 20:03:42 | Re: COPY does not work with regproc and aclitem |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2006-10-23 20:13:22 | Re: COPY does not work with regproc and aclitem |
| Previous Message | Zdenek Kotala | 2006-10-23 20:03:42 | Re: COPY does not work with regproc and aclitem |