summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1997-06-03 14:19:28 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1997-06-03 14:19:28 +0000
commitdc5bcc8621991db183ca59161e9c1c26e75a5a32 (patch)
tree81b7119957c1c6512c28c9ada026b2029ef73118 /src
parent066fce7bf96ef9fb2aac09a81d12c5acdd1c3f7f (diff)
Modify banner to suggest using PST8PDT time zone rather than full specifier
string.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/regress/regress.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/regress/regress.sh b/src/test/regress/regress.sh
index f3688833d0d..07375d54a7a 100755
--- a/src/test/regress/regress.sh
+++ b/src/test/regress/regress.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.10 1997/05/11 15:46:19 thomas Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.11 1997/06/03 14:19:28 thomas Exp $
#
if echo '\c' | grep -s c >/dev/null 2>&1
then
@@ -14,7 +14,7 @@ if [ -d ./obj ]; then
cd ./obj
fi
-TZ="PST8PDT7,M04.01.00,M10.05.03"; export TZ
+TZ="PST8PDT"; export TZ
#FRONTEND=monitor
FRONTEND="psql -n -e -q"
@@ -24,7 +24,7 @@ echo "postmaster must already be running for the regression tests to succeed."
echo "The time zone must be set to PST/PDT for the date and time data types"
echo " to pass the regression tests; to do this type"
echo " setenv TZ $TZ"
-echo " before starting postmaster."
+echo " before starting postmaster. regress/README has more information."
echo ""
echo "=============== destroying old regression database... ================="