Re: Beginner Question: "Running Notes" or "Diary-like"
Вложения
В списке pgsql-novice по дате отправления:
| От | Joshua Tolley |
|---|---|
| Тема | Re: Beginner Question: "Running Notes" or "Diary-like" |
| Дата | |
| Msg-id | 20091202120224.GB20931@eddie обсуждение исходный текст |
| Ответ на | Beginner Question: "Running Notes" or "Diary-like" (Mike <1100100@gmail.com>) |
| Ответы |
Re: Beginner Question: "Running Notes" or "Diary-like"
|
| Список | pgsql-novice |
On Wed, Dec 02, 2009 at 06:12:47AM -0500, Mike wrote: > I have a very simple database with one table. > Each row has columns identifying a client, client_contact, > client_this, client_that, etc. > This info. will remain mostly static, unchanged. > But the most important part is adding the ability to attach > time-stamped, prose language entries that correspond to each > particular client. > The best comparison I can think of is a doctor's "running notes" that > relate the story of each client contact or office visit. Perhaps I'm misunderstanding your situation, but it sounds like you should just create a second table for your running notes. This table would contain a TEXT field for the note data, a TIMESTAMPTZ field for the timestamp, and a field or set of fields to match the primary key of your mostly static client table, to link each note with a particular client. -- Joshua Tolley / eggyknap End Point Corporation http://www.endpoint.com
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера