We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4298330 commit c9520eaCopy full SHA for c9520ea
pg_ivm/metadata.hcl
@@ -1,13 +1,13 @@
1
-# SPDX-FileCopyrightText: Copyright © contributors to CloudNativePG, established as CloudNativePG a Series of LF Projects, LLC.
2
-# SPDX-License-Identifier: Apache-2.0
3
metadata = {
4
name = "pg_ivm"
5
sql_name = "pg_ivm"
6
image_name = "pg_ivm"
+ licenses = ["PostgreSQL"]
7
shared_preload_libraries = []
8
extension_control_path = []
9
dynamic_library_path = []
10
ld_library_path = []
+ bin_path = []
11
auto_update_os_libs = false
12
required_extensions = []
13
create_extension = true
0 commit comments