From: | "Dann Corbit" <DCorbit(at)connx(dot)com> |
---|---|
To: | "Wang, Mary Y" <mary(dot)y(dot)wang(at)boeing(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Unable to Update a Record |
Date: | 2005-07-30 00:19:34 |
Message-ID: | D425483C2C5C9F49B5B7A41F8944154757CF7B@postal.corporate.connx.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Are you sure that your user account has been granted DELETE and UPDATE
on that table?
If you are sure that the account you were connected with has
permissions, then:
Give the exact command you did to perform the select.
Give the exact result set you got back when you did the select.
Give the exact command you did to perform the update.
Give the exact command you did to perform the delete.
Were there any sort of error messages?
________________________________
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Wang, Mary Y
Sent: Friday, July 29, 2005 4:51 PM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] Unable to Update a Record
Hi,
I'm running postgressql 7.1.3-2.
I've a
When I did a select on the table, I was able to see that row. However,
when I tried to update that row, I got 'Update 0', I even tried to
delete that row, I couldn't. It seems like the database is confused. I
did the Vacuum, but still didn't help.
Any suggestions?
Thanks
Mary Wang
From | Date | Subject | |
---|---|---|---|
Next Message | William Harazim | 2005-07-30 02:01:32 | Design question |
Previous Message | Joshua D. Drake | 2005-07-30 00:17:50 | Re: Unable to Update a Record |