mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-07-23 15:32:35 +00:00
Wrap the extension identifier in double quotes in the CREATE EXTENSION SQL call within setup_postgresql_db. This ensures extension names containing hyphens, mixed case, or other characters that require quoting are handled correctly and avoids syntax errors when creating extensions.