|
|
@ -51,10 +51,15 @@ module Docs
|
|
|
|
/\Aunsupported-features/ ]
|
|
|
|
/\Aunsupported-features/ ]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 1996–2023 The PostgreSQL Global Development Group<br>
|
|
|
|
© 1996–2024 The PostgreSQL Global Development Group<br>
|
|
|
|
Licensed under the PostgreSQL License.
|
|
|
|
Licensed under the PostgreSQL License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '17' do
|
|
|
|
|
|
|
|
self.release = '17.1'
|
|
|
|
|
|
|
|
self.base_url = "https://www.postgresql.org/docs/#{version}/"
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '16' do
|
|
|
|
version '16' do
|
|
|
|
self.release = '16.1'
|
|
|
|
self.release = '16.1'
|
|
|
|
self.base_url = "https://www.postgresql.org/docs/#{version}/"
|
|
|
|
self.base_url = "https://www.postgresql.org/docs/#{version}/"
|
|
|
|