diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1997-04-27 02:58:38 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1997-04-27 02:58:38 +0000 |
| commit | df770717733fb527d5c0f188f6537cf393210381 (patch) | |
| tree | 6fa102db16575fee70a43c40ab0165297335ffbb /src/test/regress/expected/select.out | |
| parent | a902829a668f789b167b3fcfa81b087a5a3cb7b0 (diff) | |
| download | postgresql-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.out | 2 |
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 -------+--- |
