Re: Unable to Update a Record - Mailing list pgsql-general

From Dann Corbit
Subject Re: Unable to Update a Record
Date
Msg-id D425483C2C5C9F49B5B7A41F8944154757CF7B@postal.corporate.connx.com
Whole thread Raw
In response to Unable to Update a Record  ("Wang, Mary Y" <mary.y.wang@boeing.com>)
List 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@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Wang, Mary Y
Sent: Friday, July 29, 2005 4:51 PM
To: pgsql-general@postgresql.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

 

 

 

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Unable to Update a Record
Next
From: "William Harazim"
Date:
Subject: Design question