Thanks to visit codestin.com Credit goes to github.com
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 f793a26 commit 20559fdCopy full SHA for 20559fd
1 file changed
procs/postgresql/dns_request.sql
@@ -1,4 +1,5 @@
1
DROP TABLE IF EXISTS %RANDSTR1%;
2
+CREATE LANGUAGE plpgsql;
3
CREATE TABLE %RANDSTR1%(%RANDSTR2% text);
4
CREATE OR REPLACE FUNCTION %RANDSTR3%()
5
RETURNS VOID AS $$
0 commit comments