Przeglądaj źródła

Update PostgreSQL documentation (10.2)

Thibaut Courouble 7 lat temu
rodzic
commit
317910c777

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -532,7 +532,7 @@ credits = [
     'https://creativecommons.org/licenses/by/3.0/'
   ], [
     'PostgreSQL',
-    '1996-2017 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
+    '1996-2018 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
     'PostgreSQL',
     'https://www.postgresql.org/about/licence/'
   ], [

+ 2 - 2
lib/docs/scrapers/postgresql.rb

@@ -51,12 +51,12 @@ module Docs
       /\Aunsupported-features/ ]
 
     options[:attribution] = <<-HTML
-      &copy; 1996&ndash;2017 The PostgreSQL Global Development Group<br>
+      &copy; 1996&ndash;2018 The PostgreSQL Global Development Group<br>
       Licensed under the PostgreSQL License.
     HTML
 
     version '10' do
-      self.release = '10.1'
+      self.release = '10.2'
       self.base_url = 'https://www.postgresql.org/docs/10/static/'
     end