aborting create table in the middle of process - Mailing list pgsql-hackers

From t-ishii@sra.co.jp
Subject aborting create table in the middle of process
Date
Msg-id 199807170137.KAA00408@srapc451.sra.co.jp
Whole thread Raw
List pgsql-hackers
I understand create table/create index etc. are not rollback-able
operations. As a result, if creation of a table is interrupted in the
middle of process, corresponding table file is left remain. This
prevents creating a new table with the same name. The only workaround
looks removing the file by hand. Is this safe, or potentially has some
dangers?
--
Tatsuo Ishii
t-ishii@sra.co.jp


pgsql-hackers by date:

Previous
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] Re: [HACKERS] changes in 6.4
Next
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] proposals for LLL, part 1