我Fedora的機器上運行Postgresql8.4,我要使用此功能:PostgreSQL的PLSH安裝
CREATE FUNCTION callSQLScript(scriptPath text)
RETURNS void AS $$
#!/bin/sh
plsql -f scriptPath
$$ LANGUAGE plsh;
爲了這個,我必須安裝PLSH但在安裝PLSH在執行使PSQL之後它給錯誤-d DBNAME -f PREFIX /股/ pgplsh/createlang_pgplsh.sql
/bin/sh: line 0: .: pgplsh.la: file not found
兩者安裝從plsh
參考,請幫助我擺脫Ø用它。
Fedora *什麼*? 17?更舊的東西? –
Fedora14和postgresql8.4 –