Re: Arrays vs separate tables
Rich Shepard <rshepard@appl-ecosys.com>
From: Rich Shepard <rshepard@appl-ecosys.com>
To: pgsql-general@postgresql.org
Date: 2025-10-19T21:44:19Z
Lists: pgsql-general
On Sun, 19 Oct 2025, Adrian Klaver wrote: > For direct_phone and email entries that have more then one value, how do you > know what the values are pointing at e.g home vs office vs second office > location, etc? Adrian, At this point I don't know. If there's no answer on one number I try another. If there were separate tables the three colums would be in interger PK, a description, and the number/address. Rich