We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215cf3b commit f814260Copy full SHA for f814260
lib/docs/scrapers/postgresql.rb
@@ -51,10 +51,15 @@ class Postgresql < UrlScraper
51
/\Aunsupported-features/ ]
52
53
options[:attribution] = <<-HTML
54
- © 1996–2023 The PostgreSQL Global Development Group<br>
+ © 1996–2024 The PostgreSQL Global Development Group<br>
55
Licensed under the PostgreSQL License.
56
HTML
57
58
+ version '17' do
59
+ self.release = '17.1'
60
+ self.base_url = "https://www.postgresql.org/docs/#{version}/"
61
+ end
62
+
63
version '16' do
64
self.release = '16.1'
65
self.base_url = "https://www.postgresql.org/docs/#{version}/"
0 commit comments