Re: [HACKERS] COPY does not work with regproc and aclitem

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] COPY does not work with regproc and aclitem
Date: 2006-10-26 13:44:07
Message-ID: 20061026134406.GN9340@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Zdenek Kotala wrote:
> Tom Lane napsal(a):
> >Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> writes:
> >>I prepared patch which use oid output function instead regproc output.
> >>This change works only for COPY TO command.
> >
> >This is not a bug and we're not going to fix it, most especially not
> >like that.
>
> OK, The behavior of regproc type is described in the documentation, but
> if we don't fix it, than Some error message like "Regproc data type is
> not supported by COPY TO command" could be useful. Because you find that
> something is wrong when you want to restore data back and it should be
> too late.

But it works as "expected". If the approach you suggest would be one we
would take, then it should emit the same error on SELECT as well,
shouldn't we?

I think the problem is that regproc COPY is not useful to you for your
particular use case. But there are workarounds, like the one I
suggested and you promptly ignored.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2006-10-26 13:48:25 Re: New CRC algorithm: Slicing by 8
Previous Message Zdenek Kotala 2006-10-26 13:31:30 Re: [HACKERS] COPY does not work with regproc and aclitem

Browse pgsql-patches by date

  From Date Subject
Next Message Zdenek Kotala 2006-10-26 14:11:27 Re: [HACKERS] COPY does not work with regproc and aclitem
Previous Message Dave Page 2006-10-26 13:42:22 Re: Tablespace for temporary objects and sort files