[Opensource] Table Renaming Heads Up

Michael Rimov rimovm at centercomp.com
Tue Jul 2 11:22:37 PDT 2002


Hey All,

I've been really working to focus on compatibility with various databases 
and Application servers for this next ea release.  To that end, I've spent 
the last day getting things up and running with SAP DB.

To make it work I had to perform two table renames.  I've included below 
the SQL I executed to an existing postgres database to reflect the new names:

ALTER TABLE USERS RENAME TO USERSTABLE;
ALTER TABLE USERGROUP RENAME TO USERROLES;


I'm just checking in the code now, and wanted to give everybody a heads up.

						-Mike




More information about the Opensource mailing list