소스 검색

Update PostgreSQL documentation (18.0)

Simon Legner 2 달 전
부모
커밋
2eb87730ed
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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}/"