Skip to content

Commit 896f8e0

Browse files
committed
Update PostgreSQL documentation (17.5)
1 parent db68e27 commit 896f8e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/docs/scrapers/postgresql.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Postgresql < UrlScraper
1717
options[:title] = false
1818
options[:root_title] = 'PostgreSQL'
1919
options[:follow_links] = ->(filter) { filter.initial_page? }
20+
options[:rate_limit] = 200
2021

2122
options[:skip] = %w(
2223
index.html
@@ -51,12 +52,12 @@ class Postgresql < UrlScraper
5152
/\Aunsupported-features/ ]
5253

5354
options[:attribution] = <<-HTML
54-
&copy; 1996&ndash;2024 The PostgreSQL Global Development Group<br>
55+
&copy; 1996&ndash;2025 The PostgreSQL Global Development Group<br>
5556
Licensed under the PostgreSQL License.
5657
HTML
5758

5859
version '17' do
59-
self.release = '17.1'
60+
self.release = '17.5'
6061
self.base_url = "https://www.postgresql.org/docs/#{version}/"
6162
end
6263

0 commit comments

Comments
 (0)