Primary Key

Поиск
Список
Период
Сортировка
От denis@coralindia.com
Тема Primary Key
Дата
Msg-id 004401c1e69a$4f441ae0$0232a8c0@coralindia.com
обсуждение исходный текст
Ответ на Coalesce with Timestamp,Nulls,and Concatenation  (Pam Wampler <Pam_Wampler@taylorwhite.com>)
Список pgsql-novice
Hi all,

In my table, a TEXT column is a unique column, by default it allows "denis"
and "DENIS" to be entered in same column.

I want the database to ignore CASE for considering uniqueness of the data.

for e.g. once "Denis" is entered, it should not allow to enter "denis",
"Denis", "DENIS" , "DeNiS" ...

Thanks

Denis



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

Предыдущее
От: "Joshua b. Jore"
Дата:
Сообщение: Re: writing to file
Следующее
От: denis@coralindia.com
Дата:
Сообщение: Re: Newbie in functions