@@ -28,11 +28,14 @@ <h2>PostgreSQL Apt Repository</h2>
28
28
< li > Buster (10.x)</ li >
29
29
< li > Stretch (9.x)</ li >
30
30
< li > Jessie (8.x)</ li >
31
+ < li > Bullseye (11.x, testing)</ li >
32
+ < li > Sid (unstable)</ li >
31
33
</ ul >
32
34
< p > on the following architectures:</ p >
33
35
< ul >
34
36
< li > amd64</ li >
35
- < li > i386</ li >
37
+ < li > arm64 (Buster and newer)</ li >
38
+ < li > i386 (Buster and older)</ li >
36
39
< li > ppc64el</ li >
37
40
</ ul >
38
41
< p >
@@ -45,6 +48,8 @@ <h2>PostgreSQL Apt Repository</h2>
45
48
< option value ="buster "> Buster (10.x)</ option >
46
49
< option value ="stretch "> Stretch (9.x)</ option >
47
50
< option value ="jessie "> Jessie (8.x)</ option >
51
+ < option value ="bullseye "> Bullseye (11.x, testing)</ option >
52
+ < option value ="sid "> Sid (unstable)</ option >
48
53
</ select >
49
54
</ li >
50
55
< li >
@@ -72,7 +77,7 @@ <h2>Included in distribution</h2>
72
77
Debian, use the < code > apt-get</ code > (or other apt-driving) command:
73
78
</ p >
74
79
< pre class ="code ">
75
- apt-get install postgresql-11
80
+ apt-get install postgresql-12
76
81
</ pre >
77
82
< p >
78
83
The repository contains many different packages including third party
@@ -82,11 +87,11 @@ <h2>Included in distribution</h2>
82
87
< table class ="table table-striped ">
83
88
< tbody >
84
89
< tr >
85
- < th scope ="row "> postgresql-client-11 </ th >
90
+ < th scope ="row "> postgresql-client-12 </ th >
86
91
< td > client libraries and client binaries</ td >
87
92
</ tr >
88
93
< tr >
89
- < th scope ="row "> postgresql-11 </ th >
94
+ < th scope ="row "> postgresql-12 </ th >
90
95
< td > core database server</ td >
91
96
</ tr >
92
97
< tr >
@@ -98,7 +103,7 @@ <h2>Included in distribution</h2>
98
103
< td > libraries and headers for C language frontend development</ td >
99
104
</ tr >
100
105
< tr >
101
- < th scope ="row "> postgresql-server-dev-11 </ th >
106
+ < th scope ="row "> postgresql-server-dev-12 </ th >
102
107
< td > libraries and headers for C language backend development</ td >
103
108
</ tr >
104
109
< tr >
0 commit comments