aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/giststrat.c
diff options
context:
space:
mode:
authorHiroshi Inoue <inoue@tpf.co.jp>2000-08-30 08:48:55 +0000
committerHiroshi Inoue <inoue@tpf.co.jp>2000-08-30 08:48:55 +0000
commit3498ea830828feb8c5f6cf155a40df012cbc6d64 (patch)
treed0290bbf49879b57864b2a5354785a5af3a49d83 /src/backend/access/gist/giststrat.c
parent67cd018e772e31157030dcfbb9f6c01d9c308658 (diff)
downloadpostgresql-3498ea830828feb8c5f6cf155a40df012cbc6d64.tar.gz
postgresql-3498ea830828feb8c5f6cf155a40df012cbc6d64.zip
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
Diffstat (limited to 'src/backend/access/gist/giststrat.c')
0 files changed, 0 insertions, 0 deletions