aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_dsa/expected/test_dsa.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/test_dsa/expected/test_dsa.out')
-rw-r--r--src/test/modules/test_dsa/expected/test_dsa.out13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/modules/test_dsa/expected/test_dsa.out b/src/test/modules/test_dsa/expected/test_dsa.out
new file mode 100644
index 00000000000..266010e77fe
--- /dev/null
+++ b/src/test/modules/test_dsa/expected/test_dsa.out
@@ -0,0 +1,13 @@
+CREATE EXTENSION test_dsa;
+SELECT test_dsa_basic();
+ test_dsa_basic
+----------------
+
+(1 row)
+
+SELECT test_dsa_resowners();
+ test_dsa_resowners
+--------------------
+
+(1 row)
+