diff options
Diffstat (limited to 'src/test/regress/expected/alter_table.out')
| -rw-r--r-- | src/test/regress/expected/alter_table.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/regress/expected/alter_table.out b/src/test/regress/expected/alter_table.out index 62538fc78e..1c244df734 100644 --- a/src/test/regress/expected/alter_table.out +++ b/src/test/regress/expected/alter_table.out @@ -10,7 +10,7 @@ QUERY: ALTER TABLE tmp ADD COLUMN h abstime; QUERY: ALTER TABLE tmp ADD COLUMN i char; QUERY: ALTER TABLE tmp ADD COLUMN j abstime[]; QUERY: ALTER TABLE tmp ADD COLUMN k dt; -ERROR: type name lookup of dt failed +ERROR: Unable to locate type name 'dt' in catalog QUERY: ALTER TABLE tmp ADD COLUMN l tid; QUERY: ALTER TABLE tmp ADD COLUMN m xid; QUERY: ALTER TABLE tmp ADD COLUMN n oid8; @@ -33,7 +33,7 @@ QUERY: INSERT INTO tmp (a, b, c, d, e, f, g, h, i, j, k, l, m, n, p, q, r, s, t, '1 2 3 4 5 6 7 8', 'magnetic disk', '(1.1,1.1)', '(4.1,4.1,3.1,3.1)', '(0,2,4.1,4.1,3.1,3.1)', '(4.1,4.1,3.1,3.1)', '["current" "infinity"]', '1/3', '1,name', '{1.0,2.0,3.0,4.0}', '{1.0,2.0,3.0,4.0}', '{1,2,3,4}'); -ERROR: Relation tmp does not have attribute k +ERROR: Relation 'tmp' does not have attribute 'k' QUERY: SELECT * FROM tmp; initial|a|b|c|d|e|f|g|h|i|j|l|m|n|p|q|r|s|t|u|v|w|x|y|z -------+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- @@ -54,7 +54,7 @@ QUERY: ALTER TABLE tmp ADD COLUMN h abstime; QUERY: ALTER TABLE tmp ADD COLUMN i char; QUERY: ALTER TABLE tmp ADD COLUMN j abstime[]; QUERY: ALTER TABLE tmp ADD COLUMN k dt; -ERROR: type name lookup of dt failed +ERROR: Unable to locate type name 'dt' in catalog QUERY: ALTER TABLE tmp ADD COLUMN l tid; QUERY: ALTER TABLE tmp ADD COLUMN m xid; QUERY: ALTER TABLE tmp ADD COLUMN n oid8; @@ -77,7 +77,7 @@ QUERY: INSERT INTO tmp (a, b, c, d, e, f, g, h, i, j, k, l, m, n, p, q, r, s, t, '1 2 3 4 5 6 7 8', 'magnetic disk', '(1.1,1.1)', '(4.1,4.1,3.1,3.1)', '(0,2,4.1,4.1,3.1,3.1)', '(4.1,4.1,3.1,3.1)', '["current" "infinity"]', '1/3', '1,name', '{1.0,2.0,3.0,4.0}', '{1.0,2.0,3.0,4.0}', '{1,2,3,4}'); -ERROR: Relation tmp does not have attribute k +ERROR: Relation 'tmp' does not have attribute 'k' QUERY: SELECT * FROM tmp; initial|a|b|c|d|e|f|g|h|i|j|l|m|n|p|q|r|s|t|u|v|w|x|y|z -------+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
