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 db68e27 commit 896f8e0Copy full SHA for 896f8e0
1 file changed
lib/docs/scrapers/postgresql.rb
@@ -17,6 +17,7 @@ class Postgresql < UrlScraper
17
options[:title] = false
18
options[:root_title] = 'PostgreSQL'
19
options[:follow_links] = ->(filter) { filter.initial_page? }
20
+ options[:rate_limit] = 200
21
22
options[:skip] = %w(
23
index.html
@@ -51,12 +52,12 @@ class Postgresql < UrlScraper
51
52
/\Aunsupported-features/ ]
53
54
options[:attribution] = <<-HTML
- © 1996–2024 The PostgreSQL Global Development Group<br>
55
+ © 1996–2025 The PostgreSQL Global Development Group<br>
56
Licensed under the PostgreSQL License.
57
HTML
58
59
version '17' do
- self.release = '17.1'
60
+ self.release = '17.5'
61
self.base_url = "https://www.postgresql.org/docs/#{version}/"
62
end
63
0 commit comments