[devdocsgjs/main: 1577/1867] Update PostgreSQL documentation (13.2)




commit 9be424300538e8fa127de736679dcddfa034aaee
Author: Simon Legner <Simon Legner gmail com>
Date:   Mon Mar 22 21:52:44 2021 +0100

    Update PostgreSQL documentation (13.2)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/postgresql.rb                      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 7926154c..6b729855 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -643,7 +643,7 @@ credits = [
     'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE'
   ], [
     'PostgreSQL',
-    '1996-2020 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of 
California',
+    '1996-2021 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of 
California',
     'PostgreSQL',
     'https://www.postgresql.org/about/licence/'
   ], [
diff --git a/lib/docs/scrapers/postgresql.rb b/lib/docs/scrapers/postgresql.rb
index 3c428bf8..1778b647 100644
--- a/lib/docs/scrapers/postgresql.rb
+++ b/lib/docs/scrapers/postgresql.rb
@@ -51,12 +51,12 @@ module Docs
       /\Aunsupported-features/ ]
 
     options[:attribution] = <<-HTML
-      &copy; 1996&ndash;2020 The PostgreSQL Global Development Group<br>
+      &copy; 1996&ndash;2021 The PostgreSQL Global Development Group<br>
       Licensed under the PostgreSQL License.
     HTML
 
     version '13' do
-      self.release = '13.1'
+      self.release = '13.2'
       self.base_url = "https://www.postgresql.org/docs/#{version}/";
     end
 


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