Re: table upgrades

2002-12-07 Thread Benjamin Pflugmann
Hello. On Fri 2002-12-06 at 21:53:40 +0200, [EMAIL PROTECTED] wrote: > Lo all, > > If I have a database with various tables, and I want to upgrade the tables > and the data in the tables, will it screw up the permissions assigned to > users if I use DROP TABLE / CREATE TABLE (to recreate the chan

table upgrades

2002-12-06 Thread Chris Knipe
Lo all, If I have a database with various tables, and I want to upgrade the tables and the data in the tables, will it screw up the permissions assigned to users if I use DROP TABLE / CREATE TABLE (to recreate the changed tables), and then just populate them with the data again? I'm doing it this