Re: Using incorrect default-value type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Using incorrect default-value type
Дата
Msg-id 14372.1350356586@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Using incorrect default-value type  (Arturo Pie Joa <arturotd08@yahoo.ca>)
Список pgsql-general
Arturo Pie Joa <arturotd08@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
doingname 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


В списке pgsql-general по дате отправления:

Предыдущее
От: Daniel Baktiar
Дата:
Сообщение: Re: PostgreSQL JDBC Driver for corresponding JDK/JVM.
Следующее
От: Deven Thaker
Дата:
Сообщение: Application takes longer time to fetch large no of records from Postgresql 9.0.3