Re: [Gambas-user] BUG: postgresql dropped columns

2010-11-19 Thread BenoƮt Minisini
> If a column from a postgresql table is dropped, postgresql does not > actually remove the column, from the help files: > > "The DROP COLUMN form does not physically remove the column, but simply > makes it invisible to SQL operations. Subsequent insert and update > operations in the table will

[Gambas-user] BUG: postgresql dropped columns

2010-11-19 Thread Bruce Bruen
If a column from a postgresql table is dropped, postgresql does not actually remove the column, from the help files: "The DROP COLUMN form does not physically remove the column, but simply makes it invisible to SQL operations. Subsequent insert and update operations in the table will store a n