浏览代码

Add PostgreSQL 11 (release 11.5)

Oleksii Filonenko 6 年之前
父节点
当前提交
d0d17cbb6a
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      lib/docs/scrapers/postgresql.rb

+ 5 - 0
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/'