From b904b9500526aa7a5d7df524936b1b55f6891f06 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Tue, 9 Aug 2022 23:28:55 +0200 Subject: [PATCH] Add PostgreSQL --- modules/PostgreSQL.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/PostgreSQL.php diff --git a/modules/PostgreSQL.php b/modules/PostgreSQL.php new file mode 100644 index 0000000..3815d52 --- /dev/null +++ b/modules/PostgreSQL.php @@ -0,0 +1,14 @@ +fetch('https://www.postgresql.org/ftp/latest/', false)) + return $this->parse('/\/ftp\/source\/v([\d\.]+)/'); + return false; + } +} + +?>