Op 15-02-12 08:37, Marc Balmer schreef:
> Turns out that MySQL indeed has no schema support.  But it supports
> cross-database-queries.
> 
> A "database" in MySQL is very similar, if not the same, as a "schema" in
> PostgreSQL.

Noo, not quite. I mean, they can be used like that, but I would be
strongly be against using databases as schema. That way lies terrible
madness.

In particular, all the tools expect to deal with a database as the unit
of data for an application, all permissions are associated with that
database, and so on. Also, if you're using a database server
administered by someone who isn't you, they'll hate you forever if you
do it that way.

Robin.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to