יוצרים את הקישורים הסימבוליים הנדרשים כדי שהתוספים יהיו בנתיבים הצפויים:
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
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["התוכן קשה להבנה","hardToUnderstand","thumb-down"],["שגיאות בקוד לדוגמה או במידע","incorrectInformationOrSampleCode","thumb-down"],["חסרים לי פרטים או דוגמאות","missingTheInformationSamplesINeed","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2026-03-10 (שעון UTC)."],[],[]]