Tags:
postgres alter table add column - column does not exist
Hi Experts,
Looks like a bug in Postgres - I just installed 8.3.1-1, hoping it was fixed... I added a column in PGAdmin III - I do a query (select * from mytable limit 1) and I get a row which shows my column exists in psql command line. Then I try to update this new column and I get the error that it does not exist. What to do???