Accommodating alternative column values - Mailing list pgsql-general

From Rich Shepard
Subject Accommodating alternative column values
Date
Msg-id fd94aff-aec9-1b3d-64c6-16b0eaeccc58@appl-ecosys.com
Whole thread Raw
Responses Re: Accommodating alternative column values
List pgsql-general
In data made available from a state regulatory agency I find a few instances
where a facility contact has two email addresses. While multiple locations
are accommodated because they're in a table separate from the facility name
and details, all people associated with a facility and location are in a
'people' table with only one column for an email addresse.

While I could enter an additional email address in the 'comment' column if
I'm entering data for a single facility, I'm reformatting the downloaded
data so I can insert all new table data from one .sql file. Is there a way
to accommodate multiple email addresses other than entering both with a
forward slash separating them in the varchar(64) email address column?

Suggestions appreciated,

Rich




pgsql-general by date:

Previous
From: yudhi s
Date:
Subject: Re: Question on partman extension while relation exist
Next
From: Christophe Pettus
Date:
Subject: Re: Accommodating alternative column values