Tag: Open Source

Community

MySQL Synonym?

(Michael McLaughlin) Somebody asked how to create a SYNONYM in MySQL, which is interesting because MySQL doesn’t support synonyms. I thought the prior entry explained how to do it, but here’s a new post. However, you can create a view in one database that relies on a table in another database.

Community

ALTER TABLE and downtime, part I

(Josh Berkus) One of PostgreSQL’s headline features — at least, compared to other relational databases — is the ability to do some ALTER TABLE ALTER COLUMN commands for “free”. It’s part of how we try to make things easier for DBAs and Devops staff, by not requiring a downtime for operations whic