Has anyone had to deal with deleting columns when you have an auto-increment column? Let me explain.
I know that deleting columns is an issue that's been addressed here before, but I tried the suggestions, and it screwed up my id field. If I remember correctly, I selected out the columns I wanted, killed the table, and dropped the temporary table back into place over the old one with only the columns I had selected out. That killed the special field properties, like auto-increment and default values etc. I'm using PostgreSQL 7.1. Help? Please?