]> granicus.if.org Git - postgresql/blobdiff - src/test/regress/expected/inherit.out
Clarify some error messages about duplicate things.
[postgresql] / src / test / regress / expected / inherit.out
index f4bdb8d825503ac8231e2aea12998978e182405a..fa97f019b1d7aac435017153357b708879f7d40c 100644 (file)
@@ -605,7 +605,7 @@ SELECT * FROM a; /* Has ee entry */
 (1 row)
 
 CREATE TABLE inhf (LIKE inhx, LIKE inhx); /* Throw error */
-ERROR:  column "xx" duplicated
+ERROR:  column "xx" specified more than once
 CREATE TABLE inhf (LIKE inhx INCLUDING DEFAULTS INCLUDING CONSTRAINTS);
 INSERT INTO inhf DEFAULT VALUES;
 SELECT * FROM inhf; /* Single entry with value 'text' */