From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
---|---|
To: | "Fetter, David M" <Fetter(dot)David(at)emeryworld(dot)com> |
Cc: | "PostgreSQL-General (E-mail)" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: timestamp variable type losing data |
Date: | 2000-08-17 21:44:49 |
Message-ID: | Pine.BSF.4.10.10008171442560.98407-100000@megazone23.bigpanda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
How are the two tables tied together (using foreign keys?) Without
the schema, it's hard to know what might be going on.
Stephan Szabo
sszabo(at)bigpanda(dot)com
On Thu, 17 Aug 2000, Fetter, David M wrote:
> I hope I can explain this so it is understandable. I have an object within
> a table which has a variable type of 'timestamp'. This is the close_date
> for an in-house ticketing system. It has a relation to another table which
> has the listing of all of the administrators. The problem is that if one of
> the administrators leaves to go to another job and then we remove them, the
> timestamp value associated with all of the tickets that this admin has
> closed loses it's value. So, now we don't know when the tickets or tasks
> were completed from the past. I tried re-adding the admin but the
> timestamps do not return. I figure we probably lost the data, but I don't
> really want to lose it again. Has anyone come across this problem? Does
> anyone have any idea as to how to correct it?
From | Date | Subject | |
---|---|---|---|
Next Message | B. Shadgar | 2000-08-17 21:53:05 | oo aspects of postgresql |
Previous Message | Mihai Gheorghiu | 2000-08-17 21:09:26 | Installation questions |