From 3b30a67d57aff18aca6ef23b9524e636e607eef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20R=2E=20Miguel?= Date: Tue, 20 Feb 2024 17:59:28 -0300 Subject: [PATCH] pgxn-bridge: publish colnames v1.7.0 --- contrib/colnames/Trunk.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contrib/colnames/Trunk.toml 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"