Content-Length: 275186 | pFad | http://github.com/postgrespro/postgres/commit/139f19c30221968e7d3bf64fe303cb41517e4601
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
Fetched URL: http://github.com/postgrespro/postgres/commit/139f19c30221968e7d3bf64fe303cb41517e4601
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments