[Opensource] Table Renaming Heads Up
Kris Thompson
kris.thompson at seurat.com
Wed Jul 3 08:35:36 PDT 2002
Michael Rimov wrote:
> 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;
What about all the other tables with the name GROUP on them? It seems
inconsistent now. Will we change GROUPMEMBERS to ROLEMEMBERS?
>
>
>
> I'm just checking in the code now, and wanted to give everybody a
> heads up.
>
> -Mike
>
> _______________________________________________
> Opensource mailing list
> Opensource at jcorporate.com
> http://mail.jcorporate.com/mailman/listinfo/opensource
> Archives: http://mail.jcorporate.com/pipermail/opensource/
More information about the Opensource
mailing list