Browse Source

Update PostgreSQL documentation (18.0)

Simon Legner 2 tháng trước cách đây
mục cha
commit
2eb87730ed
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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}/"