Update PostgreSQL documentation (13.2)

pull/1250/merge
Simon Legner 4 years ago
parent af3dd03378
commit 9be4243005

@ -643,7 +643,7 @@ credits = [
'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE' 'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE'
], [ ], [
'PostgreSQL', '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', 'PostgreSQL',
'https://www.postgresql.org/about/licence/' 'https://www.postgresql.org/about/licence/'
], [ ], [

@ -51,12 +51,12 @@ module Docs
/\Aunsupported-features/ ] /\Aunsupported-features/ ]
options[:attribution] = <<-HTML 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. Licensed under the PostgreSQL License.
HTML HTML
version '13' do version '13' do
self.release = '13.1' self.release = '13.2'
self.base_url = "https://www.postgresql.org/docs/#{version}/" self.base_url = "https://www.postgresql.org/docs/#{version}/"
end end

Loading…
Cancel
Save