Re: standard schemas for addresses, others?

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема Re: standard schemas for addresses, others?
Дата
Msg-id KEJE0ED6Z974B0K3252431U2V04.3e303adb@cal-lab
обсуждение исходный текст
Ответ на Re: standard schemas for addresses, others?  (will trillich <will@serensoft.com>)
Ответы Re: standard schemas for addresses, others?  (will trillich <will@serensoft.com>)
Список pgsql-general
Now THAT's a good idea, store a regex pattern for each country's zip code!

1/23/2003 10:01:19 AM, will trillich <will@serensoft.com> wrote:
>
>
>    insert into nations ( abbr,name,zips )
>        values ( 'USA','United States of America','\\d\\d\\d\\d\\d(-\\d\\d\\d\\d)?' );
>    insert into nations ( by,abbr,name,zips )
>        values ( 'CANADA','Canada',               '[A-Z]\\d[A-Z]\\s+\\d[A-Z]\\d' );
>




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

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: standard schemas for addresses, others?
Следующее
От: Medi Montaseri
Дата:
Сообщение: Re: I was spoiled by the MySQL timestamp field