summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/select.out
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-04-27 02:58:38 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-04-27 02:58:38 +0000
commitdf770717733fb527d5c0f188f6537cf393210381 (patch)
tree6fa102db16575fee70a43c40ab0165297335ffbb /src/test/regress/expected/select.out
parenta902829a668f789b167b3fcfa81b087a5a3cb7b0 (diff)
downloadpostgresql-df770717733fb527d5c0f188f6537cf393210381.tar.gz
Massive regression test patches from Thomas *woo hoo!*
Diffstat (limited to 'src/test/regress/expected/select.out')
-rw-r--r--src/test/regress/expected/select.out2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/regress/expected/select.out b/src/test/regress/expected/select.out
index b8d21f19c4..d341ef5332 100644
--- a/src/test/regress/expected/select.out
+++ b/src/test/regress/expected/select.out
@@ -1,4 +1,3 @@
-=============== running regression queries ... =================
QUERY: SELECT onek.* WHERE onek.unique1 < 10;
unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
-------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
@@ -176,7 +175,6 @@ unique1|string4
QUERY: SELECT two, stringu1, ten, string4
INTO TABLE temp
FROM onek;
-
QUERY: SELECT p.name, p.age FROM person* p;
name |age
-------+---