Buat link simbolis yang diperlukan agar ekstensi berada di jalur yang diharapkan:
set-e
PGVER="17"
sudomkdir-p"/usr/lib/postgresql/${PGVER}/share/extension"forfilein/usr/pgsql-${PGVER}/share/extension/*;dotarget="/usr/lib/postgresql/${PGVER}/share/extension/$(basename"$file")"if[[!-e"$target"]];thensudoln-s"$file""$target"||(echo"Failed to link \"$file\" to \"$target\", exiting." && exit1)echo"Created extension link for $(basename"$file")"elseecho"Target $target already exists."fidone
sudomkdir-p"/usr/lib/postgresql/${PGVER}/lib"forfilein/usr/pgsql-${PGVER}/lib/*;doif[[!-e"$target"]];thensudoln-s"$file""$target"||(echo"Failed to link \"$file\" to \"$target\", exiting." && exit1)echo"Created lib link for $(basename"$file")"elseecho"Target $target already exists."fidone
Hubungkan ke database Anda dengan ekstensi orafce:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-12-16 UTC."],[],[]]