We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b1903 commit 0e40c99Copy full SHA for 0e40c99
postgis/metadata.json
@@ -5,7 +5,17 @@
5
"shared_preload_libraries": [],
6
"extension_control_path": [],
7
"dynamic_library_path": [],
8
- "ld_library_path": ["/system"],
9
- "major_version": "3"
+ "ld_library_path": [
+ "/system"
10
+ ],
11
+ "major_version": "3",
12
+ "versions": {
13
+ "bookworm": {
14
+ "18": "3.6.0+dfsg-3.pgdg12+1"
15
+ },
16
+ "trixie": {
17
+ "18": "3.6.0+dfsg-3.pgdg13+1"
18
+ }
19
20
}
21
0 commit comments