Browse Source

Update PostgreSQL documentation (18.0)

Simon Legner 2 months ago
parent
commit
2eb87730ed
1 changed files with 5 additions and 0 deletions
  1. 5 0
      lib/docs/scrapers/postgresql.rb

+ 5 - 0
lib/docs/scrapers/postgresql.rb

@@ -56,6 +56,11 @@ module Docs
       Licensed under the PostgreSQL License.
     HTML
 
+    version '18' do
+      self.release = '18.0'
+      self.base_url = "https://www.postgresql.org/docs/#{version}/"
+    end
+
     version '17' do
       self.release = '17.5'
       self.base_url = "https://www.postgresql.org/docs/#{version}/"