Re: function language type?

Поиск
Список
Период
Сортировка
От Ian Turner
Тема Re: function language type?
Дата
Msg-id Pine.LNX.4.21.0007251414060.2470-100000@crafter.house
обсуждение исходный текст
Ответ на Re: function language type?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: function language type?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> plpgsql is not installed by default.  See "createlang plpgsql".

OK. Now it barfs on this:

    CREATE TEMPORARY TABLE NextHopTemp (
        num        integer    REFERENCES Sectors PRIMARY KEY,
        prev        integer    REFERENCES Sectors,
        settled        boolean,
        cost        integer,
    );
    RETURN 1;

with the error 'ERROR:  copyObject: don't know how to copy 611'. Does this
mean one is not permitted to create tables (even temporaries!) in a
function?

Thanks for your advice,

Ian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE5fgQcfn9ub9ZE1xoRAm/oAKDbnXiIYmAaxWKe91t0Du/UiNYUjgCggFwA
ynGoNrrbLFV8ujrU8yUUBXM=
=wNrE
-----END PGP SIGNATURE-----


В списке pgsql-general по дате отправления:

Предыдущее
От: brianb-pggeneral@edsamail.com
Дата:
Сообщение: Tuning: Taking advantage of 2GB RAM
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: ldconfig questions(plperl.so)