Re: Beginner Question: "Running Notes" or "Diary-like" - Mailing list pgsql-novice

From Mike
Subject Re: Beginner Question: "Running Notes" or "Diary-like"
Date
Msg-id 8ca422820912020547n1ebb8a05kfd153885ac4ea88b@mail.gmail.com
Whole thread Raw
In response to Re: Beginner Question: "Running Notes" or "Diary-like"  (Joshua Tolley <eggyknap@gmail.com>)
List pgsql-novice
On Wed, Dec 2, 2009 at 7:02 AM, Joshua Tolley <eggyknap@gmail.com> wrote:
> 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.
>

Mr. Tolley,

Thank you for the rapid response.
I appreciate the suggestion; no misunderstanding on your part.  :-)

Looks like I need to do more reading, absorbing, and experimenting
with primary keys and foreign keys.
Thanks for your help.

Mike

pgsql-novice by date:

Previous
From: Joshua Tolley
Date:
Subject: Re: Beginner Question: "Running Notes" or "Diary-like"
Next
From: Bala senthil
Date:
Subject: initdb fails in win xp