Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d762098

Browse files
committed
Leaving a reference just in case
1 parent c51de99 commit d762098

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

procs/postgresql/dns_request.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
DROP TABLE IF EXISTS %RANDSTR1%;
2+
# https://wiki.postgresql.org/wiki/CREATE_OR_REPLACE_LANGUAGE <- if "CREATE LANGUAGE plpgsql" is required
23
CREATE TABLE %RANDSTR1%(%RANDSTR2% text);
34
CREATE OR REPLACE FUNCTION %RANDSTR3%()
45
RETURNS VOID AS $$

0 commit comments

Comments
 (0)