Beginner Question: "Running Notes" or "Diary-like"

From: Mike <1100100(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Beginner Question: "Running Notes" or "Diary-like"
Date: 2009-12-02 11:12:47
Message-ID: 8ca422820912020312y46c10132t6623290f5fbe763d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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.

Any guidance relating to postgres features to accomplish this is
greatly appreciated.
Thank you for your help.

Mike

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Joshua Tolley 2009-12-02 12:02:24 Re: Beginner Question: "Running Notes" or "Diary-like"
Previous Message Mladen Gogala 2009-11-30 20:07:09 Re: Question when to use BEGIN / END