diff --git a/contrib/colnames/Trunk.toml b/contrib/colnames/Trunk.toml new file mode 100644 index 00000000..b0aa90fc --- /dev/null +++ b/contrib/colnames/Trunk.toml @@ -0,0 +1,12 @@ +[extension] +name = "colnames" +version = "1.7.0" +license = "postgresql" +repository = "http://github.com/theory/colnames/" +description = "Lists the column names in a PostgreSQL RECORD value" +homepage = "http://github.com/theory/colnames/" +documentation = "http://github.com/theory/colnames/" + +[build] +postgres_version = "15" +platform = "linux/amd64"