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 7009c11 commit 691cb0cCopy full SHA for 691cb0c
1 file changed
lib/docs/scrapers/postgresql.rb
@@ -52,12 +52,12 @@ class Postgresql < UrlScraper
52
/\Aunsupported-features/ ]
53
54
options[:attribution] = <<-HTML
55
- © 1996–2025 The PostgreSQL Global Development Group<br>
+ © 1996–2026 The PostgreSQL Global Development Group<br>
56
Licensed under the PostgreSQL License.
57
HTML
58
59
version '18' do
60
- self.release = '18.0'
+ self.release = '18.2'
61
self.base_url = "https://www.postgresql.org/docs/#{version}/"
62
end
63
@@ -70,7 +70,7 @@ class Postgresql < UrlScraper
70
self.release = '16.1'
71
72
73
-
+
74
version '15' do
75
self.release = '15.4'
76
0 commit comments