私はdebian jessieに取り組んでいます
言語をインストールしました:
aptitude install postgresql-plpython3
それから :
% createlang plpython3u template1
それから :
% psql
postgres=# CREATE LANGUAGE plpython3u;
私はこの機能を試しました:
Create or replace function test() returns void as $$
print('Bonjour le monde')
$$ language plpython3u;
私はdbを強制しようとしました:
createlang plpython3u db_test
そして、メッセージが表示されます。既にインストールされているため、さらに何をすべきかわかりません??