From 6dd7a282346eaf2a74fe1e9eb73e2d408acba71a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20R=2E=20Miguel?= Date: Tue, 20 Feb 2024 17:58:27 -0300 Subject: [PATCH] pgxn-bridge: publish pg_role_fkey_trigger_functions v0.11.9 --- contrib/pg_role_fkey_trigger_functions/Trunk.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contrib/pg_role_fkey_trigger_functions/Trunk.toml diff --git a/contrib/pg_role_fkey_trigger_functions/Trunk.toml b/contrib/pg_role_fkey_trigger_functions/Trunk.toml new file mode 100644 index 00000000..5a242638 --- /dev/null +++ b/contrib/pg_role_fkey_trigger_functions/Trunk.toml @@ -0,0 +1,12 @@ +[extension] +name = "pg_role_fkey_trigger_functions" +version = "0.11.9" +license = "postgresql" +repository = "https://github.com/bigsmoke/pg_role_fkey_trigger_functions" +description = "The pg_role_fkey_trigger_functions PostgreSQL extension offers a bunch of trigger functions to help establish and/or maintain referential integrity for columns that reference PostgreSQL ROLE NAMEs." +homepage = "https://blog.bigsmoke.us/tag/pg_role_fkey_trigger_functions" +documentation = "https://github.com/bigsmoke/pg_role_fkey_trigger_functions" + +[build] +postgres_version = "15" +platform = "linux/amd64"