[devdocsgjs/main: 922/1867] Add PostgreSQL 11 (release 11.5)




commit d0d17cbb6aa78f2468c67415f31796924c1ba142
Author: Oleksii Filonenko <brightone protonmail com>
Date:   Thu Sep 5 09:55:43 2019 +0300

    Add PostgreSQL 11 (release 11.5)

 lib/docs/scrapers/postgresql.rb | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/lib/docs/scrapers/postgresql.rb b/lib/docs/scrapers/postgresql.rb
index cc7a85c8..73bcba24 100644
--- a/lib/docs/scrapers/postgresql.rb
+++ b/lib/docs/scrapers/postgresql.rb
@@ -55,6 +55,11 @@ module Docs
       Licensed under the PostgreSQL License.
     HTML
 
+    version '11' do
+      self.release = '11.5'
+      self.base_url = 'https://www.postgresql.org/docs/11/static/'
+    end
+
     version '10' do
       self.release = '10.3'
       self.base_url = 'https://www.postgresql.org/docs/10/static/'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]