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 a2c6bf5 commit 139f19cCopy full SHA for 139f19c
src/pl/tcl/test/runtest
@@ -4,13 +4,13 @@ DBNAME=pltcl_test
4
export DBNAME
5
6
echo "**** Destroy old database $DBNAME ****"
7
-destroydb $DBNAME
+dropdb $DBNAME
8
9
echo "**** Create test database $DBNAME ****"
10
createdb $DBNAME
11
12
echo "**** Create procedural language pltcl ****"
13
-psql -q -n $DBNAME <test_mklang.sql
+createlang pltcl $DBNAME
14
15
echo "**** Create tables, functions and triggers ****"
16
psql -q -n $DBNAME <test_setup.sql
src/pl/tcl/test/test_mklang.sql
0 commit comments