From: | "Roderick A(dot) Anderson" <raanders(at)tincan(dot)org> |
---|---|
To: | Dave Cramer <Dave(at)micro-automation(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: What's going on here? |
Date: | 2001-07-26 21:14:03 |
Message-ID: | Pine.LNX.4.10.10107261412170.9836-100000@tincan.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, 26 Jul 2001, Dave Cramer wrote:
> ebox=# select eitemcode,itemavail from inventory where itemavail = 1
> limit 1;
> eitemcode | itemavail
> -----------+-----------
> 6100122 | 1
> (1 row)
>
> ebox=# update inventory set itemavail=0 where eitemcode=6100122;
> UPDATE 0
Did eitemcode get left padded with some whitespace character(s)?
Rod
Rod
--
Remove the word 'try' from your vocabulary ...
Don't try. Do it or don't do it ...
Steers try!
Don Aslett
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-07-26 21:38:23 | Re: Bad timestamp external representation |
Previous Message | Bruce Momjian | 2001-07-26 21:03:35 | Re: /var/lib/postgres/data/base/<oid>? |