From f7c5a9f9b4170f9b95f37e314d1c7dbd22301983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=83=C2=B8rgen=20H=2E=20Fjeld?= Date: Fri, 3 Nov 2023 09:51:48 +0100 Subject: [PATCH] Add information for pgxn listing --- META.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 META.json diff --git a/META.json b/META.json new file mode 100644 index 0000000..fdabb18 --- /dev/null +++ b/META.json @@ -0,0 +1,19 @@ +{ + "name": "sql_saga", + "abstract": "Valid Time Temporal Table with Foreign Keys", + "version": "1.0.0", + "maintainer": "Jørgen H. Fjeld ", + "license": "postgresql", + "provides": { + "sql_saga": { + "abstract": "Valid Time Temporal Table with Foreign Keys", + "file": "sql_saga.sql", + "docfile": "README.md", + "version": "1.0.0" + } + }, + "meta-spec": { + "version": "1.0.0", + "url": "https://pgxn.org/meta/spec.txt" + } +} \ No newline at end of file