PDO::ERRMODE_EXCEPTION ]); // echo "PostgreSQL 연결 성공 🎉"; } catch (PDOException $e) { echo $e->getMessage(); }