Arturo Pie Joa <arturot...@yahoo.ca> writes:
> Is it ok to do name overloading in postgreSQL? or is that not recommended at 
> all? Could I find some issues later by doing name overloading?

People use it all the time ... and get burnt some of the time.

> We are doing this because we are using different collations on each schema, 
> and our ORM doesn't support custom domains, so we are just overloading "text".

Maybe you need a better ORM.  But it's not clear to me why you'd need
domains for this anyway --- can't you just attach a collation property
to each table column?

                        regards, tom lane


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to