View Single Post

   
  #2 (permalink)  
Old 04-09-2008, 01:23 PM
Richard Huxton
 
Posts: n/a
Default Re: Why the data changes it's value by itself!

Ardian Xharra wrote:
> Hello,
>
> We been having a problem lately with some data changing their value without modifying them.
> We used to backups to see the difference:
> this was the first backup
> INSERT INTO journal VALUES


> and the second backup
>
> INSERT INTO jnlsale VALUES


These are different tables. Do you have an example which shows data
changing?
Does it change in the live database if you select data out?


> Version used PostgreSQl 8.1.1 on Windows box with Windows 2000 server


Upgrade to 8.1.5 as soon as is convenient.

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote