|
|
@ -51,10 +51,15 @@ module Docs
|
|
|
|
/\Aunsupported-features/ ]
|
|
|
|
/\Aunsupported-features/ ]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 1996–2018 The PostgreSQL Global Development Group<br>
|
|
|
|
© 1996–2019 The PostgreSQL Global Development Group<br>
|
|
|
|
Licensed under the PostgreSQL License.
|
|
|
|
Licensed under the PostgreSQL License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '11' do
|
|
|
|
|
|
|
|
self.release = '11.5'
|
|
|
|
|
|
|
|
self.base_url = 'https://www.postgresql.org/docs/11/'
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '10' do
|
|
|
|
version '10' do
|
|
|
|
self.release = '10.3'
|
|
|
|
self.release = '10.3'
|
|
|
|
self.base_url = 'https://www.postgresql.org/docs/10/static/'
|
|
|
|
self.base_url = 'https://www.postgresql.org/docs/10/static/'
|
|
|
|