Re: How to add month.year column validation

Поиск
Список
Период
Сортировка
От Andy Shellam
Тема Re: How to add month.year column validation
Дата
Msg-id C468E3EE-6B45-4092-BED3-4391FA4E9C96@networkmail.eu
обсуждение исходный текст
Ответ на How to add month.year column validation  ("Andrus" <kobruleht2@hot.ee>)
Список pgsql-general
Hi Andrus,


>
> How to add column validation to table column which forces this ?


You're looking for a constraint - I presume you know what conditions you want to check for - I've done a similar thing
recentlyensuring the first character in a column is a decimal point, or that if one column's value is something,
anothercolumn's value is within a certain range etc. 

http://www.postgresql.org/docs/8.4/static/ddl-constraints.html (assuming you're running 8.4)

Regards,
Andy

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

Предыдущее
От: "Andrus"
Дата:
Сообщение: How to add month.year column validation
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: How to add month.year column validation