Database design : international postal address

From: Bruno Lavoie <bruno(dot)lavoie(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Database design : international postal address
Date: 2007-07-19 03:24:05
Message-ID: 469ED955.3010007@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello guys,

I am currently designing a database which has several tables (e.g. a
Customer table) which include address information such as street
address, city, state, country code, and zip code, and phone number
information in
each record. We need to make the schema for these tables sufficient to
accomodate entries for international customers.

I figured someone else reading this may have developed a database with
similar international concerns and have some suggestions that would help
us avoid any pitfalls as we move forward.
Is a standard for international addresses exists in the case of database
design? in representation?

I want to be rock solid....

Any suggestions/help is appreciated! Thanks!!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Spicklemire 2007-07-19 03:47:10 Query performance strangeness..
Previous Message Michael Glaesemann 2007-07-19 01:30:22 Re: Ordering by a complex field