mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Minor improvements in the really-pretty-ad-hoc test scripts for the
PL languages.
This commit is contained in:
@@ -9,10 +9,10 @@ dropdb $DBNAME
|
||||
sleep 1
|
||||
|
||||
echo "**** Create test database $DBNAME ****"
|
||||
createdb $DBNAME
|
||||
createdb $DBNAME || exit 1
|
||||
|
||||
echo "**** Create procedural language plperl ****"
|
||||
createlang plperl $DBNAME
|
||||
createlang plperl $DBNAME || exit 1
|
||||
|
||||
echo "**** Running test queries ****"
|
||||
psql -q -n -e $DBNAME <test_queries.sql > test.out 2>&1
|
||||
|
Reference in New Issue
Block a user