We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431fb73 commit e46f391Copy full SHA for e46f391
nix/tests/expected/pg_net.out
@@ -0,0 +1,11 @@
1
+-- This is a very basic test because you can't get the value returned
2
+-- by a pg_net request in the same transaction that created it;
3
+select
4
+ net.http_get (
5
+ 'https://postman-echo.com/get?foo1=bar1&foo2=bar2'
6
+ ) as request_id;
7
+ request_id
8
+------------
9
+ 1
10
+(1 row)
11
+
nix/tests/sql/pg_net.sql
@@ -0,0 +1,7 @@
0 commit comments