ERROR: copyObject: don't know how to copy 611

From: "Shane McEneaney" <shane(at)shadowbox(dot)ie>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: ERROR: copyObject: don't know how to copy 611
Date: 2000-11-27 10:06:50
Message-ID: 001701c05859$c3d454e0$49dc7ac0@gamesnow.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I get the error ERROR: copyObject: don't know how to copy 611
when I try to run the following procedure. The create table is causing
the problem.

CREATE FUNCTION "my_func" (int8) RETURNS int8 AS '
declare
v_my_var ALIAS FOR $1;
begin
create table my_table(my_id int);
end;
' LANGUAGE 'plpgsql';

Can anybody explain this?

Thanks in advance,

shane

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jens Hartwig 2000-11-27 11:34:38 Re: removing a DB??
Previous Message Thomas Lockhart 2000-11-27 08:16:42 Re: 7.0.3 BUG