Add constraint for number of chars

Поиск
Список
Период
Сортировка
От PostgreSQL Admin
Тема Add constraint for number of chars
Дата
Msg-id 46302D88.7070804@productivitymedia.com
обсуждение исходный текст
Ответы Re: Add constraint for number of chars
Список pgsql-sql
Hi,

This is seemly simple, but I'm @ a loss this early in the morning.  It's
best explained this way

SAMPLE
-----------------------------------
id                  | serial            |
username   | varchar(100)| constraint username >=8 and username <=100

The problem is that it's characters not integers or numeric.  It my
constraint correct?

Thanks for the help,
J


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

Предыдущее
От: "Nemo Terry"
Дата:
Сообщение: Re: Which function transform x,y to latitude/longitude?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Add constraint for number of chars