Re: [GENERAL] dblink - custom datatypes don't work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Gibson <gibsonm(at)cromwell(dot)co(dot)uk>
Cc: Joe Conway <mail(at)joeconway(dot)com>, "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [GENERAL] dblink - custom datatypes don't work
Date: 2004-02-10 17:42:01
Message-ID: 17513.1076434921@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-patches

Mark Gibson <gibsonm(at)cromwell(dot)co(dot)uk> writes:
> Unfortunately, it doesn't work using the oid the map, whether custom types
> are involved or not. All I get is the following message:
> ERROR: unsupported byval length: nnnn
> SPI is very new to me (like 2 days old ;).
> Any suggestions where I've gone wrong?

Not offhand. Try setting a breakpoint at errfinish() so you can get a
stack trace back from the point of the error; that should help.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brian Hirt 2004-02-10 17:47:32 Re: Increasing Max Connections Mac OS 10.3
Previous Message Tom Lane 2004-02-10 17:28:42 Re: Increasing Max Connections Mac OS 10.3

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2004-02-10 18:20:43 Re: MS SQL features for new version
Previous Message Andreas Pflug 2004-02-10 17:39:49 Re: MS SQL features for new version

Browse pgsql-patches by date

  From Date Subject
Next Message scott.marlowe 2004-02-10 18:41:16 Re: [PATCHES] Current-stream read for psql's \copy
Previous Message Tom Lane 2004-02-10 17:36:32 Re: [PATCHES] Current-stream read for psql's \copy