Not to mention renaming every region directory and the table directory in the file system.
+0 --- Jim Kellerman, Senior Engineer; Powerset > -----Original Message----- > From: Bryan Duxbury [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2008 7:27 AM > To: [email protected] > Subject: Re: Renaming the table. > > We'd need to add a new table operation for renaming a table > internally. The ugly part is that we'd have to rewrite every > row for the table in META to do this. > > The SQL way to do this would be "ALTER TABLE table RENAME new name". > However, that's a bit verbose, so I think "RENAME table TO new_table" > would be fine. > > -Bryan > > On Mar 2, 2008, at 9:56 PM, edward yoon wrote: > > > A renaming function of table alteration is needed. > > Is there a tool for renaming the table? > > > > Any ideas please post back. > > Also, i'd like to add renaming syntax to hql as describe below. > > > > hql > RENAMING table_name TO new_table_name; > > > > What do you think? > > -- > > B. Regards, > > Edward yoon @ NHN, corp. > > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.21.3/1308 - Release > Date: 3/3/2008 10:01 AM > > No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.21.3/1308 - Release Date: 3/3/2008 10:01 AM
