summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/select.out
diff options
context:
space:
mode:
authorBruce Momjian1999-02-02 03:45:56 +0000
committerBruce Momjian1999-02-02 03:45:56 +0000
commit4390b0bfbe2641ff26a35372184880348a19919e (patch)
tree52ab7a8a528648da52a995b86aac321e6602698f /src/test/regress/expected/select.out
parent7fc75517df6b8f70c57b95e879fd9696935c22fd (diff)
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Diffstat (limited to 'src/test/regress/expected/select.out')
-rw-r--r--src/test/regress/expected/select.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/select.out b/src/test/regress/expected/select.out
index 587eb53b114..703a5b22aa5 100644
--- a/src/test/regress/expected/select.out
+++ b/src/test/regress/expected/select.out
@@ -173,7 +173,7 @@ unique1|string4
(20 rows)
QUERY: SELECT two, stringu1, ten, string4
- INTO TABLE temp
+ INTO TABLE tmp
FROM onek;
QUERY: SELECT p.name, p.age FROM person* p;
name |age