Michael Sims wrote:
>>o Changing database structure is harder.  With PG, I usually found it
>>   easier to dump, edit, then reload the database to make changes I did
>>   in MySQL with ALTER TABLE.
> 
> True, changing schema is a major PITA with Postgres.  My only real
> complaint about it, in fact...

Have you installed the recent PostgreSQL version 7.3 already? This new 
version allows the use of ALTER TABLE much like you'd want it.

Vincent

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to