I would like to set a default collation for a database, a collation that will be used for all queries unless the user asks for a different collation.  My use case:  a database in Greek will never be sensibly sorted using an English collation, and I don't want users to need to specify collations over and over.

Is this possible?

Jonathan