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 c51de99 commit d762098Copy full SHA for d762098
1 file changed
procs/postgresql/dns_request.sql
@@ -1,4 +1,5 @@
1
DROP TABLE IF EXISTS %RANDSTR1%;
2
+# https://wiki.postgresql.org/wiki/CREATE_OR_REPLACE_LANGUAGE <- if "CREATE LANGUAGE plpgsql" is required
3
CREATE TABLE %RANDSTR1%(%RANDSTR2% text);
4
CREATE OR REPLACE FUNCTION %RANDSTR3%()
5
RETURNS VOID AS $$
0 commit comments