Browse Source

Update PostgreSQL documentation (17.1)

Simon Legner 1 year ago
parent
commit
f814260ff3
1 changed files with 6 additions and 1 deletions
  1. 6 1
      lib/docs/scrapers/postgresql.rb

+ 6 - 1
lib/docs/scrapers/postgresql.rb

@@ -51,10 +51,15 @@ module Docs
       /\Aunsupported-features/ ]
 
     options[:attribution] = <<-HTML
-      &copy; 1996&ndash;2023 The PostgreSQL Global Development Group<br>
+      &copy; 1996&ndash;2024 The PostgreSQL Global Development Group<br>
       Licensed under the PostgreSQL License.
     HTML
 
+    version '17' do
+      self.release = '17.1'
+      self.base_url = "https://www.postgresql.org/docs/#{version}/"
+    end
+
     version '16' do
       self.release = '16.1'
       self.base_url = "https://www.postgresql.org/docs/#{version}/"