Skip to content

Commit f814260

Browse files
committed
Update PostgreSQL documentation (17.1)
1 parent 215cf3b commit f814260

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/docs/scrapers/postgresql.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,15 @@ class Postgresql < UrlScraper
5151
/\Aunsupported-features/ ]
5252

5353
options[:attribution] = <<-HTML
54-
&copy; 1996&ndash;2023 The PostgreSQL Global Development Group<br>
54+
&copy; 1996&ndash;2024 The PostgreSQL Global Development Group<br>
5555
Licensed under the PostgreSQL License.
5656
HTML
5757

58+
version '17' do
59+
self.release = '17.1'
60+
self.base_url = "https://www.postgresql.org/docs/#{version}/"
61+
end
62+
5863
version '16' do
5964
self.release = '16.1'
6065
self.base_url = "https://www.postgresql.org/docs/#{version}/"

0 commit comments

Comments
 (0)