Improve the following.
authorHiroshi Inoue <inoue@tpf.co.jp>
Wed, 30 Aug 2000 08:48:55 +0000 (08:48 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Wed, 30 Aug 2000 08:48:55 +0000 (08:48 +0000)
commit1e8d50ce0896ba274885436b1d248e324c3be60f
tree79c146ecaa6ef3a492db462dd34f03756f044ce8
parente1b4fff1797c4a217aa066729cd162ea576583a6
Improve the following.
 =# create table t (id int4 unique);
NOTICE:  CREATE TABLE/UNIQUE will create implicit index 't_id_key' for table 't'
 =# begin;
 query: drop table t;
NOTICE:  Caution: DROP TABLE cannot be rolled back, so don't abort now
NOTICE:  Caution: DROP INDEX cannot be rolled back, so don't abort now
 =# rollback;
 =# drop table t;
NOTICE:  mdopen: couldn't open t: No such file or directory
NOTICE:  RelationIdBuildRelation: smgropen(t): No such file or directory
NOTICE:  mdopen: couldn't open t: No such file or directory
NOTICE:  mdopen: couldn't open t: No such file or directory
NOTICE:  mdopen: couldn't open t_id_key: No such file or directory
NOTICE:  RelationIdBuildRelation: smgropen(t_id_key): No such file or directory
NOTICE:  mdopen: couldn't open t: No such file or directory
NOTICE:  RelationIdBuildRelation: smgropen(t): No such file or directory
NOTICE:  mdopen: couldn't open t: No such file or directory
ERROR:  cannot open relation t
src/backend/utils/cache/relcache.c