Revision Data Type

From: <operationsengineer1(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Revision Data Type
Date: 2005-05-19 15:35:58
Message-ID: 20050519153558.26221.qmail@web52402.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

can anyone recommend the best datatype for a document
revision? i'm thinking of using integer, although,
i'm not sure this is best.

i have pdf documents linked to my db application and
the user needs to know the revision.

integer might be best, b/c i still may programatically
(sp?) adjust the revision up for each upload if i can
find a way to programatically (sp?) update text on a
pdf file (to ensure the two items match.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Browse pgsql-novice by date

  From Date Subject
Next Message Van Ingen, Lane 2005-05-19 18:42:38 Trigger Function Problem
Previous Message Sean Davis 2005-05-19 15:27:12 Re: database conversion to postgres