mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-14 03:25:16 +02:00
07ab5dc16e
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.