diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-07-21 01:59:11 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-07-21 01:59:11 +0000 |
| commit | d85286305d13f525f364a4a42d2ad0af4bdce6bd (patch) | |
| tree | fff8d45efd5cb3447d9815c3be5c8c3d932f8dd0 /src/test/regress/expected/foreign_key.out | |
| parent | da4ed8bfdd79759f5a1fccc4bb0940929bdc4ff2 (diff) | |
| download | postgresql-d85286305d13f525f364a4a42d2ad0af4bdce6bd.tar.gz | |
Error message editing in backend/catalog.
Diffstat (limited to 'src/test/regress/expected/foreign_key.out')
| -rw-r--r-- | src/test/regress/expected/foreign_key.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/regress/expected/foreign_key.out b/src/test/regress/expected/foreign_key.out index 9d5c95b6ec..7ac2eb387d 100644 --- a/src/test/regress/expected/foreign_key.out +++ b/src/test/regress/expected/foreign_key.out @@ -138,7 +138,7 @@ SELECT * FROM FKTABLE; (5 rows) DROP TABLE PKTABLE CASCADE; -NOTICE: Drop cascades to constraint constrname on table fktable +NOTICE: drop cascades to constraint constrname on table fktable DROP TABLE FKTABLE; -- -- check set default and table constraint on multiple columns @@ -225,10 +225,10 @@ SELECT * FROM FKTABLE; -- this should fail for lack of CASCADE DROP TABLE PKTABLE; NOTICE: constraint constrname2 on table fktable depends on table pktable -ERROR: Cannot drop table pktable because other objects depend on it - Use DROP ... CASCADE to drop the dependent objects too +ERROR: cannot drop table pktable because other objects depend on it +HINT: Use DROP ... CASCADE to drop the dependent objects too. DROP TABLE PKTABLE CASCADE; -NOTICE: Drop cascades to constraint constrname2 on table fktable +NOTICE: drop cascades to constraint constrname2 on table fktable DROP TABLE FKTABLE; -- -- First test, check with no on delete or on update |
