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