Re: COPY does not work with regproc and aclitem - Mailing list pgsql-hackers

From Tom Lane
Subject Re: COPY does not work with regproc and aclitem
Date
Msg-id 27990.1161634170@sss.pgh.pa.us
Whole thread Raw
In response to Re: COPY does not work with regproc and aclitem  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: COPY does not work with regproc and aclitem  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: COPY does not work with regproc and aclitem  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Re: COPY does not work with regproc and aclitem  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.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


pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: COPY does not work with regproc and aclitem
Next
From: Alvaro Herrera
Date:
Subject: Re: COPY does not work with regproc and aclitem