[HACKERS] Ответ: [HACKERS] New file naming

2000-10-16 Thread Mikheev, Vadim
ikheev, Vadim > ëÏÐÉÑ:[EMAIL PROTECTED] > ôÅÍÁ: Re: [HACKERS] New file naming > > "Mikheev, Vadim" <[EMAIL PROTECTED]> writes: > > ALTER TABLE RENAME is rollback-able now. I think that > > it's very easy to make DROP TABLE rollback-able too >

Re: [HACKERS] New file naming

2000-10-16 Thread Tom Lane
"Mikheev, Vadim" <[EMAIL PROTECTED]> writes: > ALTER TABLE RENAME is rollback-able now. I think that > it's very easy to make DROP TABLE rollback-able too > (file should be removed after xaction committed) but > I have no time to deal with this currently. I will make sure that works before releas

[HACKERS] New file naming

2000-10-16 Thread Mikheev, Vadim
is implemented. Regression tests are passed. make distclean + initdb are required. Now all file/dir names are numeric. OIDs are used for databases *and* relations on creation, but relation file names may be changed later if required (separate from oid pg_class.relfilenode field is used). ALTER T